.drop-zone-container{position:relative}.drop-zone-container .dz-floating-button{position:fixed;bottom:55px;width:60px;font-size:0;transition:all .5s ease-in-out;z-index:999}[dir] .drop-zone-container .dz-floating-button{border-radius:25px;background-color:red}[dir=ltr] .drop-zone-container .dz-floating-button{right:40px}[dir=rtl] .drop-zone-container .dz-floating-button{left:40px}.drop-zone-container .dz-floating-button:hover{font-size:16px;width:200px}[dir] .drop-zone-container .dz-floating-button:hover{border-radius:14px}.drop-zone{min-height:70vh;max-height:80vh;overflow-y:scroll;transition:all .2s ease-in-out}[dir] .drop-zone{padding-top:18px;padding-bottom:20px}[dir] .drop-zone.file-drag{border:1px dashed #c9a326;background-color:rgba(201,163,38,.054)}[dir] .drop-zone.danger{border:2px dashed red!important}.drop-zone .dz-content{width:100%;height:100%}[dir] .drop-zone .dz-content{text-align:center;margin-top:auto}.drop-zone .dz-img{min-width:80px;min-height:80px;width:10%}.dz-err{display:flex;width:100%}.dz-err .dz-img-err-container{position:relative}.dz-err .dz-img-err{position:absolute;bottom:0;width:70%;height:100%}[dir] .dz-err .dz-img-err{background:hsla(0,0%,100%,.5)}.gallery-img-holder{position:relative}.gallery-img-holder .gallery-img-toolbar{position:absolute;top:5%}[dir=ltr] .gallery-img-holder .gallery-img-toolbar{right:5%}[dir=rtl] .gallery-img-holder .gallery-img-toolbar{left:5%}.dz-selectable{display:flex;flex-wrap:wrap}[dir] .dz-selectable{padding:20px 0}.dz-selectable .dz-img-selectable-add{width:13%;height:100px;display:flex;align-items:center;justify-content:center;font-size:40px;color:grey}[dir] .dz-selectable .dz-img-selectable-add{text-align:center;margin:auto;border:3px solid hsla(0,0%,50.2%,.4);border-radius:4px;background-color:hsla(0,0%,50.2%,.1);cursor:pointer}.dz-selectable .dz-img-selectable-container{position:relative}[dir] .dz-selectable .dz-img-selectable-container{margin:10px 0}.dz-selectable .dz-img-selectable-container.selected:after{content:"";position:absolute;top:-10%;width:100%;height:120%}[dir] .dz-selectable .dz-img-selectable-container.selected:after{border:3px solid rgba(0,0,255,.4);border-radius:4px;background:rgba(0,0,255,.2)}[dir=ltr] .dz-selectable .dz-img-selectable-container.selected:after{left:0}[dir=rtl] .dz-selectable .dz-img-selectable-container.selected:after{right:0}.dz-selectable .dz-selectable-toolbar{position:absolute;top:-8px}[dir=ltr] .dz-selectable .dz-selectable-toolbar{right:10%}[dir=rtl] .dz-selectable .dz-selectable-toolbar{left:10%}.dz-selectable.limited{max-height:360px;overflow-y:auto}.file-card-container{width:25%}[dir] .file-card{background-color:#fafafa;border-radius:8px;padding:8px 6px;margin:8px}.file-card .fc-header{display:flex;justify-content:space-around}.file-card .fc-header .fc-file-type{max-width:20%}[dir] .file-card .fc-header .fc-file-type{padding-bottom:10px}.file-card .fc-header .fc-file-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;max-width:55%}[dir] .file-card .fc-header .fc-file-name{margin-top:4px}.file-card .fc-header .fc-toolbar{max-width:20%}[dir] .file-card .fc-header .fc-toolbar{padding-bottom:10px}[dir] .file-card .fc-thumbnail{padding:5px 12px;border-radius:10px}.file-card .fc-thumbnail img{max-height:150px}.dz-uploading-progress{position:fixed;bottom:0;min-width:350px;max-height:450px;min-height:350px;transition:all .6s ease-out;z-index:9999}[dir] .dz-uploading-progress{background-color:#fff}[dir=ltr] .dz-uploading-progress{right:30px}[dir=rtl] .dz-uploading-progress{left:30px}[dir] .dz-uploading-progress.closed{transform:translateY(calc(100% - 45px))}.dz-uploading-progress-header{display:flex;justify-content:space-between;height:45px}[dir] .dz-uploading-progress-header{box-shadow:0 1px 2px rgba(17,17,26,.1);padding:13px;background-color:#f9fafb}.dz-uploading-progress-items{overflow-y:scroll;max-height:400px}[dir] .dz-uploading-progress-items{padding-bottom:40px}.dz-uploading-progress-item{display:flex;align-items:center}[dir] .dz-uploading-progress-item{padding:10px 4px;border-bottom:1px solid rgba(0,0,0,.2);text-align:start!important}[dir] .pointer{cursor:pointer}