.photo-pretty-action .action-content{display:flex;flex-direction:column;gap:20px;margin-left:auto;margin-right:auto;padding:24px;width:100%;max-width:980px;background-color:var(--background-color-regular);border-radius:var(--border-radius-xsmall)}.photo-pretty-action .action-content .out-box{display:flex;flex-direction:row;gap:20px;height:500px}.photo-pretty-action .action-content .button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:999px;background-color:rgba(150,150,150,.3);backdrop-filter:blur(20px);color:#fff}.photo-pretty-action .action-content .button svg{width:20px;height:20px}.photo-pretty-action .action-content .cost{display:flex;justify-content:center;visibility:hidden;color:#fff;text-align:center;font-size:var(--font-size-xsmall)}.photo-pretty-action .action-content .box{flex:1;color:#fff;border:1px solid rgba(150,150,150,.4);border-radius:var(--border-radius-xsmall);transition:.2s;overflow:hidden;min-height:500px}.photo-pretty-action .action-content .upload-box{position:relative;cursor:pointer}.photo-pretty-action .action-content .upload-box:hover{background-color:rgba(150,150,150,.2)}.photo-pretty-action .action-content .upload-box .upload-preview{position:absolute;width:100%;height:100%;z-index:1;object-fit:contain;background-color:var(--background-color-regular)}.photo-pretty-action .action-content .upload-box .upload-preview:not([src]),.photo-pretty-action .action-content .upload-box .upload-preview[src=""]{display:none}.photo-pretty-action .action-content .upload-box .upload-preview:not([src])~.change-button,.photo-pretty-action .action-content .upload-box .upload-preview[src=""]~.change-button{display:none}.photo-pretty-action .action-content .upload-box .select-img{padding:8px 16px;border-radius:var(--border-radius-small)}.photo-pretty-action .action-content .upload-box .change-button{position:absolute;top:10px;right:10px;z-index:2}.photo-pretty-action .action-content .upload-box .placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:24px;height:100%;text-align:center}.photo-pretty-action .action-content .upload-box .placeholder svg{width:40px;height:40px}.photo-pretty-action .action-content .result-box{position:relative}.photo-pretty-action .action-content .result-box .after-preview{width:100%;height:100%;object-fit:contain;background-color:var(--background-color-regular)}.photo-pretty-action .action-content .result-box .after-preview[src=""],.photo-pretty-action .action-content .result-box .after-preview:not([src]){display:none}.photo-pretty-action .action-content .result-box .after-preview[src=""]~.placeholder,.photo-pretty-action .action-content .result-box .after-preview:not([src])~.placeholder{display:flex}.photo-pretty-action .action-content .result-box .after-preview[src=""]~.toolbar,.photo-pretty-action .action-content .result-box .after-preview:not([src])~.toolbar{display:none}.photo-pretty-action .action-content .result-box .placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;text-align:center;display:none}.photo-pretty-action .action-content .result-box .placeholder svg{width:40px;height:40px}.photo-pretty-action .action-content .result-box .toolbar{position:absolute;bottom:10px;right:10px;display:flex;flex-direction:row;align-items:center}.photo-pretty-action .action-content .footer{display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff}.photo-pretty-action .action-content .footer .level-range{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%}.photo-pretty-action .action-content .footer .level-range input[type=range]{width:100%;max-width:300px;appearance:none;-moz-appearance:none;-webkit-appearance:none;height:7px;border-radius:999px;background-color:#0da2e7}.photo-pretty-action .action-content .footer .level-range input[type=range]::-webkit-slider-thumb{appearance:none;-moz-appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #93b5ff;border-radius:999px;background-color:#2563eb;cursor:pointer}.photo-pretty-action .action-content .action-button{display:inline-flex;padding:8px 25px;border-radius:var(--border-radius-small);pointer-events:none;background:var(--primary-button-disabled-bgcolor)}.photo-pretty-action[data-status=uploading] .action-content .upload-box,.photo-pretty-action[data-status=pending] .action-content .upload-box,.photo-pretty-action[data-status=running] .action-content .upload-box,.photo-pretty-action[data-status=done] .action-content .upload-box{pointer-events:none}.photo-pretty-action[data-status=pending] .action-content .upload-box .change-button,.photo-pretty-action[data-status=done] .action-content .upload-box .change-button{pointer-events:all}.photo-pretty-action[data-status=pending] .action-content .action-button,.photo-pretty-action[data-status=done] .action-content .action-button{pointer-events:all;background:var(--primary-button-bgcolor)}.photo-pretty-action[data-status=done] .action-content .result-box .img-compare,.photo-pretty-action[data-status=done] .action-content .result-box .toolbar{display:flex}.photo-pretty-action[data-status=done] .action-content .result-box .placeholder{display:none}@media screen and (max-width: 600px){.photo-pretty-action .action-content{padding:10px;gap:10px}.photo-pretty-action .action-content .out-box{flex-direction:column;height:auto;gap:10px}.photo-pretty-action .action-content .box{flex:auto;height:300px;min-height:auto}}