.done-upload{overflow: auto; text-align: center; display: block; position: relative;}

.img-container{max-width: 260px; overflow: hidden;  position: relative; margin: auto;}

.drag-and-drop {
    width: 100%;
    background-color: #efefef;
    border: 3px dashed #dfdfdf;
    position: relative;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}

.remove-audio i, .remove-image i{
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 18px;
    color: #000;
    background-color: #FFF;
    padding: 3px;
}

.set-featured-image i 
{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: #000;
    background-color: #FFF;
    padding: 3px;
}

.error{background-color: #e10f21; color: #fff; text-align: center; font-weight: 700; padding: 1em; margin: 1em;}


#recepcion-kit-button{position: relative; padding: 0 30px;}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 2px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 3px;
    border: 3px solid #c23c49;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #c23c49 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
