 .tool__header{ width:100%; } .file-input-wrapper { position: relative; margin: 20px 0; display: flex; justify-content: center; } .file-input { display: none; } .custom-file-upload { border: 2px solid #3e77b6; border-radius: 50px; padding: 15px 30px; background-color: #3e77b6; color: white; font-size: 18px; cursor: pointer; text-align: center; transition: background-color 0.3s ease, border-color 0.3s ease; box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3); display: inline-block; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 23px; display: inline-flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; min-height: 80px; -webkit-box-sizing: border-box; box-sizing: border-box; background: #3e77b6; padding: 24px 56px; font-weight: 600; font-size: 28px; line-height: 32px; vertical-align: middle; color: #fff; text-decoration: none; margin-bottom: 12px; -webkit-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; border-radius: 8px; -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14); -ms-flex-order: 1; order: 1; max-width: 60vw; } .custom-file-upload:hover { background-color: #0056b3; border-color: #0056b3; } .custom-file-upload:active { background-color: #004494; border-color: #004494; }#remove-bg-button{ min-width: 280px; margin: 15px;} .button { background-color: #3e77b6; color: white; border: none; padding: 10px 39px; border-radius: 55px; cursor: pointer; font-size: 19px; display: none; margin-top: 10px; margin: 10px auto; } .controls-button { background-color:#0ea154; color: #ffffff; border: none; padding: 10px 20px; border-radius: 50px; cursor: pointer; font-size: 16px; margin-top: 10px; background-color: #0c6de4; } .controls-button:hover { font-weight: bold; } #preview-container { position: relative; display: none; width: 100%; margin-top: 2px; overflow: auto; overflow: hidden !important; } .preview-image { max-width: 100%; max-height: 400px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .processed-image { position: absolute; top: 0; left: 0; height: 100%; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); opacity: 0; transition: opacity 0.5s ease-in-out; z-index: 3; width: auto; margin: 0 auto; left: 50%; transform: translate(-50%, 0px); } #spinner-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(1px); z-index: 1000; } #spinner { display: none; width: 100%; height: 100%; background-image: url("https://ilovepdf2.com/wp-content/themes/neve/aa.gif"); background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1001; } .error { color: red; margin-top: 10px; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .controls { display: none; margin-top: 10px; opacity: 0; transition: opacity 0.5s ease-in-out; } .buttons-container { display: flex; margin-top: 10px; justify-content: center; column-gap: 18px; } .plane-background { position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 2; transition: top 1s ease-in-out; background: linear-gradient(90deg, rgba(0,0,0,0.1) 1px, transparent 1px) 0 0, linear-gradient(rgba(0,0,0,0.1) 1px, transparent 1px) 0 0, #ffffff; background-size: 20px 20px; background-repeat: repeat; } .processed-image { position: absolute; top: 0; left: 0; height: 100%; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); opacity: 0; transition: opacity 0.5s ease-in-out; z-index: 3; width: auto; margin: 0 auto; left: 50%; transform: translate(-50%, 0px); } .controls-button { background-color: #28a745; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-size: 16px; margin-top: 10px; } .controls-button:hover { background-color: #218838; } .hidden { display: none; } #change-bg-button { margin-bottom: 10px; width:200px; } .modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; z-index: 5; } .modal.hidden { display: none; } .modal-content { background-color: white; padding: 20px; border-radius: 10px; position: relative; max-width: 500px; width: 100%; } .close-button { position: absolute; top: 10px; right: 10px; background: none; border: none; font-size: 20px; cursor: pointer; } .close-button:hover { color: red; } #change-bg-wrapper { top: 18%; left: 67%; z-index: 4; display: flex; flex-direction: column; align-items: baseline; align-items: stretch; margin-left: 0; width: 100%; max-width: 350px; } .tabs { display: flex; padding-left: 0; column-gap: 20px; padding-top: 0; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: center; width: 100%; margin-bottom: 5px; } .tab-button { background-color: #d1d1d1; border: none; padding: 8px 16px; cursor: pointer; margin-right: -1px; transition: background-color 0.3s; border-radius: 40px; } .tab-button:hover { background-color: #575b61; } .tab-button.active { background-color: #0056b3; border-radius: 5px; } .tab-content { background-color: #f7f7f7; padding: 10px; border-radius: 0 5px 5px 5px; border: 1px solid #ddd; width: 335px; box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .tab-content p { margin: 0; } .tab-content.active { display: block; } .hidden { display: none; } .tab-button.active { background-color: #a4a4a4; } #change-bg-content{ padding: 5px; } .color-container { margin-left: auto; margin-right: auto; display: flex; flex-wrap: wrap; gap: 8px; width: 324px; overflow-y: auto; padding: 0px; box-sizing: border-box; padding-top: 36px; } .color-box { width: calc(27% - -6px); height: 58px; border-radius: 15px; cursor: pointer; border: 2px solid transparent; transition: border-color 0.3s; } .color-box.none { background-color: #ffffff; border: 2px solid #cccccc; text-align: center; display: flex; align-items: center; justify-content: center; } .color-box:hover { border-color: #000; } .color-box.selected { border-color: #000; } #change-bg-content { position: relative; } #change-bg-content .tab-content{ min-height:100px; height:auto !important; max-height:380px; }#change-bg-content .color-container{ min-height:100px; height:auto !important; max-height:300px; } #close-button { position: absolute; right: 18px; background-color: #f65151; border: none; width: 25px; height: 32px; text-align: center; font-size: 21px; cursor: pointer; } #close-button:hover { background-color: #dc1919; } .color-box.gradient { background: linear-gradient(to right, #ff0000, #00ff00); border: 2px solid #cccccc; text-align: center; display: flex; align-items: center; justify-content: center; } .gradient-selector { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; } .gradient-selector.hidden { display: none; } .gradient-box { width: 50px; height: 50px; border: 1px solid #cccccc; cursor: pointer; display: flex; align-items: center; justify-content: center; } #background-images-container123 { margin-left: auto; margin-right: auto; display: flex; flex-wrap: wrap; gap: 8px; width: 324px; overflow-y: auto; padding: 0px; box-sizing: border-box; padding-top: 36px; } #background-images-box { display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px; width: 100%; height: 100%; padding: 0; box-sizing: border-box; } #background-images-box img, #background-images-box .none-option { width: calc(27% - -6px); height: 58px; border-radius: 15px; cursor: pointer; border: 2px solid transparent; transition: border-color 0.3s; } #background-images-box img.selected, #background-images-box .none-option.selected { border: 3px solid blue; } #custom-bg-upload { display: block; margin: auto; padding: 13px 22px; font-size: 17px; border: 2px solid #007bff; border-radius: 44px; background-color: #007bff; color: white; cursor: pointer; transition: background-color 0.3s ease; max-width: 219px; margin-top: 95px; margin-bottom: 14px; } #custom-bg-upload:hover { background-color: #0056b3; } .none-option2 { display: block; margin: 20px auto; padding: 5px 15px; font-size: 17px; border: 2px solid #ff0000; border-radius: 14px; background-color: #ff0000; color: white; cursor: pointer; transition: background-color 0.3s ease; max-width: fit-content; } .none-option2:hover { background-color: #cc0000; } .hidden { display: none; } .no-grid { background: none; } #preview-box { top: 18%; width: 60px; height: 60px; border: 1px solid #ccc; background-size: cover; background-position: center; z-index: 4; border-radius: 50px; border: 2px solid black; filter: none !important; } .flex-container{ width: 94%; margin: 0 auto; height: 100%; position: relative; } .cont1{ display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: center; height: 100%; background: #fcfcfc; border: 4px dashed rgba(0, 0, 0, 0.3); position: relative; } .cont1{ width: 92%; margin-left: auto; margin-right: auto; padding-bottom: 10px; } .change-box{ display: flex; flex-direction: row-reverse; margin-right: 69px; column-gap: 5px; } #zoom-in, #before-button, #after-button, #zoom-out{ background-color: #dd2e44; color: #ffffff; border-radius: 10px; font-size: 20px; padding: 8px 20px; } #download-btn{ width:335px; } #bgColorPicker { width: 93px; position: relative; background-image: url("https://ilovepdf2.com/wp-content/themes/neve/Rainbow-gradient-fully-saturated.svg.png"); background-size: cover; background-position: center; border: none; padding: 28px !important; height: 61px; border-radius: 15px; } #bgColorPicker::-webkit-color-swatch { border: none; } #done-btn { display: inline-block; padding: 12px 28px; font-size: 18px; text-align: center; color: #fff; background-color: #0c6de4; border: none; border-radius: 50px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s, box-shadow 0.3s; margin-top: 5px; margin-left: 35px; } #done-btn:hover { background-color: #0056b3; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } #reset-btn { display: inline-block; padding: 10px 20px; font-size: 18px; text-align: center; color: #333; background-color: #f0f0f0; border: 2px solid #ccc; border-radius: 50px; cursor: pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s; margin-left: 36px; margin-top: 10px; margin-bottom: 39px; } #reset-btn:hover { background-color: #e0e0e0; border-color: #bbb; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } #reset-btn:active { background-color: #d0d0d0; border-color: #aaa; } #blurDiv { display: none; position: fixed; top: 67%; left: 72%; transform: translate(-50%, -50%); width: 300px; padding: 20px; background-color: white; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); z-index: 1000; } #blur-bar, #remove-blur { display: none; } #blur-container { background-color: #f9f9f9; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); margin-top: 7px; border-radius: 23px; margin-left: 4px; margin-bottom: 10px; } .blur-header { display: flex; justify-content: flex-end; } .close-button { font-size: 16px; cursor: pointer; color: #888; } .close-button:hover { color: #555; } #blur-button{ width:200px; color: #ffffff; border: none; padding: 10px 20px; border-radius: 50px; cursor: pointer; font-size: 16px; background-color: #0c6de4; } .blur-stuff { display: flex; align-items: center; gap: 5px; margin-top: 10px; } .bl-box { height: 60px; width: 60px; font-family: Arial, sans-serif; font-size: 20px; display: flex; align-items: center; justify-content: center; background-color: white; color: black; border: 2px solid black; border-radius: 100px; } #blur-button:hover { font-weight: bold; } #bl-box:hover { background-color: #e0e0e0; transform: scale(1.1); color: black; } #preview-box:hover { background-color: #e0e0e0; transform: scale(1.1); } #done-blur-button{ height: 45px; display: inline-block; padding: 12px 28px; font-size: 18px; text-align: center; color: #fff; background-color: #0c6de4; border: none; border-radius: 50px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s, box-shadow 0.3s; } #done-blur-button:hover{ background-color: #0056b3; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } #remove-blur-button { display: inline-block; padding: 10px 20px; font-size: 18px; text-align: center; color: #333; background-color: #f0f0f0; border: 2px solid #ccc; border-radius: 50px; cursor: pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s; } #remove-blur-button:hover { background-color: #e0e0e0; border-color: #bbb; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .hidden { display: none; } #remove-bg-button:hover{ background-color: #1f4389; color: #ffffff; border-color: #1f4389; } .cont2{ flex-basis: 70%; } #preview-container{ text-align: center; } .turnstile-container { margin: 0px auto 0px; text-align: center; border-radius: 8px; width: 100%; max-width: 350px; } .verification-notice { text-align: center; color: #666; margin: 10px auto 5px; font-size: 13px; max-width: 350px; padding: 8px 12px; background: #e7f3ff; border-radius: 20px; border-left: 3px solid #0066cc; display:none; } .verification-notice i { color: #0066cc; margin-right: 5px; } .verification-status { position: absolute; bottom: 20px; right: 20px; text-align: center; color: #666; font-size: 13px; font-weight: 500; padding: 6px 12px; border-radius: 20px; background: #fff3cd; color: #856404; border: 1px solid #ffeeba; box-shadow: 0 2px 10px rgba(0,0,0,0.1); z-index: 1001; max-width: 250px; margin: 0; } .verification-status.verified { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; } .verification-status.verified i { color: #28a745; } .security-badge { text-align: center; font-size: 11px; color: #999; margin-top: 5px; display: flex; align-items: center; justify-content: center; gap: 5px; display:none; } .security-badge i { color: #4CAF50; } #cf-turnstile-response { display: none; } .upload-container { opacity: 0.6; pointer-events: none; transition: all 0.3s ease; filter: grayscale(50%); cursor: not-allowed; } .upload-container.verified { opacity: 1; pointer-events: auto; filter: grayscale(0%); cursor: default; } .upload-container.verified .custom-file-upload, .upload-container.verified .file-input { cursor: pointer; } .bottom-elements-container { display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 2px; margin-bottom: 2px; } @media screen and (max-width: 600px) { .cont1{ flex-direction: column !important; } #download-btn { width: 100% !important; } .verification-status { bottom: 10px; right: 10px; font-size: 11px; padding: 4px 8px; max-width: 200px; } } @media (max-width: 768px) { .verification-status{ position: absolute; top: 0%; bottom: unset; right: 20px; text-align: center; color: #666; font-size: 13px; font-weight: 500; padding: 6px 12px; border-radius: 20px; background: #fff3cd; color: #856404; border: 1px solid #ffeeba; box-shadow: 0 2px 10px rgba(0, 0, 0, .1); z-index: 1001; max-width: 100%; } }