

/* node_modules/toastify-js/src/toastify.css */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background:
    linear-gradient(
      135deg,
      #73a5ff,
      #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}
.toastify.on {
  opacity: 1;
}
.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}
.toastify-right {
  right: 15px;
}
.toastify-left {
  left: 15px;
}
.toastify-top {
  top: -150px;
}
.toastify-bottom {
  bottom: -150px;
}
.toastify-rounded {
  border-radius: 25px;
}
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}
.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
@media only screen and (max-width: 360px) {
  .toastify-right,
  .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}

/* node_modules/@uppy/core/dist/style.min.css */
.uppy-Root {
  box-sizing: border-box;
  color: #333;
  font-family:
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    Segoe UI,
    Segoe UI Symbol,
    Segoe UI Emoji,
    Apple Color Emoji,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uppy-Root[dir=rtl],
[dir=rtl] .uppy-Root {
  text-align: right;
}
.uppy-Root *,
.uppy-Root :after,
.uppy-Root :before {
  box-sizing: inherit;
}
.uppy-Root [hidden] {
  display: none;
}
.uppy-u-reset {
  all: initial;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family:
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    Segoe UI,
    Segoe UI Symbol,
    Segoe UI Emoji,
    Apple Color Emoji,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1;
}
[dir=rtl] .uppy-u-reset {
  text-align: right;
}
.uppy-c-textInput {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 8px;
}
.uppy-size--md .uppy-c-textInput {
  padding: 8px 10px;
}
.uppy-c-textInput:focus {
  border-color: #1269cf99;
  box-shadow: 0 0 0 3px #1269cf26;
  outline: none;
}
[data-uppy-theme=dark] .uppy-c-textInput {
  background-color: #333;
  border-color: #333;
  color: #eaeaea;
}
[data-uppy-theme=dark] .uppy-c-textInput:focus {
  border-color: #525252;
  box-shadow: none;
}
.uppy-c-icon {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  fill: currentColor;
}
.uppy-c-btn {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  transition-duration: .3s;
  transition-property: background-color, color;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.uppy-c-btn,
[dir=rtl] .uppy-c-btn {
  text-align: center;
}
.uppy-c-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.uppy-c-btn::-moz-focus-inner {
  border: 0;
}
.uppy-c-btn-primary {
  background-color: #1269cf;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
}
.uppy-c-btn-primary:not(:disabled):hover {
  background-color: #0e51a0;
}
.uppy-c-btn-primary:focus {
  box-shadow: 0 0 0 3px #1269cf66;
  outline: none;
}
.uppy-size--md .uppy-c-btn-primary {
  padding: 13px 22px;
}
[data-uppy-theme=dark] .uppy-c-btn-primary {
  color: #eaeaea;
}
[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}
.uppy-c-btn-primary.uppy-c-btn--disabled {
  background-color: #8eb2db;
}
.uppy-c-btn-link {
  background-color: initial;
  border-radius: 4px;
  color: #525252;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
}
.uppy-c-btn-link:hover {
  color: #333;
}
.uppy-c-btn-link:focus {
  box-shadow: 0 0 0 3px #1269cf40;
  outline: none;
}
.uppy-size--md .uppy-c-btn-link {
  padding: 13px 18px;
}
[data-uppy-theme=dark] .uppy-c-btn-link {
  color: #eaeaea;
}
[data-uppy-theme=dark] .uppy-c-btn-link:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-c-btn-link:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}
[data-uppy-theme=dark] .uppy-c-btn-link:hover {
  color: #939393;
}

/* node_modules/@uppy/dashboard/dist/style.min.css */
.uppy-Informer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1005;
}
.uppy-Informer span > div {
  margin-bottom: 6px;
}
.uppy-Informer-animated {
  opacity: 0;
  transform: translateY(350%);
  transition: all .3s ease-in;
  z-index: -1000;
}
.uppy-Informer p {
  background-color: #757575;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  max-width: 90%;
  padding: 6px 15px;
}
.uppy-size--md .uppy-Informer p {
  font-size: 14px;
  line-height: 1.3;
  max-width: 500px;
  padding: 10px 20px;
}
[data-uppy-theme=dark] .uppy-Informer p {
  background-color: #333;
}
[dir=ltr] .uppy-Informer p span {
  left: 3px;
}
[dir=rtl] .uppy-Informer p span {
  right: 3px;
}
[dir=ltr] .uppy-Informer p span {
  margin-left: -1px;
}
[dir=rtl] .uppy-Informer p span {
  margin-right: -1px;
}
.uppy-Informer p span {
  background-color: #fff;
  border-radius: 50%;
  color: #525252;
  display: inline-block;
  font-size: 10px;
  height: 13px;
  line-height: 12px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 13px;
}
.uppy-Informer p span:hover {
  cursor: help;
}
.uppy-Informer p span:after {
  line-height: 1.3;
  word-wrap: break-word;
}
.uppy-Root [aria-label][role~=tooltip] {
  position: relative;
}
.uppy-Root [aria-label][role~=tooltip]:after,
.uppy-Root [aria-label][role~=tooltip]:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateZ(0);
  transform-origin: top;
  transition: all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);
  will-change: transform;
  z-index: 10;
}
.uppy-Root [aria-label][role~=tooltip]:before {
  background-size: 100% auto !important;
  content: "";
}
.uppy-Root [aria-label][role~=tooltip]:after {
  background: #111111e6;
  border-radius: 4px;
  box-sizing: initial;
  color: #fff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size,13px);
  font-weight: var(--microtip-font-weight,normal);
  padding: .5em 1em;
  text-transform: var(--microtip-text-transform,none);
  white-space: nowrap;
}
.uppy-Root [aria-label][role~=tooltip]:focus:after,
.uppy-Root [aria-label][role~=tooltip]:focus:before,
.uppy-Root [aria-label][role~=tooltip]:hover:after,
.uppy-Root [aria-label][role~=tooltip]:hover:before {
  opacity: 1;
  pointer-events: auto;
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002S8.594 0 2.658 0'/%3E%3C/svg%3E") no-repeat;
  bottom: 100%;
  height: 6px;
  left: 50%;
  margin-bottom: 5px;
  transform: translate3d(-50%, 0, 0);
  width: 18px;
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  transform: translate3d(-50%, 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before {
  transform: translate3d(-50%, -5px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after {
  bottom: 100%;
  transform: translate3d(calc(-100% + 16px), 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after {
  bottom: 100%;
  transform: translate3d(-16px, 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after {
  transform: translate3d(-16px, -5px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002S27.406 12 33.342 12'/%3E%3C/svg%3E") no-repeat;
  bottom: auto;
  height: 6px;
  left: 50%;
  margin-bottom: 0;
  margin-top: 5px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0);
  width: 18px;
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before {
  transform: translate3d(-50%, 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after {
  top: 100%;
  transform: translate3d(calc(-100% + 16px), -10px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after {
  top: 100%;
  transform: translate3d(-16px, -10px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after {
  transform: translate3d(-16px, 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002S0 27.406 0 33.342'/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-right: 5px;
  width: 6px;
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:after {
  margin-right: 11px;
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before {
  transform: translate3d(0, -50%, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002S12 8.594 12 2.658'/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-left: 5px;
  width: 6px;
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:after {
  margin-left: 11px;
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before {
  transform: translate3d(0, -50%, 0);
}
.uppy-Root [role~=tooltip][data-microtip-size=small]:after {
  white-space: normal;
  width: 80px;
}
.uppy-Root [role~=tooltip][data-microtip-size=medium]:after {
  white-space: normal;
  width: 150px;
}
.uppy-Root [role~=tooltip][data-microtip-size=large]:after {
  white-space: normal;
  width: 260px;
}
.uppy-StatusBar {
  background-color: #fff;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 46px;
  line-height: 40px;
  position: relative;
  transition: height .2s;
  z-index: 1001;
}
[data-uppy-theme=dark] .uppy-StatusBar {
  background-color: #1f1f1f;
}
.uppy-StatusBar:before {
  background-color: #eaeaea;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-StatusBar:before {
  background-color: #757575;
}
.uppy-StatusBar[aria-hidden=true] {
  height: 0;
  overflow-y: hidden;
}
.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #1bb240;
}
.uppy-StatusBar.is-error .uppy-StatusBar-progress {
  background-color: #e32437;
}
.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
  color: #1bb240;
}
.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
  color: #e32437;
}
.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  height: 65px;
}
[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}
.uppy-StatusBar-progress {
  background-color: #1269cf;
  height: 2px;
  position: absolute;
  transition: background-color, width .3s ease-out;
  z-index: 1001;
}
.uppy-StatusBar-progress.is-indeterminate {
  animation: uppy-StatusBar-ProgressStripes 1s linear infinite;
  background-image:
    linear-gradient(
      45deg,
      #0000004d 25%,
      #0000 0,
      #0000 50%,
      #0000004d 0,
      #0000004d 75%,
      #0000 0,
      #0000);
  background-size: 64px 64px;
}
@keyframes uppy-StatusBar-ProgressStripes {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 64px 0;
  }
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress {
  background-color: #f6a623;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
  display: none;
}
[dir=ltr] .uppy-StatusBar-content {
  padding-left: 10px;
}
[dir=rtl] .uppy-StatusBar-content {
  padding-right: 10px;
}
.uppy-StatusBar-content {
  align-items: center;
  color: #333;
  display: flex;
  height: 100%;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1002;
}
[dir=ltr] .uppy-size--md .uppy-StatusBar-content {
  padding-left: 15px;
}
[dir=rtl] .uppy-size--md .uppy-StatusBar-content {
  padding-right: 15px;
}
[data-uppy-theme=dark] .uppy-StatusBar-content {
  color: #eaeaea;
}
[dir=ltr] .uppy-StatusBar-status {
  padding-right: .3em;
}
[dir=rtl] .uppy-StatusBar-status {
  padding-left: .3em;
}
.uppy-StatusBar-status {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  justify-content: center;
  line-height: 1.4;
}
.uppy-StatusBar-statusPrimary {
  display: flex;
  font-weight: 500;
  line-height: 1;
}
.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details {
  margin-left: 5px;
}
[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary {
  color: #eaeaea;
}
.uppy-StatusBar-statusSecondary {
  color: #757575;
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 1px;
  white-space: nowrap;
}
[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary {
  color: #bbb;
}
[dir=ltr] .uppy-StatusBar-statusSecondaryHint {
  margin-right: 5px;
}
[dir=rtl] .uppy-StatusBar-statusSecondaryHint {
  margin-left: 5px;
}
.uppy-StatusBar-statusSecondaryHint {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
[dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
  margin-right: 8px;
}
[dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
  margin-left: 8px;
}
[dir=ltr] .uppy-StatusBar-statusIndicator {
  margin-right: 7px;
}
[dir=rtl] .uppy-StatusBar-statusIndicator {
  margin-left: 7px;
}
.uppy-StatusBar-statusIndicator {
  color: #525252;
  position: relative;
  top: 1px;
}
.uppy-StatusBar-statusIndicator svg {
  vertical-align: text-bottom;
}
[dir=ltr] .uppy-StatusBar-actions {
  right: 10px;
}
[dir=rtl] .uppy-StatusBar-actions {
  left: 10px;
}
.uppy-StatusBar-actions {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 1004;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  background-color: #fafafa;
  height: 100%;
  padding: 0 15px;
  position: static;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  background-color: #1f1f1f;
}
.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
  flex-direction: column;
  height: 90px;
}
.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
  flex-direction: row;
  height: 65px;
}
.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
  flex-direction: column;
  justify-content: center;
}
.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
  flex-direction: row;
  justify-content: normal;
}
.uppy-StatusBar-actionCircleBtn {
  cursor: pointer;
  line-height: 1;
  margin: 3px;
  opacity: .9;
}
.uppy-StatusBar-actionCircleBtn:focus {
  outline: none;
}
.uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
  border: 0;
}
.uppy-StatusBar-actionCircleBtn:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}
.uppy-StatusBar-actionCircleBtn:hover {
  opacity: 1;
}
.uppy-StatusBar-actionCircleBtn:focus {
  border-radius: 50%;
}
.uppy-StatusBar-actionCircleBtn svg {
  vertical-align: bottom;
}
.uppy-StatusBar-actionBtn {
  color: #1269cf;
  display: inline-block;
  font-size: 10px;
  line-height: inherit;
  vertical-align: middle;
}
.uppy-size--md .uppy-StatusBar-actionBtn {
  font-size: 11px;
}
.uppy-StatusBar-actionBtn--disabled {
  opacity: .4;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled {
  opacity: .7;
}
[dir=ltr] .uppy-StatusBar-actionBtn--retry {
  margin-right: 6px;
}
[dir=rtl] .uppy-StatusBar-actionBtn--retry {
  margin-left: 6px;
}
.uppy-StatusBar-actionBtn--retry {
  background-color: #ff4b23;
  border-radius: 8px;
  color: #fff;
  height: 16px;
  line-height: 1;
  padding: 1px 6px 3px 18px;
  position: relative;
}
.uppy-StatusBar-actionBtn--retry:focus {
  outline: none;
}
.uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
  border: 0;
}
.uppy-StatusBar-actionBtn--retry:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}
.uppy-StatusBar-actionBtn--retry:hover {
  background-color: #f92d00;
}
[dir=ltr] .uppy-StatusBar-actionBtn--retry svg {
  left: 6px;
}
[dir=rtl] .uppy-StatusBar-actionBtn--retry svg {
  right: 6px;
}
.uppy-StatusBar-actionBtn--retry svg {
  position: absolute;
  top: 3px;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  background-color: #1bb240;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 15px 10px;
  width: 100%;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #189c38;
}
[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  background-color: #1c8b37;
}
[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #18762f;
}
.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  padding: 13px 22px;
  width: auto;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
  background-color: #1bb240;
  cursor: not-allowed;
}
[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
  background-color: #1c8b37;
}
.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
  background-color: initial;
  color: #1269cf;
}
[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-right: 3px;
}
[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded,
[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-left: 3px;
}
[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-right: 3px;
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded {
  border-radius: 3px;
  padding-bottom: 1px;
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  outline: none;
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
  border: 0;
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  display: none;
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px;
  line-height: 1;
  padding: 7px 8px;
}
.uppy-StatusBar-actionBtn--done:focus {
  outline: none;
}
.uppy-StatusBar-actionBtn--done::-moz-focus-inner {
  border: 0;
}
.uppy-StatusBar-actionBtn--done:hover {
  color: #0e51a0;
}
.uppy-StatusBar-actionBtn--done:focus {
  background-color: #dfe6f1;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus {
  background-color: #333;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done {
  color: #02baf2;
}
.uppy-size--md .uppy-StatusBar-actionBtn--done {
  font-size: 14px;
}
.uppy-StatusBar-serviceMsg {
  color: #000;
  font-size: 11px;
  line-height: 1.1;
  padding-left: 10px;
}
.uppy-size--md .uppy-StatusBar-serviceMsg {
  font-size: 14px;
  padding-left: 15px;
}
[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg {
  color: #eaeaea;
}
.uppy-StatusBar-serviceMsg-ghostsIcon {
  left: 6px;
  opacity: .5;
  position: relative;
  top: 2px;
  vertical-align: text-bottom;
  width: 10px;
}
.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon {
  left: 10px;
  top: 1px;
  width: 15px;
}
[dir=ltr] .uppy-StatusBar-details {
  left: 2px;
}
[dir=rtl] .uppy-StatusBar-details {
  right: 2px;
}
.uppy-StatusBar-details {
  -webkit-appearance: none;
  appearance: none;
  background-color: #939393;
  border-radius: 50%;
  color: #fff;
  cursor: help;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  height: 13px;
  line-height: 12px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 13px;
}
.uppy-StatusBar-details:after {
  line-height: 1.3;
  word-wrap: break-word;
}
[dir=ltr] .uppy-StatusBar-spinner {
  margin-right: 10px;
}
[dir=rtl] .uppy-StatusBar-spinner {
  margin-left: 10px;
}
.uppy-StatusBar-spinner {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: uppy-StatusBar-spinnerAnimation;
  animation-timing-function: linear;
  fill: #1269cf;
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner {
  fill: #f6a623;
}
@keyframes uppy-StatusBar-spinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,
.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px;
}
.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,
.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after {
  content: "";
  flex: auto;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  margin: 0;
  position: relative;
  width: 50%;
}
.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,
.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  width: 33.3333%;
}
.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,
.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  width: 25%;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg {
  opacity: .85;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled {
  opacity: .5;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
  background-color: #93939333;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
  background-color: #eaeaea33;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
  height: 30%;
  width: 30%;
  fill: #000000b3;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
  fill: #fffc;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
  border-radius: 4px;
  bottom: 7px;
  height: calc(100% - 14px);
  left: 7px;
  overflow: hidden;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 7px;
  width: calc(100% - 14px);
}
@media (hover:none) {
  .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,
  .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author {
    display: block;
  }
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
  box-shadow: 0 0 0 3px #aae1ffb3;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img {
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author {
  background: #0000004d;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  margin: 0;
  padding: 5px;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover {
  background: #0006;
  text-decoration: underline;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox {
  background-color: #1269cf;
  border-radius: 50%;
  height: 26px;
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 26px;
  z-index: 1002;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,
[dir=ltr] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  left: 7px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,
[dir=rtl] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  right: 7px;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  height: 7px;
  top: 8px;
  width: 12px;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox {
  opacity: 1;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label .uppy-ProviderBrowserItem-author,
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover + label .uppy-ProviderBrowserItem-author,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label .uppy-ProviderBrowserItem-author,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover + label .uppy-ProviderBrowserItem-author {
  display: block;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label {
  box-shadow: 0 0 0 3px #1269cf80;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label:focus,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label:focus {
  outline: none;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label::-moz-focus-inner,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label::-moz-focus-inner {
  border: 0;
}
.uppy-ProviderBrowser-viewType--list {
  background-color: #fff;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list {
  background-color: #1f1f1f;
}
.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 7px 15px;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
  color: #eaeaea;
}
.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled {
  opacity: .6;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  margin-right: 15px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  margin-left: 15px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  height: 17px;
  width: 17px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
  border: 1px solid #1269cf;
  box-shadow: 0 0 0 3px #1269cf40;
  outline: none;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  left: 3px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  right: 3px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  height: 5px;
  opacity: 0;
  top: 4px;
  width: 9px;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
  border-color: #02baf2b3;
  box-shadow: 0 0 0 3px #02baf233;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox {
  background-color: #1269cf;
  border-color: #1269cf;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after,
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after {
  opacity: 1;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
  align-items: center;
  color: inherit;
  display: flex;
  font-family:
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    Segoe UI,
    Segoe UI Symbol,
    Segoe UI Emoji,
    Apple Color Emoji,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  overflow: hidden;
  padding: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
  outline: none;
  text-decoration: underline;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  margin-right: 8px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  margin-left: 8px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner {
  cursor: default;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  margin-right: 7px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  margin-left: 7px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  width: 20px;
}
.uppy-ProviderBrowserItem-checkbox {
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.uppy-ProviderBrowserItem-checkbox:disabled,
.uppy-ProviderBrowserItem-checkbox:disabled:after {
  cursor: default;
}
[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox {
  background-color: #1f1f1f;
  border-color: #939393;
}
[data-uppy-theme=dark] .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox {
  background-color: #333;
}
.uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after {
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  content: "";
  cursor: pointer;
  position: absolute;
  transform: rotate(-45deg);
}
.uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after {
  background-color: #eaeaea !important;
  content: "" !important;
  height: 2px !important;
  left: 20% !important;
  position: absolute !important;
  right: 20% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.uppy-SearchProvider {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-SearchProvider {
  background-color: #1f1f1f;
}
.uppy-SearchProvider-input {
  margin-bottom: 15px;
  max-width: 650px;
  width: 90%;
}
.uppy-size--md .uppy-SearchProvider-input {
  margin-bottom: 20px;
}
.uppy-SearchProvider-input::-webkit-search-cancel-button {
  display: none;
}
.uppy-SearchProvider-searchButton {
  padding: 13px 25px;
}
.uppy-size--md .uppy-SearchProvider-searchButton {
  padding: 13px 30px;
}
.uppy-DashboardContent-panelBody {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
[data-uppy-theme=dark] .uppy-DashboardContent-panelBody {
  background-color: #1f1f1f;
}
.uppy-Provider-auth,
.uppy-Provider-empty,
.uppy-Provider-error,
.uppy-Provider-loading {
  align-items: center;
  color: #939393;
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  justify-content: center;
}
.uppy-Provider-empty {
  color: #939393;
}
.uppy-Provider-authIcon svg {
  height: 75px;
  width: 100px;
}
.uppy-Provider-authTitle {
  color: #757575;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  max-width: 500px;
  padding: 0 15px;
  text-align: center;
}
.uppy-size--md .uppy-Provider-authTitle {
  font-size: 20px;
}
[data-uppy-theme=dark] .uppy-Provider-authTitle {
  color: #cfcfcf;
}
.uppy-Provider-btn-google {
  align-items: center;
  background: #4285f4;
  display: flex;
  padding: 8px 12px !important;
}
.uppy-Provider-btn-google:hover {
  background-color: #1266f1;
}
.uppy-Provider-btn-google:focus {
  box-shadow: 0 0 0 3px #4285f466;
  outline: none;
}
.uppy-Provider-btn-google svg {
  margin-right: 8px;
}
[dir=ltr] .uppy-Provider-breadcrumbs {
  text-align: left;
}
[dir=rtl] .uppy-Provider-breadcrumbs {
  text-align: right;
}
.uppy-Provider-breadcrumbs {
  color: #525252;
  flex: 1;
  font-size: 12px;
  margin-bottom: 10px;
}
.uppy-size--md .uppy-Provider-breadcrumbs {
  margin-bottom: 0;
}
[data-uppy-theme=dark] .uppy-Provider-breadcrumbs {
  color: #eaeaea;
}
[dir=ltr] .uppy-Provider-breadcrumbsIcon {
  margin-right: 4px;
}
[dir=rtl] .uppy-Provider-breadcrumbsIcon {
  margin-left: 4px;
}
.uppy-Provider-breadcrumbsIcon {
  color: #525252;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.uppy-Provider-breadcrumbsIcon svg {
  height: 13px;
  width: 13px;
  fill: #525252;
}
.uppy-Provider-breadcrumbs button {
  border-radius: 3px;
  display: inline-block;
  line-height: inherit;
  padding: 4px;
}
.uppy-Provider-breadcrumbs button:focus {
  outline: none;
}
.uppy-Provider-breadcrumbs button::-moz-focus-inner {
  border: 0;
}
.uppy-Provider-breadcrumbs button:hover {
  color: #0e51a0;
}
.uppy-Provider-breadcrumbs button:focus {
  background-color: #dfe6f1;
}
[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus {
  background-color: #333;
}
.uppy-Provider-breadcrumbs button:not(:last-of-type) {
  text-decoration: underline;
}
.uppy-Provider-breadcrumbs button:last-of-type {
  color: #333;
  cursor: normal;
  font-weight: 500;
  pointer-events: none;
}
.uppy-Provider-breadcrumbs button:hover {
  cursor: pointer;
}
[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button {
  color: #eaeaea;
}
.uppy-ProviderBrowser {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
}
.uppy-ProviderBrowser-user {
  color: #333;
  font-weight: 500;
  margin: 0 8px 0 0;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-user {
  color: #eaeaea;
}
[dir=ltr] .uppy-ProviderBrowser-user:after {
  left: 4px;
}
[dir=rtl] .uppy-ProviderBrowser-user:after {
  right: 4px;
}
.uppy-ProviderBrowser-user:after {
  color: #939393;
  content: "\b7";
  font-weight: 400;
  position: relative;
}
.uppy-ProviderBrowser-header {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1001;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-header {
  border-bottom: 1px solid #333;
}
.uppy-ProviderBrowser-headerBar {
  background-color: #fafafa;
  color: #757575;
  font-size: 12px;
  line-height: 1.4;
  padding: 7px 15px;
  z-index: 1001;
}
.uppy-size--md .uppy-ProviderBrowser-headerBar {
  align-items: center;
  display: flex;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar {
  background-color: #1f1f1f;
}
.uppy-ProviderBrowser-headerBar--simple {
  display: block;
  justify-content: center;
  text-align: center;
}
.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
  display: inline-block;
  flex: none;
  vertical-align: middle;
}
.uppy-ProviderBrowser-searchFilter {
  align-items: center;
  display: flex;
  height: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  width: 100%;
}
[dir=ltr] .uppy-ProviderBrowser-searchFilterInput {
  padding-left: 30px;
}
[dir=ltr] .uppy-ProviderBrowser-searchFilterInput,
[dir=rtl] .uppy-ProviderBrowser-searchFilterInput {
  padding-right: 30px;
}
[dir=rtl] .uppy-ProviderBrowser-searchFilterInput {
  padding-left: 30px;
}
.uppy-ProviderBrowser-searchFilterInput {
  background-color: #eaeaea;
  border: 0;
  border-radius: 4px;
  color: #333;
  font-family:
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    Segoe UI,
    Segoe UI Symbol,
    Segoe UI Emoji,
    Apple Color Emoji,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 30px;
  line-height: 1.4;
  outline: 0;
  width: 100%;
  z-index: 1001;
}
.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button {
  display: none;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput {
  background-color: #1f1f1f;
  color: #eaeaea;
}
.uppy-ProviderBrowser-searchFilterInput:focus {
  background-color: #cfcfcf;
  border: 0;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput:focus {
  background-color: #333;
}
[dir=ltr] .uppy-ProviderBrowser-searchFilterIcon {
  left: 16px;
}
[dir=rtl] .uppy-ProviderBrowser-searchFilterIcon {
  right: 16px;
}
.uppy-ProviderBrowser-searchFilterIcon {
  color: #757575;
  height: 12px;
  position: absolute;
  width: 12px;
  z-index: 1002;
}
.uppy-ProviderBrowser-searchFilterInput::placeholder {
  color: #939393;
  opacity: 1;
}
[dir=ltr] .uppy-ProviderBrowser-searchFilterReset {
  right: 16px;
}
[dir=rtl] .uppy-ProviderBrowser-searchFilterReset {
  left: 16px;
}
.uppy-ProviderBrowser-searchFilterReset {
  border-radius: 3px;
  color: #939393;
  cursor: pointer;
  height: 22px;
  padding: 6px;
  position: absolute;
  width: 22px;
  z-index: 1002;
}
.uppy-ProviderBrowser-searchFilterReset:focus {
  outline: none;
}
.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner {
  border: 0;
}
.uppy-ProviderBrowser-searchFilterReset:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}
.uppy-ProviderBrowser-searchFilterReset:hover {
  color: #757575;
}
.uppy-ProviderBrowser-searchFilterReset svg {
  vertical-align: text-top;
}
.uppy-ProviderBrowser-userLogout {
  border-radius: 3px;
  color: #1269cf;
  cursor: pointer;
  line-height: inherit;
  padding: 4px;
}
.uppy-ProviderBrowser-userLogout:focus {
  outline: none;
}
.uppy-ProviderBrowser-userLogout::-moz-focus-inner {
  border: 0;
}
.uppy-ProviderBrowser-userLogout:hover {
  color: #0e51a0;
}
.uppy-ProviderBrowser-userLogout:focus {
  background-color: #dfe6f1;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus {
  background-color: #333;
}
.uppy-ProviderBrowser-userLogout:hover {
  text-decoration: underline;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout {
  color: #eaeaea;
}
.uppy-ProviderBrowser-body {
  flex: 1;
  position: relative;
}
.uppy-ProviderBrowser-list {
  background-color: #fff;
  border-spacing: 0;
  bottom: 0;
  display: block;
  flex: 1;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-list {
  background-color: #1f1f1f;
}
.uppy-ProviderBrowser-list:focus {
  outline: none;
}
.uppy-ProviderBrowserItem-inner {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.uppy-ProviderBrowser-footer {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
[dir=ltr] .uppy-ProviderBrowser-footer button {
  margin-right: 8px;
}
[dir=rtl] .uppy-ProviderBrowser-footer button {
  margin-left: 8px;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-footer {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}
.uppy-ProviderBrowser-footer-buttons {
  flex-shrink: 0;
}
.uppy-ProviderBrowser-footer-error {
  color: #e32437;
  line-height: 18px;
}
@media (max-width:426px) {
  .uppy-ProviderBrowser-footer {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .uppy-ProviderBrowser-footer-error {
    padding-bottom: 10px;
  }
}
.picker-dialog-bg {
  z-index: 20000 !important;
}
.picker-dialog {
  z-index: 20001 !important;
}
.uppy-Dashboard-Item-previewInnerWrap {
  align-items: center;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 #0006;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap {
  box-shadow: 0 1px 2px #00000026;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap {
  box-shadow: none;
}
.uppy-Dashboard-Item-previewInnerWrap:after {
  background-color: #000000a6;
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
}
.uppy-Dashboard-Item-previewLink {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
.uppy-Dashboard-Item-previewLink:focus {
  box-shadow: inset 0 0 0 3px #579df0;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus {
  box-shadow: inset 0 0 0 3px #016c8d;
}
.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
  border-radius: 3px;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  width: 100%;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: 10px;
  width: auto;
}
.uppy-Dashboard-Item-progress {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .35 ease;
  width: 120px;
  z-index: 1002;
}
.uppy-Dashboard-Item-progressIndicator {
  color: #fff;
  display: inline-block;
  height: 38px;
  opacity: .9;
  width: 38px;
}
.uppy-size--md .uppy-Dashboard-Item-progressIndicator {
  height: 55px;
  width: 55px;
}
button.uppy-Dashboard-Item-progressIndicator {
  cursor: pointer;
}
button.uppy-Dashboard-Item-progressIndicator:focus {
  outline: none;
}
button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner {
  border: 0;
}
button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,
button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry {
  fill: #579df0;
}
.uppy-Dashboard-Item-progressIcon--circle {
  height: 100%;
  width: 100%;
}
.uppy-Dashboard-Item-progressIcon--bg {
  stroke: #fff6;
}
.uppy-Dashboard-Item-progressIcon--progress {
  transition: stroke-dashoffset .5s ease-out;
  stroke: #fff;
}
.uppy-Dashboard-Item-progressIcon--play {
  transition: all .2s;
  fill: #fff;
  stroke: #fff;
}
.uppy-Dashboard-Item-progressIcon--cancel {
  transition: all .2s;
  fill: #fff;
}
.uppy-Dashboard-Item-progressIcon--pause {
  transition: all .2s;
  fill: #fff;
  stroke: #fff;
}
.uppy-Dashboard-Item-progressIcon--check {
  transition: all .2s;
  fill: #fff;
}
.uppy-Dashboard-Item-progressIcon--retry {
  fill: #fff;
}
[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  right: -8px;
}
[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  left: -8px;
}
[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  left: auto;
}
[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  right: auto;
}
.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  top: -9px;
  transform: none;
  width: auto;
}
.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
  height: 18px;
  width: 18px;
}
.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
  height: 28px;
  width: 28px;
}
.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
  height: 18px;
  opacity: 1;
  width: 18px;
}
.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
  height: 22px;
  width: 22px;
}
.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress {
  opacity: 0;
}
[dir=ltr] .uppy-Dashboard-Item-fileInfo {
  padding-right: 5px;
}
[dir=rtl] .uppy-Dashboard-Item-fileInfo {
  padding-left: 5px;
}
[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-right: 10px;
}
[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-left: 10px;
}
[dir=ltr] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-right: 15px;
}
[dir=rtl] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-left: 15px;
}
.uppy-Dashboard-Item-name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
  word-wrap: anywhere;
  word-break: break-all;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-name {
  color: #eaeaea;
}
.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name {
  font-size: 14px;
  line-height: 1.4;
}
.uppy-Dashboard-Item-fileName {
  align-items: baseline;
  display: flex;
}
.uppy-Dashboard-Item-fileName button {
  margin-left: 5px;
}
.uppy-Dashboard-Item-author {
  color: #757575;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  vertical-align: bottom;
}
.uppy-Dashboard-Item-author a {
  color: #757575;
}
.uppy-Dashboard-Item-status {
  color: #757575;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-status {
  color: #bbb;
}
.uppy-Dashboard-Item-statusSize {
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.uppy-Dashboard-Item-reSelect {
  color: #1269cf;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}
.uppy-Dashboard-Item-errorMessage {
  background-color: #fdeff1;
  color: #a51523;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 6px;
}
.uppy-Dashboard-Item-errorMessageBtn {
  color: #a51523;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}
.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
  display: none;
}
.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #f7c2c8;
  bottom: 0;
  display: block;
  left: 0;
  line-height: 1.4;
  padding: 6px 8px;
  position: absolute;
  right: 0;
}
.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
  border: 1px solid #f7c2c8;
  border-radius: 3px;
  display: inline-block;
  position: static;
}
.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
  display: none;
}
.uppy-Dashboard-Item-action {
  color: #939393;
  cursor: pointer;
}
.uppy-Dashboard-Item-action:focus {
  outline: none;
}
.uppy-Dashboard-Item-action::-moz-focus-inner {
  border: 0;
}
.uppy-Dashboard-Item-action:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}
.uppy-Dashboard-Item-action:hover {
  color: #1f1f1f;
  opacity: 1;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action {
  color: #cfcfcf;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover {
  color: #eaeaea;
}
.uppy-Dashboard-Item-action--remove {
  color: #1f1f1f;
  opacity: .95;
}
.uppy-Dashboard-Item-action--remove:hover {
  color: #000;
  opacity: 1;
}
[dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove {
  right: -8px;
}
[dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove {
  left: -8px;
}
.uppy-size--md .uppy-Dashboard-Item-action--remove {
  height: 18px;
  padding: 0;
  position: absolute;
  top: -8px;
  width: 18px;
  z-index: 1002;
}
.uppy-size--md .uppy-Dashboard-Item-action--remove:focus {
  border-radius: 50%;
}
[dir=ltr] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
  right: 8px;
}
[dir=rtl] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
  left: 8px;
}
.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
  position: absolute;
  top: 8px;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove {
  color: #525252;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover {
  color: #333;
}
.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper {
  align-items: center;
  display: flex;
}
.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action {
  height: 22px;
  margin-left: 3px;
  padding: 3px;
  width: 22px;
}
.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus {
  border-radius: 3px;
}
.uppy-size--md .uppy-Dashboard-Item-action--copyLink,
.uppy-size--md .uppy-Dashboard-Item-action--edit {
  height: 16px;
  padding: 0;
  width: 16px;
}
.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,
.uppy-size--md .uppy-Dashboard-Item-action--edit:focus {
  border-radius: 3px;
}
.uppy-Dashboard-Item {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  padding: 10px;
}
[dir=ltr] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
  padding-right: 0;
}
[dir=rtl] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
  padding-left: 0;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item {
  border-bottom: 1px solid #333;
}
[dir=ltr] .uppy-size--md .uppy-Dashboard-Item {
  float: left;
}
[dir=rtl] .uppy-size--md .uppy-Dashboard-Item {
  float: right;
}
.uppy-size--md .uppy-Dashboard-Item {
  border-bottom: 0;
  display: block;
  height: 215px;
  margin: 5px 15px;
  padding: 0;
  position: relative;
  width: calc(33.333% - 30px);
}
.uppy-size--lg .uppy-Dashboard-Item {
  height: 190px;
  margin: 5px 15px;
  padding: 0;
  width: calc(25% - 30px);
}
.uppy-size--xl .uppy-Dashboard-Item {
  height: 210px;
  padding: 0;
  width: calc(20% - 30px);
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 400px;
  padding: 15px;
  position: relative;
  width: 100%;
}
.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap {
  opacity: .2;
}
.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name {
  opacity: .7;
}
.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39' viewBox='0 0 35 39'%3E%3Cpath fill='%2523000' d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417s5.125 3.417 8.61 3.417c3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709m8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416m13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416'/%3E%3C/svg%3E");
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1005;
}
.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-position: 50% 50%;
  background-size: 40px;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-position: 50% 50%;
  background-size: 30%;
}
.uppy-Dashboard-Item-preview {
  flex-grow: 0;
  flex-shrink: 0;
  height: 50px;
  position: relative;
  width: 50px;
}
.uppy-size--md .uppy-Dashboard-Item-preview {
  height: 140px;
  width: 100%;
}
.uppy-size--lg .uppy-Dashboard-Item-preview {
  height: 120px;
}
.uppy-size--xl .uppy-Dashboard-Item-preview {
  height: 140px;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview {
  flex-grow: 1;
  max-height: 75%;
  width: 100%;
}
.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview {
  max-height: 100%;
}
[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-right: 8px;
}
[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-left: 8px;
}
[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-left: 12px;
}
[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-right: 12px;
}
.uppy-Dashboard-Item-fileInfoAndButtons {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons,
.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons {
  align-items: flex-start;
  padding: 9px 0 0;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons {
  flex-grow: 0;
  width: 100%;
}
.uppy-Dashboard-Item-fileInfo {
  flex-grow: 1;
  flex-shrink: 1;
}
.uppy-Dashboard-Item-actionWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after,
.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after {
  display: block;
}
[dir=ltr] .uppy-Dashboard-Item-errorDetails {
  left: 2px;
}
[dir=rtl] .uppy-Dashboard-Item-errorDetails {
  right: 2px;
}
.uppy-Dashboard-Item-errorDetails {
  -webkit-appearance: none;
  appearance: none;
  background-color: #939393;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: help;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 600;
  height: 13px;
  line-height: 12px;
  position: relative;
  text-align: center;
  top: 0;
  width: 13px;
}
.uppy-Dashboard-Item-errorDetails:after {
  line-height: 1.3;
  word-wrap: break-word;
}
.uppy-Dashboard-FileCard {
  background-color: #fff;
  border-radius: 5px;
  bottom: 0;
  box-shadow: 0 0 10px 4px #0000001a;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1005;
}
.uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.uppy-Dashboard-FileCard-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  min-height: 0;
}
.uppy-Dashboard-FileCard-preview {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  height: 60%;
  justify-content: center;
  min-height: 0;
  position: relative;
}
[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview {
  background-color: #333;
  border-bottom: 0;
}
.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg {
  border-radius: 3px;
  box-shadow: 0 3px 20px #00000026;
  flex: 0 0 auto;
  max-height: 90%;
  max-width: 90%;
  object-fit: cover;
}
[dir=ltr] .uppy-Dashboard-FileCard-edit {
  right: 10px;
}
[dir=rtl] .uppy-Dashboard-FileCard-edit {
  left: 10px;
}
.uppy-Dashboard-FileCard-edit {
  background-color: #00000080;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 7px 15px;
  position: absolute;
  top: 10px;
}
.uppy-Dashboard-FileCard-edit:focus {
  outline: none;
}
.uppy-Dashboard-FileCard-edit::-moz-focus-inner {
  border: 0;
}
.uppy-Dashboard-FileCard-edit:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}
.uppy-Dashboard-FileCard-edit:hover {
  background-color: #000c;
}
.uppy-Dashboard-FileCard-info {
  flex-grow: 0;
  flex-shrink: 0;
  height: 40%;
  overflow-y: auto;
  padding: 30px 20px 20px;
  -webkit-overflow-scrolling: touch;
}
[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info {
  background-color: #1f1f1f;
}
.uppy-Dashboard-FileCard-fieldset {
  border: 0;
  font-size: 0;
  margin: auto auto 12px;
  max-width: 640px;
  padding: 0;
}
.uppy-Dashboard-FileCard-label {
  color: #525252;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  width: 22%;
}
.uppy-size--md .uppy-Dashboard-FileCard-label {
  font-size: 14px;
}
[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label {
  color: #eaeaea;
}
.uppy-Dashboard-FileCard-input {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
}
.uppy-Dashboard-FileCard-actions {
  align-items: center;
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 55px;
  padding: 0 15px;
}
.uppy-size--md .uppy-Dashboard-FileCard-actions {
  height: 65px;
}
[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}
[dir=ltr] .uppy-Dashboard-FileCard-actionsBtn {
  margin-right: 10px;
}
[dir=rtl] .uppy-Dashboard-FileCard-actionsBtn {
  margin-left: 10px;
}
.uppy-transition-slideDownUp-enter {
  opacity: .01;
  transform: translate3d(0, -105%, 0);
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
}
.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
  opacity: 1;
  transform: translateZ(0);
}
.uppy-transition-slideDownUp-leave {
  opacity: 1;
  transform: translateZ(0);
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
}
.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
  opacity: .01;
  transform: translate3d(0, -105%, 0);
}
@keyframes uppy-Dashboard-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes uppy-Dashboard-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes uppy-Dashboard-slideDownAndFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes uppy-Dashboard-slideDownAndFadeIn--small {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes uppy-Dashboard-slideUpFadeOut {
  0% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
  }
}
@keyframes uppy-Dashboard-slideUpFadeOut--small {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
.uppy-Dashboard--modal {
  z-index: 1001;
}
.uppy-Dashboard--modal[aria-hidden=true] {
  display: none;
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
  animation: uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0, 0, .2, 1);
}
@media only screen and (min-width:820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
    animation: uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0, 0, .2, 1);
  }
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-overlay {
  animation: uppy-Dashboard-fadeIn .3s cubic-bezier(0, 0, .2, 1);
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
  animation: uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0, 0, .2, 1);
}
@media only screen and (min-width:820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
    animation: uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0, 0, .2, 1);
  }
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-overlay {
  animation: uppy-Dashboard-fadeOut .3s cubic-bezier(0, 0, .2, 1);
}
.uppy-Dashboard-isFixed {
  height: 100vh;
  overflow: hidden;
}
.uppy-Dashboard--modal .uppy-Dashboard-overlay {
  background-color: #00000080;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}
.uppy-Dashboard-inner {
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  max-height: 100%;
  max-width: 100%;
  outline: none;
  position: relative;
}
.uppy-size--md .uppy-Dashboard-inner {
  min-height: auto;
}
@media only screen and (min-width:820px) {
  .uppy-Dashboard-inner {
    height: 500px;
    width: 650px;
  }
}
.uppy-Dashboard--modal .uppy-Dashboard-inner {
  z-index: 1002;
}
[data-uppy-theme=dark] .uppy-Dashboard-inner {
  background-color: #1f1f1f;
}
.uppy-Dashboard--isDisabled .uppy-Dashboard-inner {
  cursor: not-allowed;
}
.uppy-Dashboard-innerWrap {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
  opacity: 1;
}
.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap {
  cursor: not-allowed;
  filter: grayscale(100%);
  opacity: .6;
  -webkit-user-select: none;
  user-select: none;
}
.uppy-Dashboard--isDisabled .uppy-ProviderIconBg {
  fill: #9f9f9f;
}
.uppy-Dashboard--isDisabled [aria-disabled],
.uppy-Dashboard--isDisabled [disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
.uppy-Dashboard--modal .uppy-Dashboard-inner {
  border: none;
  bottom: 15px;
  left: 15px;
  position: fixed;
  right: 15px;
  top: 35px;
}
@media only screen and (min-width:820px) {
  .uppy-Dashboard--modal .uppy-Dashboard-inner {
    box-shadow: 0 5px 15px 4px #00000026;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
[dir=ltr] .uppy-Dashboard-close {
  right: -2px;
}
[dir=rtl] .uppy-Dashboard-close {
  left: -2px;
}
.uppy-Dashboard-close {
  color: #ffffffe6;
  cursor: pointer;
  display: block;
  font-size: 27px;
  position: absolute;
  top: -33px;
  z-index: 1005;
}
.uppy-Dashboard-close:focus {
  outline: none;
}
.uppy-Dashboard-close::-moz-focus-inner {
  border: 0;
}
.uppy-Dashboard-close:focus {
  color: #6eabf2;
}
@media only screen and (min-width:820px) {
  [dir=ltr] .uppy-Dashboard-close {
    right: -35px;
  }
  [dir=rtl] .uppy-Dashboard-close {
    left: -35px;
  }
  .uppy-Dashboard-close {
    font-size: 35px;
    top: -10px;
  }
}
.uppy-Dashboard-serviceMsg {
  background-color: #fffbf7;
  border-bottom: 1px solid #edd4b9;
  border-top: 1px solid #edd4b9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  padding: 12px 0;
  position: relative;
  top: -1px;
  z-index: 1004;
}
.uppy-size--md .uppy-Dashboard-serviceMsg {
  font-size: 14px;
  line-height: 1.4;
}
[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg {
  background-color: #1f1f1f;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  color: #eaeaea;
}
.uppy-Dashboard-serviceMsg-title {
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  padding-left: 42px;
}
.uppy-Dashboard-serviceMsg-text {
  padding: 0 15px;
}
.uppy-Dashboard-serviceMsg-actionBtn {
  color: #1269cf;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: initial;
}
[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn {
  color: #02baf2e6;
}
.uppy-Dashboard-serviceMsg-icon {
  left: 15px;
  position: absolute;
  top: 10px;
}
.uppy-Dashboard-AddFiles {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
}
[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  border: 1px dashed #dfdfdf;
  border-radius: 3px;
  height: calc(100% - 14px);
  margin: 7px;
}
.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles {
  border: none;
  height: calc(100% - 54px);
}
.uppy-Dashboard--modal .uppy-Dashboard-AddFiles {
  border-color: #cfcfcf;
}
[data-uppy-theme=dark] .uppy-Dashboard-AddFiles {
  border-color: #757575;
}
.uppy-Dashboard-AddFiles-info {
  display: none;
  margin-top: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}
.uppy-size--height-md .uppy-Dashboard-AddFiles-info {
  display: block;
}
.uppy-size--md .uppy-Dashboard-AddFiles-info {
  bottom: 25px;
  left: 0;
  padding-bottom: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
}
[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info {
  margin-top: 0;
}
.uppy-Dashboard-browse {
  color: #1269cf;
  cursor: pointer;
}
.uppy-Dashboard-browse:focus {
  outline: none;
}
.uppy-Dashboard-browse::-moz-focus-inner {
  border: 0;
}
.uppy-Dashboard-browse:focus,
.uppy-Dashboard-browse:hover {
  border-bottom: 1px solid #1269cf;
}
[data-uppy-theme=dark] .uppy-Dashboard-browse {
  color: #02baf2e6;
}
[data-uppy-theme=dark] .uppy-Dashboard-browse:focus,
[data-uppy-theme=dark] .uppy-Dashboard-browse:hover {
  border-bottom: 1px solid #02baf2;
}
.uppy-Dashboard-browseBtn {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 8px;
  width: 100%;
}
.uppy-size--md .uppy-Dashboard-browseBtn {
  font-size: 15px;
  margin: 15px auto;
  padding: 13px 44px;
  width: auto;
}
.uppy-Dashboard-AddFiles-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 2px;
  overflow-y: auto;
  padding: 2px 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.uppy-size--md .uppy-Dashboard-AddFiles-list {
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  max-width: 600px;
  overflow-y: visible;
  padding-top: 0;
}
.uppy-DashboardTab {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-DashboardTab {
  border-bottom: 1px solid #333;
}
.uppy-size--md .uppy-DashboardTab {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 10px;
  width: auto;
}
.uppy-DashboardTab-btn {
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: initial;
  color: #525252;
  cursor: pointer;
  flex-direction: row;
  height: 100%;
  justify-content: left;
  padding: 12px 15px;
  width: 100%;
}
.uppy-DashboardTab-btn:focus {
  outline: none;
}
[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn {
  margin-right: 1px;
}
[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn {
  margin-left: 1px;
}
.uppy-size--md .uppy-DashboardTab-btn {
  border-radius: 5px;
  flex-direction: column;
  padding: 10px 3px;
  width: 86px;
}
[data-uppy-theme=dark] .uppy-DashboardTab-btn {
  color: #eaeaea;
}
.uppy-DashboardTab-btn::-moz-focus-inner {
  border: 0;
}
.uppy-DashboardTab-btn:hover {
  background-color: #e9ecef;
}
[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover {
  background-color: #333;
}
.uppy-DashboardTab-btn:active,
.uppy-DashboardTab-btn:focus {
  background-color: #dfe6f1;
}
[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,
[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus {
  background-color: #525252;
}
.uppy-DashboardTab-btn svg {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: transform .15s ease-in-out;
  vertical-align: text-top;
}
[dir=ltr] .uppy-DashboardTab-inner {
  margin-right: 10px;
}
[dir=rtl] .uppy-DashboardTab-inner {
  margin-left: 10px;
}
.uppy-DashboardTab-inner {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow:
    0 1px 1px 0 #0000001a,
    0 1px 2px 0 #0000001a,
    0 2px 3px 0 #00000005;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
[dir=ltr] .uppy-size--md .uppy-DashboardTab-inner {
  margin-right: 0;
}
[dir=rtl] .uppy-size--md .uppy-DashboardTab-inner {
  margin-left: 0;
}
[data-uppy-theme=dark] .uppy-DashboardTab-inner {
  background-color: #323232;
  box-shadow:
    0 1px 1px 0 #0003,
    0 1px 2px 0 #0003,
    0 2px 3px 0 #00000014;
}
.uppy-DashboardTab-name {
  font-size: 14px;
  font-weight: 400;
}
.uppy-size--md .uppy-DashboardTab-name {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  margin-top: 8px;
}
.uppy-DashboardTab-iconMyDevice {
  color: #1269cf;
}
[data-uppy-theme=dark] .uppy-DashboardTab-iconMyDevice {
  color: #02baf2;
}
.uppy-DashboardTab-iconBox {
  color: #0061d5;
}
[data-uppy-theme=dark] .uppy-DashboardTab-iconBox {
  color: #eaeaea;
}
.uppy-DashboardTab-iconDropbox {
  color: #0061fe;
}
[data-uppy-theme=dark] .uppy-DashboardTab-iconDropbox {
  color: #eaeaea;
}
.uppy-DashboardTab-iconUnsplash {
  color: #111;
}
[data-uppy-theme=dark] .uppy-DashboardTab-iconUnsplash {
  color: #eaeaea;
}
.uppy-DashboardTab-iconWebdav {
  color: #111;
}
[data-uppy-theme=dark] .uppy-DashboardTab-iconWebdav {
  color: #eaeaea;
}
.uppy-DashboardTab-iconScreenRec {
  color: #2c3e50;
}
[data-uppy-theme=dark] .uppy-DashboardTab-iconScreenRec {
  color: #eaeaea;
}
.uppy-DashboardTab-iconAudio {
  color: #8030a3;
}
[data-uppy-theme=dark] .uppy-DashboardTab-iconAudio {
  color: #bf6ee3;
}
.uppy-Dashboard-input {
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: .1px;
  z-index: -1;
}
.uppy-DashboardContent-bar {
  align-items: center;
  background-color: #fafafa;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  width: 100%;
  z-index: 1004;
}
.uppy-size--md .uppy-DashboardContent-bar {
  height: 50px;
  padding: 0 15px;
}
[data-uppy-theme=dark] .uppy-DashboardContent-bar {
  background-color: #1f1f1f;
  border-bottom: 1px solid #333;
}
.uppy-DashboardContent-title {
  font-size: 12px;
  font-weight: 500;
  left: 0;
  line-height: 40px;
  margin: auto;
  max-width: 170px;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
.uppy-size--md .uppy-DashboardContent-title {
  font-size: 14px;
  line-height: 50px;
  max-width: 300px;
}
[data-uppy-theme=dark] .uppy-DashboardContent-title {
  color: #eaeaea;
}
[dir=ltr] .uppy-DashboardContent-back,
[dir=ltr] .uppy-DashboardContent-save {
  margin-left: -6px;
}
[dir=rtl] .uppy-DashboardContent-back,
[dir=rtl] .uppy-DashboardContent-save {
  margin-right: -6px;
}
.uppy-DashboardContent-back,
.uppy-DashboardContent-save {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 3px;
  color: inherit;
  color: #1269cf;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 7px 6px;
}
.uppy-DashboardContent-back:focus,
.uppy-DashboardContent-save:focus {
  outline: none;
}
.uppy-DashboardContent-back::-moz-focus-inner,
.uppy-DashboardContent-save::-moz-focus-inner {
  border: 0;
}
.uppy-DashboardContent-back:hover,
.uppy-DashboardContent-save:hover {
  color: #0e51a0;
}
.uppy-DashboardContent-back:focus,
.uppy-DashboardContent-save:focus {
  background-color: #dfe6f1;
}
[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,
[data-uppy-theme=dark] .uppy-DashboardContent-save:focus {
  background-color: #333;
}
.uppy-size--md .uppy-DashboardContent-back,
.uppy-size--md .uppy-DashboardContent-save {
  font-size: 14px;
}
[data-uppy-theme=dark] .uppy-DashboardContent-back,
[data-uppy-theme=dark] .uppy-DashboardContent-save {
  color: #02baf2;
}
[dir=ltr] .uppy-DashboardContent-addMore {
  margin-right: -5px;
}
[dir=rtl] .uppy-DashboardContent-addMore {
  margin-left: -5px;
}
.uppy-DashboardContent-addMore {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 3px;
  color: inherit;
  color: #1269cf;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  height: 29px;
  line-height: 1;
  margin: 0;
  padding: 7px 8px;
  width: 29px;
}
.uppy-DashboardContent-addMore:focus {
  outline: none;
}
.uppy-DashboardContent-addMore::-moz-focus-inner {
  border: 0;
}
.uppy-DashboardContent-addMore:hover {
  color: #0e51a0;
}
.uppy-DashboardContent-addMore:focus {
  background-color: #dfe6f1;
}
[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus {
  background-color: #333;
}
[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore {
  margin-right: -8px;
}
[dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore {
  margin-left: -8px;
}
.uppy-size--md .uppy-DashboardContent-addMore {
  font-size: 14px;
  height: auto;
  width: auto;
}
[data-uppy-theme=dark] .uppy-DashboardContent-addMore {
  color: #02baf2;
}
[dir=ltr] .uppy-DashboardContent-addMore svg {
  margin-right: 4px;
}
[dir=rtl] .uppy-DashboardContent-addMore svg {
  margin-left: 4px;
}
.uppy-DashboardContent-addMore svg {
  vertical-align: initial;
}
.uppy-size--md .uppy-DashboardContent-addMore svg {
  height: 11px;
  width: 11px;
}
.uppy-DashboardContent-addMoreCaption {
  display: none;
}
.uppy-size--md .uppy-DashboardContent-addMoreCaption {
  display: inline;
}
.uppy-DashboardContent-panel {
  background-color: #f5f5f5;
  flex: 1;
}
.uppy-Dashboard-AddFilesPanel,
.uppy-DashboardContent-panel {
  border-radius: 5px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1005;
}
.uppy-Dashboard-AddFilesPanel {
  background: #fafafa;
  background:
    linear-gradient(
      0deg,
      #fafafa 35%,
      #fafafad9);
  box-shadow: 0 0 10px 5px #00000026;
}
[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel {
  background-color: #333;
  background-image:
    linear-gradient(
      0deg,
      #1f1f1f 35%,
      #1f1f1fd9);
}
.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
  filter: blur(2px);
}
.uppy-Dashboard-progress {
  bottom: 0;
  height: 12%;
  left: 0;
  position: absolute;
  width: 100%;
}
.uppy-Dashboard-progressBarContainer.is-active {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1004;
}
.uppy-Dashboard-filesContainer {
  flex: 1;
  margin: 0;
  overflow-y: hidden;
  position: relative;
}
.uppy-Dashboard-filesContainer:after {
  clear: both;
  content: "";
  display: table;
}
.uppy-Dashboard-files {
  flex: 1;
  margin: 0;
  overflow-y: auto;
  padding: 0 0 10px;
  -webkit-overflow-scrolling: touch;
}
.uppy-size--md .uppy-Dashboard-files {
  padding-top: 10px;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.uppy-Dashboard-dropFilesHereHint {
  align-items: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%231269CF' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px dashed #1269cf;
  border-radius: 3px;
  bottom: 7px;
  color: #757575;
  display: flex;
  font-size: 16px;
  justify-content: center;
  left: 7px;
  padding-top: 90px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 7px;
  visibility: hidden;
  z-index: 2000;
}
[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%2302BAF2' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
  border-color: #02baf2;
  color: #bbb;
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
  pointer-events: none;
  visibility: visible;
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar {
  opacity: .15;
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles {
  opacity: .03;
}
.uppy-Dashboard-AddFiles-title {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 0 15px;
  text-align: inline-start;
  width: 100%;
}
.uppy-size--md .uppy-Dashboard-AddFiles-title {
  font-size: 21px;
  font-weight: 400;
  margin-top: 5px;
  max-width: 480px;
  padding: 0 35px;
  text-align: center;
}
[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title {
  text-align: center;
}
[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title {
  color: #eaeaea;
}
.uppy-Dashboard-AddFiles-title button {
  font-weight: 500;
}
.uppy-size--md .uppy-Dashboard-AddFiles-title button {
  font-weight: 400;
}
.uppy-Dashboard-note {
  color: #757575;
  font-size: 14px;
  line-height: 1.25;
  margin: auto;
  max-width: 350px;
  padding: 0 15px;
  text-align: center;
}
.uppy-size--md .uppy-Dashboard-note {
  line-height: 1.35;
  max-width: 600px;
}
[data-uppy-theme=dark] .uppy-Dashboard-note {
  color: #cfcfcf;
}
a.uppy-Dashboard-poweredBy {
  color: #939393;
  display: inline-block;
  font-size: 11px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
}
.uppy-Dashboard-poweredByIcon {
  margin-left: 1px;
  margin-right: 1px;
  opacity: .9;
  position: relative;
  top: 1px;
  vertical-align: text-top;
  fill: none;
  stroke: #939393;
}
.uppy-Dashboard-Item-previewIcon {
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  z-index: 100;
}
.uppy-size--md .uppy-Dashboard-Item-previewIcon {
  height: 38px;
  width: 38px;
}
.uppy-Dashboard-Item-previewIcon svg {
  height: 100%;
  width: 100%;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon {
  height: 100%;
  max-height: 60%;
  max-width: 60%;
  width: 100%;
}
.uppy-Dashboard-Item-previewIconWrap {
  height: 76px;
  max-height: 75%;
  position: relative;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap {
  height: 100%;
  width: 100%;
}
.uppy-Dashboard-Item-previewIconBg {
  filter: drop-shadow(rgba(0, 0, 0, .1) 0 1px 1px);
  height: 100%;
  width: 100%;
}
.uppy-Dashboard-upload {
  height: 50px;
  position: relative;
  width: 50px;
}
.uppy-size--md .uppy-Dashboard-upload {
  height: 60px;
  width: 60px;
}
.uppy-Dashboard-upload .uppy-c-icon {
  position: relative;
  top: 1px;
  width: 50%;
}
[dir=ltr] .uppy-Dashboard-uploadCount {
  right: -12px;
}
[dir=rtl] .uppy-Dashboard-uploadCount {
  left: -12px;
}
.uppy-Dashboard-uploadCount {
  background-color: #1bb240;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: -12px;
  width: 16px;
}
.uppy-size--md .uppy-Dashboard-uploadCount {
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

/* node_modules/@uppy/image-editor/dist/style.min.css */
.uppy-ImageCropper-range {
  -webkit-appearance: none;
  background: #0000;
  margin: 8px 0;
  width: 100%;
}
.uppy-ImageCropper-range::-moz-focus-outer {
  border: 0;
}
.uppy-ImageCropper-range:focus {
  outline: 0;
}
.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track {
  background: #fff3;
}
.uppy-ImageCropper-range:focus::-ms-fill-lower,
.uppy-ImageCropper-range:focus::-ms-fill-upper {
  background: #fff3;
}
.uppy-ImageCropper-range::-webkit-slider-runnable-track {
  background: #fff3;
  border: 0 solid #0000;
  border-radius: 5px;
  box-shadow: 0 0 0 #0000, 0 0 0 #0d0d0d00;
  cursor: default;
  height: 4px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}
.uppy-ImageCropper-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  border: 0 solid #0000;
  border-radius: 9px;
  box-shadow: 0 0 4px #0003, 0 0 0 #0d0d0d33;
  box-sizing: border-box;
  cursor: default;
  height: 16px;
  margin-top: -6px;
  width: 16px;
}
.uppy-ImageCropper-range::-moz-range-track {
  background: #fff3;
  border: 0 solid #0000;
  border-radius: 5px;
  box-shadow: 0 0 0 #0000, 0 0 0 #0d0d0d00;
  cursor: default;
  height: 2px;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}
.uppy-ImageCropper-range::-moz-range-thumb {
  background: #fff;
  border: 0 solid #0000;
  border-radius: 9px;
  box-shadow: 0 0 4px #0003, 0 0 0 #0d0d0d33;
  box-sizing: border-box;
  cursor: default;
  height: 16px;
  width: 16px;
}
.uppy-ImageCropper-range::-ms-track {
  background: #0000;
  border-color: #0000;
  border-width: 8px 0;
  color: #0000;
  cursor: default;
  height: 4px;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}
.uppy-ImageCropper-range::-ms-fill-lower {
  background: #f2f2f233;
  border: 0 solid #0000;
  border-radius: 10px;
  box-shadow: 0 0 0 #0000, 0 0 0 #0d0d0d00;
}
.uppy-ImageCropper-range::-ms-fill-upper {
  background: #fff3;
  border: 0 solid #0000;
  border-radius: 10px;
  box-shadow: 0 0 0 #0000, 0 0 0 #0d0d0d00;
}
.uppy-ImageCropper-range::-ms-thumb {
  background: #fff;
  border: 0 solid #0000;
  border-radius: 9px;
  box-shadow: 0 0 4px #0003, 0 0 0 #0d0d0d33;
  box-sizing: border-box;
  cursor: default;
  height: 16px;
  margin-top: 1px;
  width: 16px;
}
.uppy-ImageCropper-range:disabled::-moz-range-thumb,
.uppy-ImageCropper-range:disabled::-ms-fill-lower,
.uppy-ImageCropper-range:disabled::-ms-fill-upper,
.uppy-ImageCropper-range:disabled::-ms-thumb,
.uppy-ImageCropper-range:disabled::-webkit-slider-runnable-track,
.uppy-ImageCropper-range:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  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: #3399ffbf;
  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.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}
.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 {
  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;
}
.uppy-ImageCropper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.uppy-ImageCropper-container {
  flex-grow: 1;
}
.uppy-ImageCropper-image {
  display: block;
  max-height: 400px;
  max-width: 100%;
}
.uppy-ImageCropper-controls {
  align-items: center;
  background-color: #0009;
  border-radius: 5px;
  bottom: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 50%;
  padding-top: 38px;
  position: absolute;
  transform: translateX(-50%);
}
.uppy-size--md .uppy-ImageCropper-controls {
  padding-top: 0;
}
.uppy-ImageCropper-controls button {
  border-radius: 5px;
  height: 35px;
  width: 35px;
}
.uppy-ImageCropper-controls button svg {
  padding: 3px;
}
.uppy-size--md .uppy-ImageCropper-controls button {
  height: 40px;
  width: 40px;
}
.uppy-size--md .uppy-ImageCropper-controls button svg {
  padding: 1px;
}
.uppy-ImageCropper-controls button:hover {
  background-color: #ffffff80;
}
.uppy-ImageCropper-controls button:focus {
  background-color: #ffffff80;
  outline: none;
}
.uppy-Dashboard:not(.uppy-size--md) .uppy-ImageCropper-rangeWrapper {
  height: 38px;
  left: 10px;
  position: absolute !important;
  right: 10px;
  top: 0;
}
.uppy-size--md .uppy-ImageCropper-range {
  margin-left: 5px;
  margin-right: 5px;
  width: 180px;
}
.uppy-ImageCropper .cropper-point {
  height: 8px;
  width: 8px;
}
.uppy-ImageCropper .cropper-view-box {
  background: repeating-conic-gradient(#bdbdbd33 0 25%, #fff 0 50%) 50%/16px 16px;
  outline: 2px solid #39f;
}
[data-uppy-theme=dark] .uppy-ImageCropper .cropper-view-box {
  background: repeating-conic-gradient(#2b2a2a 0 25%, #000 0 50%) 50%/16px 16px;
}
.uppy-ImageCropper .cropper-modal {
  background-color: #fff;
  opacity: .9;
}
[data-uppy-theme=dark] .uppy-ImageCropper .cropper-modal {
  background-color: #000;
  opacity: .7;
}
.uppy-ImageCropper .cropper-face {
  opacity: 0;
}
.uppy-ImageCropper-range::-moz-range-track {
  height: 4px;
}
.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track,
.uppy-ImageCropper-range:hover::-webkit-slider-runnable-track {
  background: #ffffff80;
}
.uppy-ImageCropper-range:focus::-ms-fill-lower,
.uppy-ImageCropper-range:focus::-ms-fill-upper,
.uppy-ImageCropper-range:hover::-ms-fill-lower,
.uppy-ImageCropper-range:hover::-ms-fill-upper {
  background: #ffffff80;
}
.uppy-ImageCropper-range:focus::-moz-range-track,
.uppy-ImageCropper-range:hover::-moz-range-track {
  background: #ffffff80;
}

/* node_modules/choices.js/public/assets/styles/choices.min.css */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25;
}
.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005f75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0-4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005f75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width:640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text],
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: .5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus,
.choices__input:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: .5;
}
/*! Bundled license information:

toastify-js/src/toastify.css:
  (*!
   * Toastify js 1.12.0
   * https://github.com/apvarun/toastify-js
   * @license MIT licensed
   *
   * Copyright (C) 2018 Varun A P
   *)

@uppy/image-editor/dist/style.min.css:
  (*!
   * Cropper.js v1.5.6
   * https://fengyuanchen.github.io/cropperjs
   *
   * Copyright 2015-present Chen Fengyuan
   * Released under the MIT license
   *
   * Date: 2019-10-04T04:33:44.164Z
   *)
*/
