@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{background:#fff;border:2px solid rgba(0,0,0,.3);min-height:150px;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{margin:2em 0;text-align:center}.dropzone .dz-preview{display:inline-block;margin:16px;min-height:100px;position:relative;vertical-align:top}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(180deg,#eee,#ddd);border-radius:20px}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{border:none;cursor:pointer;display:block;font-size:14px;text-align:center}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{color:#000000e6;font-size:13px;left:0;line-height:150%;max-width:100%;min-width:100%;opacity:0;padding:2em 1em;position:absolute;text-align:center;top:0;z-index:20}.dropzone .dz-preview .dz-details .dz-size{font-size:16px;margin-bottom:1em}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:#fffc;border:1px solid hsla(0,0%,78%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:#fff6;border-radius:3px;padding:0 .4em}.dropzone .dz-preview:hover .dz-image img{filter:blur(8px);transform:scale(1.05)}.dropzone .dz-preview .dz-image{border-radius:20px;display:block;height:120px;overflow:hidden;position:relative;width:120px;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{animation:slide-in 3s cubic-bezier(.77,0,.175,1);opacity:1}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{display:block;left:50%;margin-left:-27px;margin-top:-27px;opacity:0;pointer-events:none;position:absolute;top:50%;z-index:500}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;height:54px;width:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{background:#ffffffe6;border-radius:8px;height:16px;left:50%;margin-left:-40px;margin-top:-8px;opacity:1;overflow:hidden;pointer-events:none;position:absolute;top:50%;-webkit-transform:scale(1);width:80px;z-index:1000}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);bottom:0;left:0;position:absolute;top:0;transition:width .3s ease-in-out;width:0}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);border-radius:8px;color:#fff;display:block;display:none;font-size:13px;left:-10px;opacity:0;padding:.5em 1.2em;pointer-events:none;position:absolute;top:130px;transition:opacity .3s ease;width:140px;z-index:1000}.dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #be2626;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:0;left:64px;position:absolute;top:-6px;width:0}.vue-dropzone{border:2px solid #e5e5e5;color:#777;font-family:Arial,sans-serif;letter-spacing:.2px;transition:.2s linear}.vue-dropzone:hover{background-color:#f6f6f6}.vue-dropzone>i{color:#ccc}.vue-dropzone>.dz-preview .dz-image{border-radius:0;height:100%;width:100%}.vue-dropzone>.dz-preview .dz-image img:not([src]){height:200px;width:200px}.vue-dropzone>.dz-preview .dz-image:hover img{-webkit-filter:none;transform:none}.vue-dropzone>.dz-preview .dz-details{background-color:#2196f3cc;bottom:0;color:#fff;text-align:left;top:0;transition:opacity .2s linear}.vue-dropzone>.dz-preview .dz-details .dz-filename{overflow:hidden}.vue-dropzone>.dz-preview .dz-details .dz-filename span,.vue-dropzone>.dz-preview .dz-details .dz-size span{background-color:transparent}.vue-dropzone>.dz-preview .dz-details .dz-filename:not(:hover) span{border:none}.vue-dropzone>.dz-preview .dz-details .dz-filename:hover span{background-color:transparent;border:none}.vue-dropzone>.dz-preview .dz-progress .dz-upload{background:#ccc}.vue-dropzone>.dz-preview .dz-remove{border:2px solid #fff;bottom:15px;color:#fff;font-size:.8rem;font-weight:800;letter-spacing:1.1px;margin-left:15px;opacity:0;padding:10px;position:absolute;text-decoration:none;text-transform:uppercase;top:inherit;z-index:30}.vue-dropzone>.dz-preview:hover .dz-remove{opacity:1}.vue-dropzone>.dz-preview .dz-error-mark,.vue-dropzone>.dz-preview .dz-success-mark{left:0;margin-left:auto;margin-top:auto;top:35%;width:100%}.vue-dropzone>.dz-preview .dz-error-mark svg,.vue-dropzone>.dz-preview .dz-success-mark svg{margin-left:auto;margin-right:auto}.vue-dropzone>.dz-preview .dz-error-message{left:0;margin-left:auto;margin-right:auto;text-align:center;width:100%}.vue-dropzone>.dz-preview .dz-error-message:after{display:none}.mr-2[data-v-3b4d2cea]{margin-right:15px}.error .input-dropzone_gray{background-color:#ffebeb!important}.error .input-dropzone__title{color:#f77}.input-dropzone .dz-preview.dz-error .dz-details,.input-dropzone .dz-preview.dz-error .dz-size,.input-dropzone .input-dropzone__title.size .error{color:red!important}.input-dropzone_gray{border-radius:6px;display:flex;flex-direction:column;padding:20px}.input-dropzone_gray .dz-message{order:2}.input-dropzone_gray .dz-image{display:none}.input-dropzone_gray .dz-details{display:flex;font-size:12px}.input-dropzone_gray .dz-details .dz-filename{font-weight:500}.input-dropzone_gray .dz-details .dz-size{color:#b2b2b2;margin-left:10px;order:2}.input-dropzone_gray .dz-details .dz-size strong{font-weight:400}.input-dropzone_gray .dz-error-mark,.input-dropzone_gray .dz-error-message,.input-dropzone_gray .dz-success-mark{display:none}.input-dropzone_gray .dz-preview{align-items:center;border-bottom:1px solid #b2b2b2;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.input-dropzone_gray .dz-preview:last-child{margin-bottom:20px}.input-dropzone_gray a.dz-remove{display:block;font-size:12px}.input-dropzone__btn{align-items:center;background-color:#fff;border:1px dotted #6b6b6b;border-radius:6px;color:#6b6b6b;display:flex;font-size:14px;height:44px;justify-content:center;line-height:1;transition:background-color .3s ease-out;width:100%}.input-dropzone__btn:hover{background-color:#ffda56;border:1px solid #ffda56;color:#000;cursor:pointer}.input-dropzone__area{width:100%}.input-dropzone__title{color:#6b6b6b;font-size:14px;padding:0 0 5px}.input-dropzone__title.size{color:#6b6b6b;font-size:12px;padding:10px 0 5px}.input-dropzone .dropzone{align-items:center;background-color:#fff;border:2px dotted #efefef;border-radius:5px;box-sizing:border-box;display:flex;justify-content:center;min-height:unset;padding:0}.input-dropzone .dropzone:hover{background-color:#efefef;transition:background-color .3s}.input-dropzone .dz-message{align-items:center;display:flex}.input-dropzone .vue-dropzone>.dz-preview .dz-image{border-radius:5px;max-height:150px;max-width:150px}.input-dropzone.mobile .dz-clickable{flex-wrap:wrap}.input-dropzone.mobile:hover .dz-clickable{background-color:#fff;flex-wrap:wrap;transition:background-color .3s}.input-dropzone.mobile .flex{flex-wrap:wrap;justify-content:center}.input-dropzone.mobile .flex span{display:block;margin-top:5px;width:100%}.input-dropzone.mobile .dz-preview.dz-image-preview{min-height:160px;width:calc(50% - 32px)}.input-dropzone.mobile .dz-preview:hover .dz-details{background-color:#ffda56!important;border-radius:5px;color:#fff!important}.input-dropzone.mobile .dz-preview:hover .dz-details .dz-size{color:#fff;font-size:10px;margin-bottom:.5rem}.input-dropzone.mobile .dz-preview:hover .dz-remove{border:0;font-size:0;margin-left:0!important;max-width:100%!important;opacity:1;position:relative}.input-dropzone.mobile .dz-preview:hover .dz-remove:before{bottom:120%;content:url(/nuxt_upload/images/del.svg);display:block;height:100%;left:0;position:absolute;width:100%}.input-dropzone .one{display:flex;flex-wrap:wrap}.input-dropzone .one .dz-message{width:100%}.input-dropzone .one .dz-preview{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px;margin-top:10px;min-height:200px;min-width:200px;position:relative}.input-dropzone .one .dz-preview .dz-details,.input-dropzone .one .dz-preview .dz-error-mark,.input-dropzone .one .dz-preview .dz-error-message,.input-dropzone .one .dz-preview .dz-success-mark{display:none}.input-dropzone .one .dz-preview .dz-remove{align-items:center;bottom:5px;justify-content:center;left:57px;position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;background:#ffda56;border:1px solid #ffda56;border-radius:5px;cursor:pointer;font-size:14px;outline:none;padding:10px 15px}.dz-button{display:none}
