@charset "UTF-8";
/*!
 * Xeader Studios
 *
 * NOTICE OF LICENCE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt
 * It is also available through th world-wide-web at this URL:
 * https://xeader.com/LICENCE-CE.txt
 *
 * @category bluelabs.cesvi.regalisolidali
 * @package bluelabs.cesvi.regalisolidali
 *
 * @author Antonio Gatta <a.gatta@xeader.com>
 * @url http://xeader.com
 * @copyright Copyright (c) 2018 Xeader Studios
 * @license All right reserved
 */
.cesvi-upload {
  display: block;
  background: #FFFFFF;
  border: 1px solid #F3F3F1;
  box-shadow: 1px 3px 0 0 #DBDBD9;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: all .5s ease; }
  .cesvi-upload:hover, .cesvi-upload.drag {
    background-color: #F3F3F1; }
  .cesvi-upload, .cesvi-upload:after, .cesvi-upload:before, .cesvi-upload *, .cesvi-upload *:after, .cesvi-upload *:before {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }
  .cesvi-upload__container {
    padding: 1em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
  .cesvi-upload__input {
    display: none;
    justify-content: center;
    align-items: center; }
  .cesvi-upload__text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.1em;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding-top: 0.25em; }
  .cesvi-upload__indicator {
    margin-left: 1em;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    position: relative;
    display: block; }
    .cesvi-upload__indicator > * {
      transition: all .5s ease;
      pointer-events: none; }
    .cesvi-upload__indicator__icon, .cesvi-upload__indicator__progress__percentage {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 100%; }
    .cesvi-upload__indicator__progress__percentage {
      transition-timing-function: cubic-bezier(1, 0.17, 0.37, 1.39);
      transition-duration: 1s; }
    .cesvi-upload__indicator__icon {
      max-width: 100%; }
    .cesvi-upload__indicator__waves {
      position: absolute;
      top: 0;
      left: 0;
      width: 37px;
      height: 37px;
      border-radius: 50%;
      transition: all .5s ease; }
    .cesvi-upload__indicator__progress__percentage {
      color: #56b54a;
      font-weight: 900;
      font-size: .75em; }
    .cesvi-upload__indicator__progress__circle {
      stroke: #56b54a;
      stroke-width: 10px;
      fill: none; }
      .cesvi-upload__indicator__progress__circle--styled {
        transition: all .5s ease;
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
        stroke-width: 12px;
        stroke: #eef8ed;
        stroke-dasharray: 375.734px;
        stroke-dashoffset: 0px;
        stroke-dashoffset: 0; }
    .cesvi-upload__indicator__preview {
      display: block;
      width: 37px;
      height: 37px;
      transition: all .15s ease;
      border-radius: 50%;
      overflow: hidden;
      transform-origin: 50% 50%;
      background: #FFFFFF;
      border: 1px solid #F3F3F1;
      box-shadow: -1px -1px 0 0 #DBDBD9;
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%); }
      .cesvi-upload__indicator__preview video {
        background-color: #000; }
      .cesvi-upload--video .cesvi-upload__indicator__preview {
        background-color: #000; }
      .cesvi-upload__indicator__preview img, .cesvi-upload__indicator__preview video {
        pointer-events: none;
        max-width: 100%;
        height: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .cesvi-upload__indicator__preview:after {
        opacity: 0;
        display: block;
        text-align: center;
        line-height: 37px;
        content: '×';
        padding-top: 0.04em;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        font-size: 37px;
        text-shadow: 1px 3px rgba(0, 0, 0, 0.25);
        color: #FFFFFF;
        pointer-events: all;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.25);
        transform: scale(0.75);
        transition: all .25s ease;
        border-radius: 100%; }
      .cesvi-upload__indicator__preview:hover:after {
        opacity: 1;
        transform: scale(1); }
      .cesvi-upload__indicator__preview:focus:after, .cesvi-upload__indicator__preview:active:after {
        background-color: rgba(0, 0, 0, 0.5); }
  .cesvi-upload .cesvi-upload__indicator__progress__percentage, .cesvi-upload.idle .cesvi-upload__indicator__progress__percentage {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0); }
  .cesvi-upload .cesvi-upload__indicator__preview, .cesvi-upload.idle .cesvi-upload__indicator__preview {
    opacity: 0;
    transform: translateY(-50%) scale(0); }
  .cesvi-upload .cesvi-upload__indicator__progress, .cesvi-upload.idle .cesvi-upload__indicator__progress {
    transform: scale(0); }
  .cesvi-upload .cesvi-upload__indicator__icon, .cesvi-upload.idle .cesvi-upload__indicator__icon {
    transform: translate3d(-50%, -50%, 0) scale(1); }
  .cesvi-upload .cesvi-upload__indicator__waves, .cesvi-upload.idle .cesvi-upload__indicator__waves {
    transform: scale(0);
    opacity: 0; }
  .cesvi-upload.drag {
    border: 1px dashed #EA670C;
    box-shadow: 1px 3px 0 0 #DBDBD9, inset 0 0 3px #EA670C; }
  .cesvi-upload.working .cesvi-upload__indicator__progress__percentage, .cesvi-upload.uploading .cesvi-upload__indicator__progress__percentage {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1); }
  .cesvi-upload.working .cesvi-upload__indicator__icon, .cesvi-upload.uploading .cesvi-upload__indicator__icon {
    transform: translate3d(-50%, -50%, 0) scale(0); }
  .cesvi-upload.working .cesvi-upload__indicator__progress, .cesvi-upload.uploading .cesvi-upload__indicator__progress {
    transform: scale(1); }
  .cesvi-upload.working .cesvi-upload__indicator__progress__percentage {
    opacity: 0; }
  .cesvi-upload.working .cesvi-upload__indicator__waves {
    opacity: 1;
    transition-delay: .5s;
    transform: scale(1); }
  .cesvi-upload.complete .cesvi-upload__container {
    pointer-events: none; }
  .cesvi-upload.complete .cesvi-upload__indicator__icon {
    transform: translate3d(-50%, -50%, 0) scale(0); }
  .cesvi-upload.complete .cesvi-upload__indicator__preview {
    transition: all 0.75s cubic-bezier(1, 0.17, 0.37, 1.39);
    transition: all 0.75s cubic-bezier(0.19, 1.74, 0.26, 1.18);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    pointer-events: all; }
