.custom-tooltip{width:max-content;font-size:14px;font-family:var(--font-DM-sans), system-ui, sans-serif;opacity:1!important}.tooltip-inner{color:#fff;background:#282828}[data-theme=dark] .tooltip-inner{color:#000;background:#ebebed}[data-theme=dark] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,[data-theme=dark] .bs-tooltip-top .tooltip-arrow:before{border-top-color:#ebebed}[data-theme=dark] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,[data-theme=dark] .bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#ebebed}[data-theme=dark] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,[data-theme=dark] .bs-tooltip-start .tooltip-arrow:before{border-left-color:#ebebed}[data-theme=dark] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,[data-theme=dark] .bs-tooltip-end .tooltip-arrow:before{border-right-color:#282828}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:#282828}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#282828}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:#282828}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:#282828}.custom-tooltip,.custom-tooltip .tooltip-inner,.custom-tooltip.bs-tooltip-top .tooltip-arrow,.custom-tooltip.bs-tooltip-bottom .tooltip-arrow{pointer-events:auto!important}.wide-tooltip .tooltip-inner{text-align:left;width:400px;max-width:90vw}
.filehistory-container{box-sizing:border-box;background:#f9fbfc;border:.5px solid #d9d9d9;border-radius:14px;max-width:756px;margin:1.5rem auto;padding:2rem 2.5rem 2.5rem 2rem}.filehistory-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.filehistory-title{color:#939393;font-size:16px;font-weight:600}.filehistory-organize-btn{color:#666;cursor:pointer;text-align:right;vertical-align:bottom;background:#fff;border:1px solid #e5e5e5;border-radius:7px;align-items:center;height:29px;padding:.6rem;font-size:12px;font-weight:500;line-height:100%;transition:background .2s;display:flex}.filehistory-organize-btn:hover{background:#f3f4f6}.filehistory-organize-btn .arrow{margin-left:.5rem;font-size:1rem}.filehistory-grid{grid-template-columns:repeat(auto-fit,minmax(212px,1fr));gap:1rem;display:grid}.filehistory-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;outline:none;align-items:center;gap:.5rem;padding:8px;transition:border .2s,box-shadow .2s;display:flex;box-shadow:0 1px 4px #00000008}.filehistory-card:focus,.filehistory-card:hover{border:2px solid #3b82f6;box-shadow:0 2px 8px #3b82f614}.filehistory-fileicon{color:#939393;width:32px;height:32px}.filehistory-filename{color:var(--color-primary);margin-bottom:.3rem;font-size:12px;font-weight:700;line-height:100%}.filehistory-meta{color:#939393;gap:1.5rem;font-size:10px;font-weight:500;line-height:100%;display:flex}@media (max-width:700px){.filehistory-container{padding:1rem .5rem 1.5rem}.filehistory-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width:600px){.filehistory-container{margin:1rem}}
.language-wrap{width:200px;position:relative}.language-btn{text-align:left;text-transform:capitalize;color:#000;box-sizing:border-box;height:48px;font-size:16px;font-weight:600;line-height:100%}[data-theme=dark] .language-btn{color:#fff;background-color:#404040;border:none!important}[data-theme=dark] .language-btn svg path{fill:#fff}.language-dropdown{z-index:1000;box-sizing:border-box;border-radius:8px;height:300px;max-height:300px;overflow:hidden;box-shadow:0 0 16px #00000040;visibility:visible!important;opacity:1!important;width:200px!important;padding:0!important}[data-theme=dark] .language-dropdown{color:#fff;background-color:#404040;border:none!important}.lang-search{z-index:10;background-color:#fff;border-top-left-radius:8px;border-top-right-radius:8px;padding:.5rem 0;position:sticky;top:0}[data-theme=dark] .lang-search{background-color:#404040}.lang-input-icon-wrap{padding:0;position:relative}.language-search{box-sizing:border-box;border:none;width:100%;font-size:14px;font-weight:500;padding:5px 10px 10px 35px!important}.language-search.form-control:focus{box-shadow:none;outline:none}[data-theme=dark] .language-search{color:#fff;background-color:#404040}[data-theme=dark] .language-search::placeholder{color:#cfcfcf}.lang-search-icon{position:absolute;top:7px;left:12px}[data-theme=dark] .lang-search-icon path{stroke:#fff}.lang-list{max-height:240px;margin:0;padding:0 .5rem;list-style:none;overflow:hidden auto}.lang-item-name{max-width:100%}.lang-item-name button{box-sizing:border-box;color:#939393;white-space:normal;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-bottom:2px;padding:8px;font-size:14px;font-weight:600;display:flex}.lang-native{opacity:.7;text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:45%;font-size:12px;font-weight:400;overflow:hidden}.dropdown-item.active,.dropdown-item:active,.dropdown-item:hover{color:var(--color-primary);background-color:var(--hover-bg-color)!important}[data-theme=dark] .dropdown-item.active,[data-theme=dark] .dropdown-item:active,[data-theme=dark] .dropdown-item:hover{color:#fff;background-color:#2a2a2a!important}.dropdown-divider{margin:0}.lang-no-results{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;max-height:240px;padding:2rem 1rem;display:flex}.lang-no-results-icon{opacity:.6;width:50px;height:50px}[data-theme=dark] .lang-no-results-icon svg circle{fill:#fff}.lang-no-results-text{color:#939393;margin:0;font-size:14px;font-weight:500}[data-theme=dark] .lang-no-results-text{color:#cfcfcf}
.theme-dropdown{z-index:1000;width:auto;max-height:220px;overflow-y:auto;visibility:visible!important;opacity:1!important;background:0 0!important;width:100%!important;padding:0!important}[data-theme=dark] .theme-wrap button{color:#fff;background-color:#404040;border:none!important}[data-theme=dark] .theme-wrap button svg path{fill:#fff}.theme-wrap{width:200px}.theme-wrap button{vertical-align:middle;text-transform:capitalize;border-radius:8px;height:48px;font-size:16px;font-weight:600;line-height:100%}[data-theme=dark] .theme-list{background-color:#404040}.theme-list{background-color:#fff;padding:8px}.theme-wrap .dropdown-item{vertical-align:middle;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:36px;margin-bottom:2px;font-size:14px;font-weight:500;line-height:100%;display:-webkit-box;overflow:hidden}.theme-item-name .dropdown-item:hover svg path,.theme-item-name .dropdown-item.active svg path{fill:var(--color-primary)}
.image-uploader-main{background-color:#fff;border:.5px solid #d9d9d9;border-radius:20px;max-width:650px;margin:3rem auto;padding:1rem}.upload-containers{text-align:center;cursor:pointer;background:#f7f7f7;border:1px dashed #ccc;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:28px;height:245px;padding:20px;transition:box-shadow .2s;display:flex;position:relative}[data-theme=dark] .photo-uploader-wrapper .upload-containers{background:var(--main-content-bg-color)}.upload-containers:hover{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient id='grad' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3e%3cstop offset='0%25' stop-color='%2372C2FF'/%3e%3cstop offset='50%25' stop-color='%23FE689F'/%3e%3cstop offset='100%25' stop-color='%23FF9070'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect x='1' y='1' width='calc(100%25 - 2px)' height='calc(100%25 - 2px)' rx='10' ry='10' stroke='url(%23grad)' strokeWidth='1' stroke-dasharray='4%2c2' fill='none' /%3e%3c/svg%3e"),linear-gradient(90deg,#96d1ff14 0%,#ff9ac014 50%,#ffbda914 100%);background-repeat:no-repeat;background-origin:border-box;border-color:#0000}.upload-types{color:#555;font-size:14px}.upload-btn:hover{cursor:pointer}.upload-preview{object-fit:contain;border-radius:10px;width:90%;max-width:100%;max-height:550px}.preview-wrapper{position:relative}.upload-containers:has(.preview-wrapper):hover{border:unset;background-color:unset;box-shadow:none;background:0 0}.upload-containers:has(.preview-wrapper){border:unset;background-color:unset;box-shadow:none;background:0 0}.upload-main-info{color:#1e1e1e;text-align:center;text-align:center;vertical-align:middle;font-size:20px;font-weight:600;line-height:100%}.remove-btn{color:#fff;cursor:pointer;background-color:#0009;border:none;border-radius:5px;padding:5px 10px;font-size:12px;position:absolute;top:10px;right:10px}.remove-btn:hover{background-color:#000c}@media (max-width:1366px){.upload-main-info{font-size:16px}}@media (max-width:1000px){.upload-preview{width:60%}}@media (max-width:768px){.image-uploader-main{max-width:520px}}@media (max-width:500px){.image-uploader-main{max-width:100%;margin:10px auto}}
.image-compare-container{border-radius:20px;width:fit-content;max-width:100%;height:100%;margin:auto;line-height:0;display:inline-block;position:relative;overflow:hidden}.photo-uploader-wrapper-result .image-compare-container{width:100%;height:auto;max-height:calc(100vh - 300px)}.image-compare-container .react-compare-slider{border-radius:20px;margin:0;padding:0;overflow:hidden;width:auto!important;height:auto!important}.image-compare-container img{width:auto;max-width:100%;height:auto;max-height:calc(100vh - 208px);margin:0;padding:0;display:block}.photo-uploader-wrapper-result .image-compare-container img{object-fit:contain;max-height:calc(100vh - 300px)}.custom-slider-wrapper{justify-content:center;align-items:center;width:40px;height:100%;display:flex;position:relative}.custom-slider-line{z-index:1;background:#fff;width:2px;height:100%;position:absolute;box-shadow:0 0 10px #0003}.custom-slider-handle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:grab;z-index:10;background:#fffffff2;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative;box-shadow:0 4px 20px #00000026}.custom-slider-handle:hover{cursor:grabbing;background:#fff;transform:scale(1.1);box-shadow:0 6px 25px #0003}.custom-slider-handle:active{cursor:grabbing;transform:scale(.95)}.image-compare-container .react-compare-slider [data-rcs=handle]{background:0 0!important;border:none!important;width:auto!important;height:auto!important}.image-compare-container .react-compare-slider [data-rcs=handle-line]{background:#fff!important;width:2px!important;box-shadow:0 0 10px #0003!important}.image-compare-skeleton{background:#f6f7f8;border-radius:12px;align-items:center;width:100%;height:380px;display:flex;position:relative;overflow:hidden}.skeleton-image{background:linear-gradient(90deg,#ececec 25%,#f3f3f3 50%,#ececec 75%);flex:1;height:100%;animation:1.2s linear infinite skeleton-loading}.skeleton-left{border-top-left-radius:12px;border-bottom-left-radius:12px}.skeleton-right{border-top-right-radius:12px;border-bottom-right-radius:12px}.skeleton-slider{background:#e0e0e0;border-radius:13px;width:3px;height:100%;margin:0 3px}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@media (max-width:768px){.image-compare-container{border-radius:16px;max-width:100%;max-height:calc(100vh - 150px)}.image-compare-container img{object-fit:contain;max-width:100%;height:auto;max-height:calc(100vh - 150px)}.photo-uploader-wrapper-result .image-compare-container,.photo-uploader-wrapper-result .image-compare-container img{max-height:calc(100vh - 200px)}.custom-slider-handle{width:35px!important;height:35px!important}}
