Files
wingedit.pl/wp-content/plugins/xml-sitemap-generator-for-google/assets/css/wizard.min.css
2026-03-11 15:57:27 +01:00

1 line
18 KiB
CSS

.grim-button{color:#121217;font-family:"Albert Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:0 16px;height:40px;border-radius:8px;transition:.15s ease;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;outline:0;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,#000);box-shadow:0 1px 2px 0 rgba(18,18,23,.05)}.grim-button:before{content:"";display:block;position:absolute;left:0;top:0;right:0;bottom:0;border-width:1px;border-style:solid;border-radius:8px}@media (min-width:1024px){.grim-button:before{border-width:1px}}.grim-button:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) translateX(-105%);width:120%;height:400%;border-radius:50%;background-color:rgba(0,0,0,.1);opacity:.8;transition:.2s ease}.grim-button:focus{outline:0}.grim-button:hover{border-color:transparent}.grim-button:hover:after{opacity:1;transform:translateY(-50%) translateX(-10%)}.grim-button.pl-12{padding-left:12px}.grim-button.white{background:#fff;color:#121217}.grim-button.white:before{border-color:#d1d1db}.grim-button.white:hover{border-color:#d1d1db;color:#fff}.grim-button.white:after{background-color:#121217}.grim-button.delete{background:#fff;color:#d50b3e}.grim-button.delete:before{border-color:#d50b3e}.grim-button.delete:hover{border-color:#d1d1db;color:#fff}.grim-button.delete:after{background-color:#d50b3e}.grim-button.secondary{background:#ff7113;color:#fff}.grim-button.secondary:hover{color:#fff}.grim-button.secondary:after{background-color:#da5700}.grim-button.secondary:before{border-width:0}.grim-button.button-icon-right{padding-right:11px}.grim-button.button-icon-right i{margin:0 0 0 8px;font-size:18px}.grim-button.button-icon-left{padding-left:11px}.grim-button [class*=" icon-"],.grim-button [class^=grim-icon-]{font-size:20px;margin:1.5px 10px 0}.grim-button>input[type=submit],.grim-button>span{position:relative;z-index:200;display:inline-flex;align-items:center;justify-content:center}.grim-button.grim-expand-toggle{height:32px;padding:0 11px}button,input[type=submit]{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;background:0 0;padding:0;margin:0;font:inherit;color:inherit;line-height:normal;text-align:inherit;cursor:pointer}.grim-additional-urls-toggle{display:none}input:focus{box-shadow:none!important}input.grim-input{border-radius:8px;border:1px solid #d1d1db!important;background:#fff;box-shadow:0 1px 2px 0 rgba(18,18,23,.05)!important;width:100%;height:40px;padding:0 16px;font-size:14px}input.grim-input::-webkit-inner-spin-button,input.grim-input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}label.grim-input{color:#121217;font-family:"Albert Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:8px;width:max-content}span.grim-input{color:#6c6c89;font-family:"Albert Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin-bottom:8px;font-size:14px;font-style:normal;font-weight:400;line-height:140%;margin-top:8px}span.grim-input a{color:#6c6c89}.grim-dropdown,.grim-select{position:relative;width:200px;cursor:pointer;user-select:none}.grim-dropdown-label,.grim-select-label{color:#121217;font-size:14px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:8px}.grim-dropdown-xs-small,.grim-select-xs-small{width:94px}.grim-dropdown-small,.grim-select-small{width:100px;min-width:100px}.grim-dropdown-default,.grim-select-default{width:120px;min-width:120px}.grim-dropdown-long,.grim-select-long{width:300px}.grim-dropdown-wide,.grim-select-wide{width:100%}.grim-dropdown-max-content,.grim-select-max-content{width:max-content}.grim-dropdown__trigger,.grim-select__trigger{background:#fff;border:1px solid #d1d1db;padding:7px 12px 7px 16px;border-radius:8px;display:flex;align-items:center;justify-content:space-between}.grim-dropdown__trigger span,.grim-select__trigger span{color:#121217}.grim-dropdown i,.grim-select i{transition:.15s linear;font-size:24px}.grim-dropdown .grim-options,.grim-select .grim-options{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;border:1px solid #d1d1db;border-radius:8px;box-shadow:0 1px 2px 0 rgba(18,18,23,.05);overflow:hidden;display:block;z-index:15;color:#121217;opacity:0;visibility:hidden;transition:.1s linear}.grim-dropdown .grim-options .grim-option,.grim-select .grim-options .grim-option{padding:7px 16px;color:#121217;font-family:"Albert Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.grim-dropdown .grim-options .grim-option:hover,.grim-select .grim-options .grim-option:hover{background:rgba(255,113,19,.1);color:#ff7113}.grim-dropdown .grim-options .grim-option.selected,.grim-select .grim-options .grim-option.selected{background:rgba(255,113,19,.1);color:#ff7113}.grim-dropdown.open .grim-options,.grim-select.open .grim-options{opacity:1;visibility:visible}.grim-dropdown.open .grim-select__trigger i,.grim-select.open .grim-select__trigger i{transform:rotate(180deg)}.grim-dropdown{position:relative;transition:.15s linear;min-width:max-content}.grim-dropdown__trigger{gap:8px}.grim-dropdown__trigger i{transition:.15s linear}.grim-dropdown .grim-options{display:block;opacity:0;visibility:hidden;transition:.15s linear}.grim-dropdown .grim-options .grim-option{opacity:0;visibility:hidden;transition:.1s linear}.grim-dropdown:after{content:"";position:absolute;width:100%;height:3px;background:0 0}.grim-dropdown:hover .grim-options{opacity:1;visibility:visible}.grim-dropdown:hover .grim-options .grim-option{opacity:1;visibility:visible}.grim-dropdown:hover i{transform:rotate(180deg)}.grim-dropdown .grim-options{width:max-content;transition:.2s linear}.grim-dropdown .grim-options .grim-option{padding:0}.grim-dropdown .grim-options .grim-option input.button{padding:7px 16px}.grim-dropdown .grim-options .grim-option a{display:inline-block;padding:7px 16px;color:#121217;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-decoration:none}.grim-dropdown .grim-options .grim-option a:focus{box-shadow:none;outline:0}.grim-dropdown .grim-options input[type=submit]{background:0 0;border:none;padding:0;color:#121217;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.grim-hidden-select{display:none}#adminmenumain,#wpadminbar,#wpbody-content .notice,#wpfooter{display:none}#wpbody-content,#wpcontent,#wpfooter,html.wp-toolbar{margin:0;padding:0}body{background:#fff}.wizard-header{display:flex;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.05);padding:12px 25px}.wizard-header .wizard-title{font-weight:500;font-size:15px;line-height:24px;color:#002037}.wizard-header .wizard-top-info{display:flex;align-items:center;gap:15px}.wizard-header .wizard-top-info span{color:#9da5ae;font-size:14px}.wizard-header .wizard-top-info .pro-badge{display:flex;align-items:center;gap:5px;background:#ff7113;color:#fff;font-size:14px;padding:5px 10px;border-radius:5px;transition:all .15s ease-in-out}.wizard-header .wizard-top-info .pro-badge a{color:#fff;text-decoration:none}.wizard-header .wizard-top-info .pro-badge:hover{background:#da5700}.wizard-header .wizard-close-btn{cursor:pointer;border:none;color:#0c0d0e;font-weight:600;font-size:14px;line-height:24px;text-decoration:none;transition:all .1s ease-in-out}.wizard-header .wizard-close-btn:hover{opacity:.75}.wizard-header .wizard-close-btn:focus{outline:0;box-shadow:none}.wizard-main-wrapper{display:flex;align-items:center;justify-content:center;padding:40px}.wizard-form-wrapper{margin:0 auto;max-width:850px;width:100%}.wizard-steps{padding-bottom:10px;margin-bottom:30px;border-bottom:1px solid #dde3ec}.wizard-steps ul{display:flex;justify-content:center;gap:55px;padding:0;margin:0;list-style:none}.wizard-steps ul li{display:flex;align-items:center;gap:10px;font-weight:500;font-size:15px;line-height:25px;color:#536387}.wizard-steps ul li span{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #dde3ec;color:#536387;border-radius:50%;width:25px;height:25px;font-weight:500;font-size:14px;line-height:25px}.wizard-steps ul li.active{color:#002037}.wizard-steps ul li.active span{background:#ff7113;border-color:#ff7113;color:#fff}.wizard-steps ul li.completed span{background:#dde3ec}.wizard-form-step-1,.wizard-form-step-2,.wizard-form-step-3,.wizard-input-wrapper{display:none}.wizard-form-step-1.active,.wizard-form-step-2.active,.wizard-form-step-3.active,.wizard-input-wrapper.active{display:block}.wizard-form-btn-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:25px;margin-top:10px}.wizard-form-btn-wrapper.loading{pointer-events:none;opacity:.7}.wizard-back-btn{cursor:pointer;background:#fff;border:none;color:#002037;font-weight:500;font-size:16px;line-height:24px;display:none}.wizard-back-btn.active{display:block}.wizard-btn{display:flex;align-items:center;gap:5px;font-size:16px;border-radius:5px;padding:10px 25px;border:none;font-weight:500;background-color:#ff7113;color:#fff;cursor:pointer;transition:.2s linear}.wizard-btn:hover{background:#da5700;box-shadow:0 3px 8px rgba(0,0,0,.05)}.wizard-toggle-section{display:flex;flex-direction:column;position:relative}.wizard-toggle-section .wizard-toggle-wrapper{display:flex;align-items:center;justify-content:space-between;gap:100px;padding-bottom:15px}.wizard-toggle-section.is_pro{padding-bottom:15px}.wizard-toggle-section.is_pro .wizard-toggle-box{border:2px solid #ff7113;border-radius:20px}.wizard-toggle-section.is_pro .wizard-toggle-box .wizard-toggle-wrapper{padding:0 15px 15px}.wizard-toggle-section.is_pro .wizard-toggle-box .wizard-toggle-section{padding-bottom:15px}.wizard-toggle-section.is_pro .wizard-toggle-box .pro-title-badge .grim-button{margin-right:20px}.wizard-toggle-section.is_pro .wizard-toggle-box .pro-title-badge .pro-title-badge-title{margin-left:20px}.wizard-toggle-section+.wizard-toggle-section{border-top:1px solid #ebf0fa;padding-top:15px}.wizard-toggle-section:last-child{padding-bottom:0}.wizard-toggle-section .wizard-toggle-title{min-height:70px}.wizard-toggle-section h3{font-size:17px;line-height:24px;color:#002037;font-weight:500;margin:0}.wizard-toggle-section .description{font-size:14px;color:#646970}.wizard-toggle-section .pro-title-badge{background:rgba(255,113,19,.1);display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 0;border-radius:20px 20px 0 0;margin-bottom:20px;position:relative;z-index:10}.wizard-toggle-section .pro-title-badge span{display:flex;gap:8px;align-items:center;color:#121217;font-size:14px;font-style:normal;font-weight:500;line-height:24px}.wizard-toggle-section .pro-title-badge span i{color:#ff7113;font-size:24px}.wizard-toggle-section .pro-title-badge .grim-button{padding:4px 11px;margin-top:0;height:max-content;width:max-content;cursor:pointer}.wizard-toggle-section .pro-title-badge .grim-button.secondary span{color:#fff}.wizard-toggle-section .pro-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,.7);z-index:5}.wizard-toggle-section .pro-overlay div{position:absolute;top:45%;left:50%;color:#002037;font-size:15px;line-height:17px;background:rgba(255,255,255,.7);transform:translate(-50%,-50%)}.wizard-toggle-section .pro-overlay div a{display:block;width:fit-content;color:#fff;background:#ff7113;font-size:14px;margin:10px auto 0;padding:4px 9px;border-radius:4px;text-decoration:none;transition:all .2s linear}.wizard-toggle-section .pro-overlay div a:hover{color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.15)}.toggle-switch{position:relative;display:inline-block;min-width:60px;height:30px;cursor:pointer}.toggle-switch input[type=checkbox]{display:none}.toggle-switch input[type=checkbox]:checked+.toggle-switch-background{background-color:#ff7113}.toggle-switch input[type=checkbox]:checked+.toggle-switch-background .toggle-switch-handle{transform:translateX(30px)}.toggle-switch-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ddd;border-radius:20px;transition:background-color .1s ease-in-out}.toggle-switch-handle{position:absolute;top:3px;left:3px;width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:transform .1s ease-in-out}.sitemap-view-section{display:flex;justify-content:center;gap:50px;margin:10px 0}.sitemap-view-section input{position:absolute;opacity:0;pointer-events:none}.sitemap-structure-description{font-size:14px;line-height:20px;color:#6c6c89;margin:20px 0 0;font-family:"Albert Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400}.sitemap-cache-toggle .wizard-toggle-section{padding-bottom:10px}.sitemap-cache-toggle .wizard-toggle-title{min-height:auto}.form-label{color:#002037;font-weight:500;font-size:16px;line-height:24px;margin-bottom:3px;display:block}#wizard-form .form-input,#wizard-form .form-select{width:150px;border-radius:5px;border:1px solid #dde3ec;font-size:15px;color:#002037;padding-top:1px;padding-bottom:1px;margin:0}#wizard-form .form-input:focus,#wizard-form .form-select:focus{border-color:#ff7113;box-shadow:0 3px 8px rgba(0,0,0,.05)}#wizard-form .form-input:disabled,#wizard-form .form-select:disabled{background-color:#f6f7f7;box-shadow:none;opacity:.7}#wizard-form .form-select{margin:-5px 0 0 5px}.pro-version-banner{text-align:center;padding:0 20px 20px;background-color:#fff;border-top:1px solid #dde3ec;border-radius:5px;margin-top:20px}.pro-version-banner .pro-version-image{width:auto;height:200px;margin:0 0 5px}.pro-version-banner .pro-version-content h3{font-size:18px;color:#002037;margin:0 0 10px}.pro-version-banner .pro-version-content p{font-size:14px;color:#002037;margin-bottom:20px}.pro-version-banner .pro-version-content .pro-version-btn,.pro-version-banner .pro-version-content .pro-version-link{display:inline-block;padding:10px 20px;font-size:14px;color:#fff;background-color:#ff7113;border:1px solid #ff7113;border-radius:5px;text-decoration:none;margin:5px;transition:background-color .2s ease-in-out}.pro-version-banner .pro-version-content .pro-version-btn:hover,.pro-version-banner .pro-version-content .pro-version-link:hover{background:#da5700;box-shadow:0 3px 8px rgba(0,0,0,.05)}.pro-version-banner .pro-version-content .pro-version-link{background-color:transparent;color:#ff7113}.pro-version-banner .pro-version-content .pro-version-link:hover{background-color:#ff7113;color:#fff}.admin_page_xml-sitemap-generator-for-google-wizard .grim-button.white:hover i{color:#fff}.admin_page_xml-sitemap-generator-for-google-wizard .grim-button.left-icon{padding:0 16px 0 11px;line-height:40px}.admin_page_xml-sitemap-generator-for-google-wizard .grim-button.left-icon i{margin:0 8px 0 0;color:#6c6c89;font-size:24px}.admin_page_xml-sitemap-generator-for-google-wizard .grim-button.right-icon{padding:0 11px 0 16px}.admin_page_xml-sitemap-generator-for-google-wizard .grim-button.right-icon i{margin:0 0 0 8px;color:#fff;font-size:24px}.admin_page_xml-sitemap-generator-for-google-wizard .sitemap-view-section-title{margin-bottom:5px;font-size:17px;line-height:24px;color:#171b1e;font-weight:500}.admin_page_xml-sitemap-generator-for-google-wizard .sitemap-view-section-desc{font-weight:400;font-size:14px;color:#646970;margin-bottom:20px}.admin_page_xml-sitemap-generator-for-google-wizard .sitemap-view-section-desc a{color:#6c6c89}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure .wizard-section-desc a{color:#6c6c89}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure .field-description{margin-bottom:0}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section i{font-size:150px}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section-item{display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:10px;border:1px solid #d1d1db;padding:20px;position:relative;cursor:pointer}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section-item:has(input:checked){background:rgba(255,113,19,.1);border:1px solid #ff7113;outline:0;box-shadow:none}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section-item:has(input:active){background:rgba(255,113,19,.1);border:1px solid #ff7113}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section-item input{position:absolute;right:15px;top:15px;margin:0}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section-item input::before{background-color:#ff7113!important}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section-item input:checked{border-color:#ff7113}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section-item input:focus{outline:0;box-shadow:none}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section-item p{color:#6c6c89;font-family:"Albert Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:140%;text-align:center}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-sitemap-structure-view-section-item p b{font-weight:500;color:#121217}.admin_page_xml-sitemap-generator-for-google-wizard .sitemap-cache.disabled{opacity:.7;pointer-events:none}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-cache-time{display:flex}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-cache-time input{width:192px;border-radius:8px 0 0 8px;margin:0;border-right:none!important}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-cache-time input:disabled{color:inherit}.admin_page_xml-sitemap-generator-for-google-wizard .wizard-cache-time .grim-select .grim-select__trigger{border-radius:0 8px 8px 0}.admin_page_xml-sitemap-generator-for-google-wizard #wpbody .grim-container.grim-rate-container.wizard-pro{margin-top:20px;display:block}