.pnpnd-top-level-wrapper .pnpnd-uploader{background-color:#fff;background-color:var(--pnpnd-white,#fff);border:1px solid var(--pnpnd-primary-light);border-radius:12px;bottom:20px;overflow:hidden;position:fixed;right:20px;width:500px;z-index:9999}.pnpnd-top-level-wrapper .pnpnd-uploader.pnpnd-drag-active{border:1px solid var(--pnpnd-primary)}.pnpnd-top-level-wrapper .pnpnd-uploader .pnpnd-close{z-index:1}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper{background-color:#fff!important;background-color:var(--pnpnd-white,#fff)!important;bottom:1em;display:flex;flex-direction:column;height:100%;margin-top:5px!important;max-width:100%;overflow:hidden!important;padding:var(--pnpnd-space-5);right:1em;width:100%!important;z-index:50}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper.pnpnd-fixed{position:fixed}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-start-upload{align-items:center;background-color:var(--pnpnd-primary);border:none;border-radius:.25em;box-shadow:var(--pnpnd-secondary) 0 8px 24px;color:#fff;color:var(--pnpnd-white,#fff);cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:6px;margin:10px auto;padding:.375rem .5em;transition:all .2s ease-in-out;white-space:nowrap}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-start-upload:hover{background-color:var(--pnpnd-primary)}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list-header{margin-bottom:10px}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list{display:flex;flex-flow:column;flex-wrap:nowrap!important;margin-bottom:50px;margin-top:5px;overflow-y:auto!important}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list::-webkit-scrollbar{width:5px}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list::-webkit-scrollbar-track{background:#f1f1f1}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list::-webkit-scrollbar-thumb{background:#ccc}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list::-webkit-scrollbar-thumb:hover{background:#bbb}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item{align-items:center;display:flex;gap:5px;padding:var(--pnpnd-space-2) 5px!important;transition:background-color .3s ease-in-out;width:100%!important}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info{display:flex;flex-wrap:wrap;line-height:1;overflow:hidden;width:100%}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info .pnpnd-file-name{align-items:start;display:flex;flex:1;flex-direction:column;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info .pnpnd-file-actions{align-items:center;display:flex;gap:6px}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info .pnpnd-file-actions .pnpnd-icon-button{height:20px;min-width:20px}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info .pnpnd-file-actions .pnpnd-play_arrow{padding-left:3px}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info .pnpnd-file-actions .pnpnd-spinner{animation:pnpnd-spin 2s linear infinite;border-radius:50%;border-top:2px solid var(--pnpnd-secondary)!important;border:2px solid var(--pnpnd-secondary)!important;border-top-color:var(--pnpnd-primary)!important;flex:0 0 20px;height:20px;margin-left:7px;width:20px}@keyframes pnpnd-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info .pnpnd-file-actions .pnpnd-percentage{margin:0 7px}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info-progress{align-items:center;background-color:#e0e0e0;border-radius:.25em;border-radius:10px;box-shadow:inset 0 0 5px rgba(0,0,0,.2);display:none;height:8px;justify-content:space-between;margin-top:7px;overflow:hidden;position:relative;width:100%}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info-progress-bar{animation:gradientMove 2s linear infinite;background-color:var(--pnpnd-primary);background-image:linear-gradient(to left,#6a11cb,var(--pnpnd-primary));background-size:200% auto;border-radius:.25em;border-radius:10px 0 0 10px;height:100%;left:0;position:absolute;top:0;transition:width .5s ease-in-out;transition:width .4s ease-in-out;width:var(--percentage)}@keyframes gradientMove{0%{background-position:200%}to{background-position:0}}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item .pnpnd-file-info-error{color:red;color:var(--pnpnd-error,red);font-size:.75em;margin-top:3px;width:100%}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item.pnpnd-uploaded .pnpnd-file-info .pnpnd-check{background:var(--pnpnd-primary);border-radius:50%;color:#fff;color:var(--pnpnd-white,#fff)}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item.pnpnd-uploaded .pnpnd-file-info .pnpnd-remove-file{background:transparent;border:1px solid #ff5900;border:1px solid var(--pnpnd-warning,#ff5900);color:#ff5900;color:var(--pnpnd-warning,#ff5900);opacity:.7}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item.pnpnd-uploaded .pnpnd-file-info .pnpnd-remove-file:hover{background:#ff5900;background:var(--pnpnd-warning,#ff5900);color:#fff;color:var(--pnpnd-white,#fff);opacity:1}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item.pnpnd-uploaded .pnpnd-file-info .pnpnd-upload-item-name{color:#000e25;color:var(--pnpnd-black,#000e25)}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item.pnpnd-uploaded .pnpnd-file-info-progress{display:flex}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item.pnpnd-uploaded .pnpnd-file-info-progress-bar{background-color:var(--pnpnd-primary);background-image:none}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item.pnpnd-active .pnpnd-file-info .pnpnd-remove-file{opacity:.7}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item.pnpnd-active .pnpnd-file-info .pnpnd-upload-item-name{color:#000e25;color:var(--pnpnd-black,#000e25)}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-file-list .pnpnd-file-list-item.pnpnd-active .pnpnd-file-info-progress{display:flex}.pnpnd-top-level-wrapper .pnpnd-file-list-wrapper .pnpnd-uploader-file-select-button:hover{background-color:#fff;background-color:var(--pnpnd-white,#fff);color:#000e25;color:var(--pnpnd-black,#000e25)}.pnpnd-top-level-wrapper .pnpnd-uploader-shadow{box-shadow:0 8px 24px hsla(157,7%,49%,.302)!important;box-shadow:var(--pnpnd-shadow-sm,hsla(157,7%,49%,.302)) 0 8px 24px!important}.pnpnd-file_uploader .pnpnd-file-uploader-preview-mode .pnpnd-uploader{z-index:0!important}.pnpnd-file_uploader .pnpnd-uploader{bottom:0;height:100%;position:static;right:0;width:100%}.pnpnd-file_uploader .pnpnd-upload-confirmation-message{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.pnpnd-file_uploader .pnpnd-upload-info{align-items:center;display:flex;gap:10px}.pnpnd-disabled{opacity:.5;pointer-events:none}