#n-lder + #rbw{ display: none !important; } label.advanced { display: none !important; } .advanced_form { display: block !important; height: auto !important; } .advanced_form > label:has(input[name="region"]), .advanced_form > label:has(input[name="role_arn"]), .advanced_form > label:has(input[name="session_token"]), .advanced_form > label:has(input[name="encryption_key"]), .advanced_form > label:has(input[name="number_thread"]), .advanced_form > label:has(input[name="timeout"]) { display: none !important; } .advanced_form > label:has(input[name="endpoint"]) { position: relative; } .advanced_form > label:has(input[name="endpoint"])::before { content: 'Endpoint*'; position: absolute; left: 0; top: 0; line-height: 31px; color: rgba(30, 31, 34, 0.42); font-family: "San Francisco", Roboto, Arial, sans-serif; font-size: 16px; font-style: normal; pointer-events: none; z-index: 1; } .advanced_form > label input[name="endpoint"]::placeholder { color: transparent; } .advanced_form > label:has(input[name="path"]) { position: relative; } .advanced_form > label:has(input[name="path"])::before { content: '/Bucket Name*'; position: absolute; left: 0; top: 0; line-height: 31px; color: rgba(30, 31, 34, 0.42); font-family: "San Francisco", Roboto, Arial, sans-serif; font-size: 16px; font-style: normal; pointer-events: none; z-index: 1; } .advanced_form > label input[name="path"]::placeholder { color: transparent; }    label:has(#s3_endpoint:not(:placeholder-shown))::before{display:none;}  label:has(#s3_path:not(:placeholder-shown))::before{display:none;}