Plugin Directory

Changeset 3209008


Ignore:
Timestamp:
12/17/2024 09:49:01 AM (15 months ago)
Author:
markwolters
Message:

prepare for update

Location:
really-simple-ssl
Files:
716 added
10 deleted
22 edited

Legend:

Unmodified
Added
Removed
  • really-simple-ssl/trunk/assets/css/admin.css

    r3198701 r3209008  
    22022202
    22032203.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(1) {
    2204     width: 65%;
     2204    width: 99%;
    22052205}
    22062206
    22072207.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(2) {
    2208     width: 77%;
     2208    width: 66%;
    22092209}
    22102210
    22112211.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(3) {
    2212     width: 86%;
     2212    width: 94%;
    22132213}
    22142214
    22152215.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(4) {
    2216     width: 79%;
     2216    width: 75%;
    22172217}
    22182218
    22192219.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(5) {
    2220     width: 75%;
     2220    width: 78%;
    22212221}
    22222222
    22232223.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(6) {
    2224     width: 79%;
     2224    width: 66%;
    22252225}
    22262226
    22272227.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(7) {
    2228     width: 80%;
     2228    width: 67%;
    22292229}
    22302230
     
    22342234
    22352235.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(9) {
    2236     width: 87%;
     2236    width: 79%;
    22372237}
    22382238
    22392239.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(10) {
    2240     width: 64%;
     2240    width: 85%;
    22412241}
    22422242
    22432243.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(11) {
     2244    width: 92%;
     2245}
     2246
     2247.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(12) {
     2248    width: 78%;
     2249}
     2250
     2251.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(13) {
     2252    width: 65%;
     2253}
     2254
     2255.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(14) {
     2256    width: 75%;
     2257}
     2258
     2259.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(15) {
     2260    width: 73%;
     2261}
     2262
     2263.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(16) {
     2264    width: 92%;
     2265}
     2266
     2267.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(17) {
     2268    width: 96%;
     2269}
     2270
     2271.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(18) {
     2272    width: 91%;
     2273}
     2274
     2275.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(19) {
     2276    width: 99%;
     2277}
     2278
     2279.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(20) {
    22442280    width: 79%;
    2245 }
    2246 
    2247 .rsssl-placeholder .rsssl-placeholder-line:nth-of-type(12) {
    2248     width: 81%;
    2249 }
    2250 
    2251 .rsssl-placeholder .rsssl-placeholder-line:nth-of-type(13) {
    2252     width: 85%;
    2253 }
    2254 
    2255 .rsssl-placeholder .rsssl-placeholder-line:nth-of-type(14) {
    2256     width: 88%;
    2257 }
    2258 
    2259 .rsssl-placeholder .rsssl-placeholder-line:nth-of-type(15) {
    2260     width: 80%;
    2261 }
    2262 
    2263 .rsssl-placeholder .rsssl-placeholder-line:nth-of-type(16) {
    2264     width: 94%;
    2265 }
    2266 
    2267 .rsssl-placeholder .rsssl-placeholder-line:nth-of-type(17) {
    2268     width: 81%;
    2269 }
    2270 
    2271 .rsssl-placeholder .rsssl-placeholder-line:nth-of-type(18) {
    2272     width: 70%;
    2273 }
    2274 
    2275 .rsssl-placeholder .rsssl-placeholder-line:nth-of-type(19) {
    2276     width: 75%;
    2277 }
    2278 
    2279 .rsssl-placeholder .rsssl-placeholder-line:nth-of-type(20) {
    2280     width: 84%;
    22812281}
    22822282
     
    25032503
    25042504.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-shield-overlay {
    2505     height: 445px;
     2505    position: absolute;
     2506    top: 50%;
     2507 /* Center vertically */
     2508    left: 50%;
     2509 /* Center horizontally */
     2510    transform: translate(-50%, -50%);
     2511 /* Offset for centering */
     2512    display: flex;
    25062513    align-items: center;
    25072514    justify-content: center;
    2508     display: flex;
     2515    height: calc(100px + 2 * var(--rsp-spacing-s));
     2516 /* Adjust shield height dynamically */
     2517    width: calc(200px + 2 * var(--rsp-spacing-s));
     2518 /* Ensure consistent width for a square shield */
     2519    z-index: 19;
     2520 /* Place it below the overlay */
     2521}
     2522
     2523.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked:has(.rsssl-shield-overlay) {
     2524  /* Apply dynamic styles when .rsssl-shield-overlay is present */
     2525    min-height: calc(100px + 4 * var(--rsp-spacing-s));
     2526 /* Adjust to fit the shield and extra spacing */
     2527    display: flex;
     2528    align-items: center;
     2529 /* Vertically center contents */
     2530    justify-content: center;
     2531 /* Horizontally center contents */
     2532    position: relative;
     2533 /* Context for absolutely positioned children */
     2534    padding: var(--rsp-spacing-s);
     2535 /* Add padding to avoid cutting off elements */
    25092536}
    25102537
    25112538.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay {
    2512     z-index: 18;
     2539    z-index: 20;
     2540 /* Ensure this stays on top */
    25132541    position: absolute;
    25142542    display: flex;
     
    31443172    margin: 10px 0;
    31453173    height: 20px;
    3146 }
    3147 
    3148 .rsssl-mixed-content-scan .rsssl-shield-overlay {
    3149     height: 250px;
    3150     align-items: center;
    3151     justify-content: center;
    3152     display: flex;
    31533174}
    31543175
     
    42444265}
    42454266
     4267.rsssl-content_security_policy_source_directives:has(.rsssl-shield-overlay) {
     4268    min-height: 250px;
     4269}
     4270
    42464271.rsssl .rsssl-new-features-block .rsssl-grid-item-content {
    42474272    display: flex;
     
    43034328}
    43044329
    4305 .MuiPopper-root, .MuiPaper-root {
     4330.rsssl-two_fa_general .MuiPopper-root, .rsssl-two_fa_general .MuiPaper-root,
     4331.rsssl-two_fa_email .MuiPopper-root,
     4332.rsssl-two_fa_email .MuiPaper-root,
     4333.rsssl-two_fa_totp .MuiPopper-root,
     4334.rsssl-two_fa_totp .MuiPaper-root,
     4335.rsssl-two_fa_users .MuiPopper-root,
     4336.rsssl-two_fa_users .MuiPaper-root {
    43064337    max-height: 30px;
    43074338    z-index: 15;
    43084339}
    43094340
    4310 .MuiPopper-root div, .MuiPaper-root div {
     4341.rsssl-two_fa_general .MuiPopper-root div, .rsssl-two_fa_general .MuiPaper-root div,
     4342.rsssl-two_fa_email .MuiPopper-root div,
     4343.rsssl-two_fa_email .MuiPaper-root div,
     4344.rsssl-two_fa_totp .MuiPopper-root div,
     4345.rsssl-two_fa_totp .MuiPaper-root div,
     4346.rsssl-two_fa_users .MuiPopper-root div,
     4347.rsssl-two_fa_users .MuiPaper-root div {
    43114348    font-family: inherit !important;
    43124349}
    43134350
    4314 .MuiPopper-root ul, .MuiPaper-root ul {
     4351.rsssl-two_fa_general .MuiPopper-root ul, .rsssl-two_fa_general .MuiPaper-root ul,
     4352.rsssl-two_fa_email .MuiPopper-root ul,
     4353.rsssl-two_fa_email .MuiPaper-root ul,
     4354.rsssl-two_fa_totp .MuiPopper-root ul,
     4355.rsssl-two_fa_totp .MuiPaper-root ul,
     4356.rsssl-two_fa_users .MuiPopper-root ul,
     4357.rsssl-two_fa_users .MuiPaper-root ul {
    43154358    max-height: initial;
    43164359}
  • really-simple-ssl/trunk/assets/css/admin.min.css

    r3198701 r3209008  
    1 @charset "UTF-8";:root{--rsp-spacing-xxs:5px;--rsp-spacing-xs:10px;--rsp-spacing-s:15px;--rsp-spacing-m:20px;--rsp-spacing-l:25px;--rsp-spacing-xl:30px;--rsp-grid-margin:var(--rsp-spacing-s);--rsp-grid-gap:var(--rsp-spacing-m);--rsp-border-radius:12px;--rsp-border-radius-s:8px;--rsp-border-radius-xs:3px;--rsp-border:1px solid var(--rsp-border-color);--rsp-box-shadow:rgba(0,0,0,0.1) 0 4px 6px -1px,rgba(0,0,0,0.06) 0 2px 4px -1px;--rsp-box-shadow-dark:rgba(0,0,0,0.2) 0 4px 6px -1px,rgba(0,0,0,0.12) 1px 0 4px 1px;--rsp-border-color:#dfdfdf;--rsp-black:#333;--rsp-white:#fff;--rsp-yellow:#fbc43e;--rsp-blue:#009fff;--rsp-dark-yellow:#e6a800;--rsp-dark-blue:#1e73be;--rsp-green:#2e8a37;--rsp-red:#d7263d;--rsp-dark-red:#9b0212;--rsp-pink:#e35899;--rsp-wp-blue:#007cba;--rsp-yellow-faded:#fdf4df;--rsp-blue-faded:#ecf8fe;--rsp-dark-blue-faded:#ebf2f9;--rsp-green-faded:#ecf4ed;--rsp-red-faded:#fbebed;--rsp-pink-faded:#fceff5;--rsp-wp-blue-faded:#c6e0ef;--rsp-background-block-color:var(--rsp-white);--rsp-background-color:#f0f0f1;--rsp-input-background-color:#fff;--rsp-input-text-color:var(--rsp-text-color);--rsp-input-border-color:var(--rsp-grey-400);--rsp-text-color:rgba(26,26,26,0.9);--rsp-text-color-invert:rgba(255,255,255,0.9);--rsp-text-color-white:rgba(255,255,255,0.9);--rsp-text-color-light:rgba(69,69,82,0.9);--rsp-text-color-hover:var(--rsp-green);--rsp-grey-100:#fafafa;--rsp-grey-200:#f7f7f7;--rsp-grey-300:#ededed;--rsp-grey-400:#c6c6c6;--rsp-grey-500:#737373;--rsp-grey-600:#696969;--rsp-color-success:var(--rsp-green);--rsp-color-error:var(--rsp-red);--rsp-color-warning:var(--rsp-yellow);--rsp-color-open:var(--rsp-yellow);--rsp-color-disabled:var(--rsp-grey-300);--rsp-fs-100:.6875rem;--rsp-fs-200:.75rem;--rsp-fs-300:.8125rem;--rsp-fs-400:.875rem;--rsp-fs-500:1rem;--rsp-fs-600:1.125rem;--rsp-fs-700:1.25rem;--rsp-fs-800:1.5rem;--rsp-fs-850:2.8rem;--rsp-fs-900:3.5rem}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.rsssl{font-variant-numeric:tabular-nums;margin:0;margin-left:-20px;font-size:var(--rsp-fs-300);box-sizing:border-box;color:var(--rsp-text-color);font-weight:400;line-height:1.5}@media only screen and (max-width:768px){.rsssl{margin-left:-9px}}.rsssl *,.rsssl *:before,.rsssl *:after{box-sizing:inherit}.rsssl body,.rsssl h1,.rsssl h2,.rsssl h3,.rsssl h4,.rsssl h5,.rsssl h6,.rsssl p,.rsssl ol,.rsssl ul{margin:0;padding:0}.rsssl img{max-width:100%;height:auto}.rsssl h1,.rsssl h2,.rsssl h3,.rsssl h4,.rsssl h5,.rsssl h6{color:var(--rsp-text-color);line-height:1.5}.rsssl .rsssl-h0{font-size:var(--rsp-fs-900);font-weight:700;letter-spacing:.025rem}.rsssl h1,.rsssl .rsssl-h1{font-size:var(--rsp-fs-800);line-height:1.5;font-weight:500;letter-spacing:.025rem}.rsssl h2,.rsssl .rsssl-h2{font-size:var(--rsp-fs-700);font-weight:700;letter-spacing:.025rem}.rsssl h3,.rsssl .rsssl-h3{font-size:var(--rsp-fs-600);font-weight:600;letter-spacing:.0125rem}.rsssl h4,.rsssl .rsssl-h4{font-size:var(--rsp-fs-500);font-weight:600;letter-spacing:.0125rem}.rsssl h5,.rsssl .rsssl-h5{font-size:var(--rsp-fs-400);font-weight:400;letter-spacing:.1px}.rsssl h6,.rsssl .rsssl-h6{font-size:var(--rsp-fs-300);letter-spacing:.1px}.rsssl p{color:var(--rsp-text-color);font-weight:400;font-size:var(--rsp-fs-300);line-height:1.5}.rsssl .rsssl-small-text{font-size:var(--rsp-fs-200);line-height:1.5;color:var(--rsp-text-color-light)}.rsssl a{font-size:1em}.rsssl .rsssl-notice-hook-element{display:none !important}.rsssl .rsssl-divider{width:1px;height:1.3rem;background-color:#ccc}.error:not(.really-simple-plugins),.notice:not(.really-simple-plugins),.update-nag:not(.really-simple-plugins),.notice-info:not(.really-simple-plugins){display:none !important}.error.really-simple-plugins,.notice.really-simple-plugins,.update-nag.really-simple-plugins,.notice-info.really-simple-plugins{margin:var(--rsp-grid-gap)}.number_full input[type=number]{width:100% !important;position:relative}.rsssl .rsssl-header,.rsssl .rsssl-content-area{max-width:clamp(300px,100% - var(--rsp-grid-gap) * 2,1600px);margin:0 auto}@media(max-width:1599px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-m)}}@media(max-width:1440px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-s)}}@media(max-width:1366px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-xs)}}.rsssl .rsssl-header-container .rsssl-header{display:flex;flex-wrap:wrap;justify-content:space-between;height:70px;box-sizing:border-box;background-color:var(--rsp-background-block-color)}@media(max-width:1080px){.rsssl .rsssl-header-container .rsssl-header{height:100%}}@media(max-width:576px){.rsssl .rsssl-logo{display:none}}.rsssl .rsssl-header-left{display:flex;font-size:var(--rsp-fs-400)}@media(max-width:1080px){.rsssl .rsssl-header-left{justify-content:center;margin:var(--rsp-spacing-xs) 0;order:3;width:100%;background-color:var(--rsp-background-block-color)}}.rsssl .rsssl-header-left .rsssl-header-menu{margin:auto 15px}.rsssl .rsssl-header-left .rsssl-header-menu ul{display:flex}.rsssl .rsssl-header-left .rsssl-header-menu li{margin-bottom:0}.rsssl .rsssl-header-left .rsssl-header-menu a{padding:23px 15px;text-decoration:none;color:var(--rsp-text-color);height:100%;border-bottom:4px solid transparent;transition:border .3s ease-out;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media(max-width:1080px){.rsssl .rsssl-header-left .rsssl-header-menu a{padding:10px 15px}}.rsssl .rsssl-header-left .rsssl-header-menu a.active{border-bottom:4px solid var(--rsp-brand-primary)}.rsssl .rsssl-header-left .rsssl-header-menu a:hover{color:var(--rsp-brand-primary)}.rsssl .rsssl-header-right{display:flex;flex-wrap:wrap;align-items:center;margin-left:auto;gap:var(--rsp-spacing-s);min-height:52px}.rsssl .rsssl-header-right select{max-width:60ch}@media(max-width:576px){.rsssl .rsssl-header-right{display:none}}@media(max-width:768px){.rsssl .rsssl-header-right .button{display:none}}.rsssl .rsssl-content-area{margin-top:var(--rsp-grid-gap)}.rsssl .rsssl-header-container{background:var(--rsp-background-block-color)}.rsssl .rsssl-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:max-content;gap:var(--rsp-grid-gap);min-height:calc(100vh - 32px - 80px - 20px - var(--rsp-grid-gap))}.rsssl .rsssl-grid.rsssl-settings,.rsssl .rsssl-grid.rsssl-letsencrypt{grid-template-columns:minmax(235px,max-content) 2fr minmax(min-content,1fr)}@media only screen and (max-width:1080px){.rsssl .rsssl-grid.rsssl-settings,.rsssl .rsssl-grid.rsssl-letsencrypt{grid-template-columns:repeat(4,1fr)}.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-menu,.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-settings,.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-help,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-menu,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-settings,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-help{grid-column:1/-1}}@media only screen and (max-width:1280px){.rsssl .rsssl-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1080px){.rsssl .rsssl-grid{max-width:790px;width:calc(100% - var(--rsp-grid-gap) * 2)}}.rsssl .rsssl-grid-item{background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:column;flex-basis:100%;grid-column:span 1;grid-row:span 1}.rsssl .rsssl-grid-item.rsssl-disabled{min-height:320px}.rsssl .rsssl-grid-item.rsssl-two_fa_users .rsssl-grid-item-content .rsssl-field-wrap{margin-top:-50px}@media(max-width:1080px){.rsssl .rsssl-grid-item{grid-column:span 4}}.rsssl .rsssl-grid-item.no-background{background:0;border:0;box-shadow:none}.rsssl .rsssl-grid-item.rsssl-column-2{grid-column:span 2}@media(max-width:1080px){.rsssl .rsssl-grid-item.rsssl-column-2{grid-column:span 4}}.rsssl .rsssl-grid-item.rsssl-row-2{grid-row:span 2;min-height:400px}.rsssl .rsssl-grid-item-header{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;min-height:calc(30px + var(--rsp-spacing-s) * 2);padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-header{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-header{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-header:empty{display:none}.rsssl .rsssl-grid-item-title{margin:4px 0 4px 0}.rsssl .rsssl-grid-item-controls{font-size:var(--rsp-fs-200);display:flex;gap:var(--rsp-spacing-s)}.rsssl .rsssl-grid-item-content{flex-grow:100;width:100%;box-sizing:border-box;padding-inline:var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-content{padding-inline:var(--rsp-spacing-m)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-content{padding-inline:var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-content:empty{display:none}.rsssl .rsssl-grid-item-footer{display:flex;flex-wrap:wrap;align-items:center;align-self:flex-end;justify-content:space-between;gap:var(--rsp-grid-margin);width:100%;min-height:calc(30px + var(--rsp-spacing-s) * 2);box-sizing:border-box;padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-footer .rsssl-legend{display:flex}.rsssl .rsssl-grid-item-footer .rsssl-legend span{padding-left:5px}.rsssl .rsssl-grid-item-footer:empty{display:none}.rsssl .rsssl-grid-item .rsssl-flex-push-right{margin-left:auto}.rsssl .rsssl-grid-item .rsssl-flex-push-left{margin-right:auto}.rsssl-header-container .rsssl-header{display:flex;justify-content:space-between;height:70px;box-sizing:border-box}.rsssl-header-container .rsssl-header img{margin:auto 0;height:26px}.rsssl-header-container .rsssl-header .rsssl-header-menu{display:flex;align-items:center;height:100%;padding:0 20px;box-sizing:border-box}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item{display:flex;align-items:center;height:100%;padding:0 20px;box-sizing:border-box}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item:first-child{margin-left:0}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item:last-child{margin-right:0}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item.rsssl-header-menu-item-active{background-color:#f5f5f5}.rsssl-header-container .rsssl-header .rsssl-header-actions{display:flex;align-items:center;margin-left:auto;gap:var(--rsp-spacing-s)}.rsssl-header-container .rsssl-header .rsssl-header-actions select{max-width:60ch}.rsssl-grid .border-to-border .rsssl-grid-item-content{padding:0}.rsssl-grid .border-to-border .rsssl-grid-item-content>*{padding-inline:var(--rsp-spacing-l);width:100%;display:flex;flex-wrap:wrap;align-items:center}.rsssl-grid .border-to-border.rsssl-ssllabs .rsssl-grid-item-content>*,.rsssl-grid .border-to-border.rsssl-wpvul .rsssl-grid-item-content>*{padding-left:0;padding-right:0}.rsssl .rsssl-wpvul .rsssl-icon{margin-top:5px}.rsssl .rsssl-ssl-labs-select,.rsssl .rsssl-hardening-select{background:var(--rsp-grey-200);padding-inline:var(--rsp-spacing-l);padding-block:var(--rsp-spacing-m);display:grid;width:100%;grid-template-columns:calc(50% - var(--rsp-spacing-s) / 2) calc(50% - var(--rsp-spacing-s) / 2);gap:var(--rsp-spacing-s);transition:background-color .3s ease-in-out}.rsssl .rsssl-ssl-labs-select.rsssl-error,.rsssl .rsssl-hardening-select.rsssl-error{background:var(--rsp-red-faded)}.rsssl .rsssl-ssl-labs-select.rsssl-warning,.rsssl .rsssl-hardening-select.rsssl-warning{background:var(--rsp-yellow-faded)}.rsssl .rsssl-ssl-labs-select.rsssl-success,.rsssl .rsssl-hardening-select.rsssl-success{background:var(--rsp-green-faded)}.rsssl .rsssl-ssl-labs-select-item,.rsssl .rsssl-hardening-select-item{border-radius:var(--rsp-border-radius-xs);display:flex;flex-direction:column;justify-content:center;text-align:center;padding-block:var(--rsp-spacing-s);justify-items:center;flex-wrap:wrap;background:var(--rsp-white);min-height:118px}.rsssl .rsssl-ssl-labs-select-item.active,.rsssl .rsssl-hardening-select-item.active{box-shadow:inset 0 0 3px 2px var(--rsp-green-faded);border:2px solid var(--rsp-green)}.rsssl .rsssl-ssl-labs-select-item h2,.rsssl .rsssl-hardening-select-item h2{margin-top:var(--rsp-spacing-xxs);font-weight:800}.rsssl .rsssl-ssl-labs-select-item h2.big-number,.rsssl .rsssl-hardening-select-item h2.big-number{font-size:var(--rsp-fs-850)}.rsssl .rsssl-ssl-labs-select-item span,.rsssl .rsssl-hardening-select-item span{display:flex;gap:3px;justify-content:center;font-size:var(--rsp-fs-100)}.rsssl .rsssl-ssl-labs-list,.rsssl .rsssl-hardening-list{width:100%}.rsssl .rsssl-ssl-labs-list-item,.rsssl .rsssl-hardening-list-item{width:100%;display:grid;justify-items:flex-start;grid-template-columns:auto 1fr auto;gap:var(--rsp-spacing-s);padding-block:var(--rsp-spacing-xs);padding-inline:var(--rsp-spacing-l)}.rsssl .rsssl-ssl-labs-list-item:nth-of-type(even),.rsssl .rsssl-hardening-list-item:nth-of-type(even){background:var(--rsp-grey-200)}.rsssl .rsssl-ssl-labs-list-item-text,.rsssl .rsssl-hardening-list-item-text{width:100%;margin-right:auto}.rsssl .rsssl-ssl-labs-list-item-number,.rsssl .rsssl-hardening-list-item-number{font-weight:600}.rsssl .rsssl-ssl-labs-list-item .rsssl-icon,.rsssl .rsssl-hardening-list-item .rsssl-icon{align-items:start;margin-top:2px}.rsssl .rsssl-ssl-labs-select-item{padding-inline:var(--rsp-spacing-s);gap:var(--rsp-spacing-xxs)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet{max-width:100%;overflow:hidden;text-overflow:ellipsis;height:18px;line-height:18px;padding-inline:var(--rsp-spacing-xxs);font-size:var(--rsp-fs-100);border-radius:var(--rsp-border-radius-xs);color:var(--rsp-text-color);text-align:left}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-hover{height:initial;line-height:initial}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-inactive{background-color:var(--rsp-grey-200);color:var(--rsp-color-disabled)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-processing{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-success{background-color:var(--rsp-color-success);color:var(--rsp-text-color-white)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-error{background-color:var(--rsp-brand-primary);color:var(--rsp-black)}.rsssl .rsssl-hardening-select-item .rsssl-badge{margin-top:var(--rsp-spacing-xxs)}.rsssl-gridblock-progress-container.rsssl-error .rsssl-gridblock-progress{background:var(--rsp-color-warning)}.rsssl-gridblock-progress-container.rsssl-inactive{height:4px;width:100%;display:flex;background:var(--rsp-grey-300)}.rsssl-gridblock-progress-container.rsssl-inactive .rsssl-gridblock-progress{transition:width 1s ease-in-out;background:var(--rsp-green)}.rsssl .rsssl-field-button button.button{display:flex}.rsssl a.button,.rsssl button.button,.rsssl input.button,.rsssl span.button{font-size:var(--rsp-fs-300);font-weight:400;transition:all .3s ease;min-height:10px}.rsssl a.button.button-secondary,.rsssl a.button.button-default,.rsssl button.button.button-secondary,.rsssl button.button.button-default,.rsssl input.button.button-secondary,.rsssl input.button.button-default,.rsssl span.button.button-secondary,.rsssl span.button.button-default{background:transparent}.rsssl a.button .rsssl-icon,.rsssl button.button .rsssl-icon,.rsssl input.button .rsssl-icon,.rsssl span.button .rsssl-icon{padding-top:7px;padding-left:7px}.rsssl a.button.button-black,.rsssl button.button.button-black,.rsssl input.button.button-black,.rsssl span.button.button-black{border:1px solid var(--rsp-black);background:var(--rsp-black);color:var(--rsp-text-color-white)}.rsssl a.button.button-tertiary,.rsssl a.button.button-red,.rsssl button.button.button-tertiary,.rsssl button.button.button-red,.rsssl input.button.button-tertiary,.rsssl input.button.button-red,.rsssl span.button.button-tertiary,.rsssl span.button.button-red{border:0 solid transparent;background:var(--rsp-red);color:var(--rsp-text-color-white)}.rsssl a.button.button-primary:hover,.rsssl a.button.button-primary:focus,.rsssl a.button.button-primary:active,.rsssl button.button.button-primary:hover,.rsssl button.button.button-primary:focus,.rsssl button.button.button-primary:active,.rsssl input.button.button-primary:hover,.rsssl input.button.button-primary:focus,.rsssl input.button.button-primary:active,.rsssl span.button.button-primary:hover,.rsssl span.button.button-primary:focus,.rsssl span.button.button-primary:active{box-shadow:none}.rsssl a.button.button-secondary:hover,.rsssl a.button.button-secondary:focus,.rsssl a.button.button-secondary:active,.rsssl button.button.button-secondary:hover,.rsssl button.button.button-secondary:focus,.rsssl button.button.button-secondary:active,.rsssl input.button.button-secondary:hover,.rsssl input.button.button-secondary:focus,.rsssl input.button.button-secondary:active,.rsssl span.button.button-secondary:hover,.rsssl span.button.button-secondary:focus,.rsssl span.button.button-secondary:active{box-shadow:none}.rsssl a.rsssl-button-small,.rsssl button.rsssl-button-small,.rsssl input.rsssl-button-small{font-size:var(--rsp-fs-100);font-weight:300;min-height:auto}.rsssl .rsssl-button-small+.rsssl-button-small{margin-left:10px}.rsssl .rsssl-shortcode{right:10000px;position:absolute;background-color:#fff;padding:0;white-space:nowrap}.rsssl .shortcode{cursor:pointer}.rsssl .rsssl-action-buttons{display:flex;justify-content:flex-end}.rsssl .rsssl-action-buttons__inner{display:flex;justify-content:flex-end}.rsssl .rsssl-action-buttons__inner{float:right}.rsssl .rsssl-action-buttons__button{margin-right:10px}.rsssl .rsssl-action-buttons__inner:last-child{margin-right:0}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer{margin-left:0;margin-right:0;padding-left:25px}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .button{display:block;margin-right:0;margin-left:0}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .components-toggle-control{margin-top:12px}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer label{display:flex;align-items:center;justify-content:center}.rsssl .rsssl-bullet{height:13px;width:13px;flex:0 0 13px;border-radius:50%;display:inline-block;background-color:var(--rsp-grey-300)}.rsssl .rsssl-bullet.rsp-yellow{background-color:var(--rsp-yellow)}.rsssl .rsssl-bullet.rsp-blue{background-color:var(--rsp-blue)}.rsssl .rsssl-bullet.rsp-pink{background-color:var(--rsp-pink)}.rsssl .rsssl-bullet.rsp-red,.rsssl .rsssl-bullet.rsssl-bullet-error{background-color:var(--rsp-red)}.rsssl .rsssl-bullet.rsp-green,.rsssl .rsssl-bullet.rsssl-bullet-success{background-color:var(--rsp-green)}.rsssl .rsssl-bullet.rsp-blue-yellow{background:var(--rsp-blue);background:linear-gradient(77deg,#009fff 0,#009fff 30%,#f4bf3e 70%,#f4bf3e 100%);animation:gradient 2s ease infinite;background-size:200% 200%}.rsssl .rsssl-legend{display:flex;width:max-content;color:var(--rsp-text-color-light);align-items:center;min-width:0;gap:var(--rsp-spacing-xxs);text-decoration:none}.rsssl .rsssl-legend:first-of-type{margin-left:auto}.rsssl .rsssl-legend .rsssl-progress-footer-link a{color:inherit;text-decoration:none}.rsssl .rsssl-legend .rsssl-progress-footer-link a:hover{text-decoration:underline}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.rsssl-icon{display:flex;align-items:center;justify-content:center}.rsssl-icon>div{display:flex}.rsssl-icon svg{fill:currentColor}.rsssl-icon-loading svg{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.rsssl-icon.rsssl-click-animation{animation:beat .4s ease-out}button.button .cmplz-icon.rsssl-icon-loading{padding-top:6px}button.button .cmplz-icon.rsssl-icon-loading>div{line-height:inherit}.rsssl .rsssl-badge{--badge-height:20px;height:var(--badge-height);line-height:var(--badge-height);padding-inline:8px;min-width:100px;text-align:center;border-radius:var(--rsp-border-radius-xs);color:var(--rsp-white);display:table;margin:auto auto;font-size:var(--rsp-fs-100)}.rsssl .rsssl-badge.rsp-dark{background-color:var(--rsp-black);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-low{background-color:var(--rsp-yellow-faded);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-medium{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-high{background-color:var(--rsp-red-faded);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-critical{background-color:var(--rsp-red);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-success{background-color:var(--rsp-color-success);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-default{background-color:var(--rsp-grey-200);color:black}.rsssl .rsssl-badge-large{--badge-height:28px;height:var(--badge-height);line-height:var(--badge-height);padding:0 10px;min-width:80px;text-align:center;border-radius:var(--rsp-border-radius-xs);color:var(--rsp-white);display:table;margin:auto auto;font-size:var(--rsp-fs-300);font-weight:400}.rsssl .rsssl-badge-large.rsp-dark{background-color:var(--rsp-black);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-risk-level-l{background-color:var(--rsp-yellow-faded);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-m{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-h{background-color:var(--rsp-red-faded);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-c{background-color:var(--rsp-red);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-success{background-color:var(--rsp-color-success);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-default{background-color:var(--rsp-grey-200);color:black}:root{--toastify-color-light:var(--rsp-white);--toastify-color-dark:var(--rsp-black);--toastify-color-info:var(--rsp-yellow);--toastify-color-success:var(--rsp-green);--toastify-color-warning:var(--rsp-orange);--toastify-color-error:var(--rsp-red);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--rsp-green);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:42px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:999999;--toastify-text-color-light:var(--rsp-text-color);--toastify-text-color-dark:var(--rsp-text-color-white);--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,var(--rsp-green),#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--rsp-green);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:calc(2em + 32px);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width :480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--rsp-border-radius);border:1px solid #eee;box-shadow:0 1px 10px 0 rgba(0,0,0,0.1),0 2px 15px 0 rgba(0,0,0,0.05);box-shadow:var(--rsp-box-shadow);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width :480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--rsp-green)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:0;border:0;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:toastify__spin .65s linear infinite}@keyframes toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}@keyframes toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:toastify__bounceOutDown}@keyframes toastify__zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}}@keyframes toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:toastify__zoomIn}.Toastify__zoom-exit{animation-name:toastify__zoomOut}@keyframes toastify__flipIn{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:toastify__flipIn}.Toastify__flip-exit{animation-name:toastify__flipOut}@keyframes toastify__slideInRight{from{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInLeft{from{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInUp{from{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInDown{from{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes toastify__slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes toastify__slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes toastify__slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:toastify__slideOutDown}@keyframes toastify__spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.rsssl-modal.rsssl-onboarding{width:clamp(300px,100ch,100vw);padding-top:var(--rsp-spacing-m);line-height:2.2;min-height:295px}.rsssl-modal.rsssl-onboarding .rsssl-logo{height:26px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content{display:flex;min-height:295px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content .rsssl-onboarding-placeholder{flex-grow:1}.rsssl-modal.rsssl-onboarding .rsssl-modal-content-step{display:flex;flex-direction:column;width:100%}.rsssl-modal.rsssl-onboarding .rsssl-modal-content .rsssl-processing{opacity:.5}.rsssl-modal.rsssl-onboarding .rsssl-modal-content ul li .rsssl-icon{margin-top:7px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content ul li .components-button.is-link{padding:5px 0}.rsssl-grid-item.rsssl-progress .rsssl-grid-item-content{padding:0}.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress{overflow:hidden;height:20px;border-radius:5px;background-color:#f7f7f7}.rsssl-progress-block .rsssl-progress .rsssl-bar{height:100%;background-color:var(--rsp-color-success);transition:width 1s ease}.rsssl-progress-block .rsssl-progress .rsssl-bar.rsssl-orange{background-color:var(--rsp-color-warning)}.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:0;border-radius:5px}@media screen and (max-width:1280px){.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress-text{display:flex;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:var(--rsp-spacing-s);justify-content:flex-start;gap:var(--rsp-spacing-m)}@media screen and (max-width:1280px){.rsssl-progress-block .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-progress-block .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-percentage{font-size:var(--rsp-fs-800);font-weight:700}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span{font-weight:500;font-size:var(--rsp-fs-600)}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span a{margin-left:3px}@media only screen and (max-width:1366px) and (min-width:1280px){.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span{font-size:var(--rsp-fs-500)}}.rsssl-header-html{display:flex;color:var(--rsp-text-color-light)}.rsssl-header-html .rsssl-toggle-active{text-decoration:underline}.rsssl-task-switcher-container{display:flex;border-radius:var(--rsp-border-radius)}.rsssl-task-switcher-container .rsssl-task-switcher:first-of-type{border-right:1px solid var(--rsp-grey-400);padding-right:10px}.rsssl-task-switcher-container .rsssl-task-switcher:last-of-type{padding-left:10px}.rsssl-task-switcher{font-size:var(--rsp-fs-200);cursor:pointer;transition:.3s}.rsssl-task-switcher:hover{text-decoration:underline}.rsssl-active-filter-remaining .rsssl-remaining-tasks,.rsssl-active-filter-all .rsssl-all-tasks{text-decoration:underline}.rsssl-task-element{display:flex;align-items:flex-start;justify-content:center;gap:var(--rsp-spacing-m);padding-bottom:var(--rsp-spacing-s)}@media(max-width:1280px){.rsssl-task-element{gap:var(--rsp-spacing-xs)}}.rsssl-task-element .rsssl-task-message{flex:1;font-size:var(--rsp-fs-300)}.rsssl-task-element .rsssl-task-form{margin-top:var(--rsp-spacing-xxs);display:flex;gap:var(--rsp-spacing-xs)}.rsssl-task-element .rsssl-task-enable{cursor:pointer;line-height:1.5}.rsssl-task-element .rsssl-task-enable .rsssl-icon.rsssl-icon-loading{padding:3px}.rsssl-task-element .rsssl-task-dismiss:hover{transform:scale(1.1)}.rsssl-task-element .rsssl-task-dismiss button{all:initial;cursor:pointer;padding:4px}.rsssl-task-element .rsssl-task-dismiss svg{height:12px;width:12px}.rsssl-scroll-container{padding:var(--rsp-spacing-m) var(--rsp-spacing-l);height:230px;overflow-y:auto;padding-block:0;padding-top:var(--rsp-spacing-s);border-radius:0}@media screen and (max-width:1280px){.rsssl-scroll-container{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-scroll-container{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-scroll-container::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0);background-color:transparent}.rsssl-scroll-container::-webkit-scrollbar{width:8px;border-radius:10px;background-color:var(--rsp-grey-300)}.rsssl-scroll-container::-webkit-scrollbar-thumb{background-color:var(--rsp-grey-400);border-radius:10px}.rsssl-progress-status-container{margin-right:40px}.rsssl-task-status,.rsssl-locked-overlay .rsssl-progress-status{display:block;min-width:100px;text-align:center;border-radius:var(--rsp-border-radius-xs);padding:4px 8px;font-size:var(--rsp-fs-100);font-weight:600}@media(max-width:1280px){.rsssl-task-status,.rsssl-locked-overlay .rsssl-progress-status{min-width:80px}}.rsssl-task-status.rsssl-completed,.rsssl-locked-overlay .rsssl-completed.rsssl-progress-status,.rsssl-task-status.rsssl-success,.rsssl-locked-overlay .rsssl-success.rsssl-progress-status{background-color:var(--rsp-color-success);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-open,.rsssl-locked-overlay .rsssl-open.rsssl-progress-status{background-color:var(--rsp-color-open)}.rsssl-task-status.rsssl-warning,.rsssl-locked-overlay .rsssl-warning.rsssl-progress-status{background-color:var(--rsp-color-error);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-premium,.rsssl-locked-overlay .rsssl-premium.rsssl-progress-status{background-color:var(--rsp-blue);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-loading,.rsssl-locked-overlay .rsssl-loading.rsssl-progress-status{background-color:var(--rsp-grey-200)}@media(max-width:1080px){.rsssl-scroll-container .rsssl-task-status,.rsssl-scroll-container .rsssl-locked-overlay .rsssl-progress-status,.rsssl-locked-overlay .rsssl-scroll-container .rsssl-progress-status{aspect-ratio:1/1;min-width:10px;height:16px;border-radius:100%;text-indent:-9999px;white-space:nowrap}}.rsssl-plusone{min-width:15px;height:16px;font-size:var(--rsp-fs-100);line-height:1.5;display:inline-block;vertical-align:top;box-sizing:border-box;margin:1px 0 -1px 2px;padding:0 5px;border-radius:9px;background-color:#d63638;color:#fff;text-align:center}@media only screen and (max-width:1366px){.rsssl-footer-left{display:none}}.rsssl-datatable-placeholder div{background-color:var(--rsp-grey-300);height:25px}.rsssl-datatable-placeholder div:nth-child(even){background-color:#fff}.rsssl-rest-error-message{margin:30px}.rsssl-rest-error-message ul{list-style:disc;margin:20px}.rsssl-placeholder{box-sizing:border-box;width:100%;text-align:left;margin:0;padding-bottom:24px;color:#1e1e1e;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;border-radius:2px}.rsssl-placeholder{flex-grow:100}.rsssl-placeholder .rsssl-placeholder-line{float:left;width:100%;height:16px;margin-top:12px;border-radius:7px;animation:shine-lines 1.6s infinite linear;background-image:linear-gradient(90deg,#ddd 0,#e8e8e8 40px,#ddd 80px);background-size:600px}.rsssl-placeholder .rsssl-placeholder-line:last-of-type{margin-bottom:24px}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(1){width:65%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(2){width:77%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(3){width:86%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(4){width:79%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(5){width:75%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(6){width:79%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(7){width:80%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(8){width:76%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(9){width:87%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(10){width:64%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(11){width:79%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(12){width:81%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(13){width:85%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(14){width:88%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(15){width:80%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(16){width:94%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(17){width:81%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(18){width:70%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(19){width:75%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(20){width:84%}.rsssl-placeholder .rsssl-placeholder-line ~ .rsssl-placeholder-line{background-color:#ddd}.rsssl-dashboard-placeholder.rsssl-grid-item.rsssl-row-2{grid-row:span 1}.rsssl-settings-placeholder .rsssl-grid-item{min-height:400px}.rsssl-menu-placeholder{min-height:400px}@keyframes shine-lines{0%{background-position:-400px}100%{background-position:220px}}.rsssl .rsssl-other-plugins .rsssl-placeholder{background-color:transparent}.rsssl .rsssl-other-plugins .rsp-logo img{height:20px}.rsssl .rsssl-other-plugins-container{display:flex !important;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;font-size:var(--rsp-fs-300);line-height:1.7;gap:var(--rsp-spacing-xxs)}@media screen and (max-width:992px){.rsssl .rsssl-other-plugins-container{flex-direction:row;overflow:hidden}}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element{width:100%;display:flex;align-content:space-between;justify-content:space-between;gap:10px;--rsp-other-plugins-color:var(---rsp-brand-primary)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-zip-recipes{--rsp-other-plugins-color:var(--rsp-pink)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-burst-statistics{--rsp-other-plugins-color:var(--rsp-green)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-gdpr{--rsp-other-plugins-color:var(--rsp-blue)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-terms-conditions{--rsp-other-plugins-color:var(--rsp-black)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-really-simple-ssl{--rsp-other-plugins-color:var(--rsp-yellow)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a{width:max-content;color:var(--rsp-text-color-light);transition:color .3s ease;display:flex;align-items:center;min-width:0;gap:var(--rsp-spacing-xs);text-decoration:none}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover{color:var(--rsp-other-plugins-color);text-decoration:underline}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-bullet{background-color:var(--rsp-other-plugins-color)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-other-plugins-content{text-decoration:underline}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-bullet{transition:background-color .3s ease;background-color:var(--rsp-other-plugins-color)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugins-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugin-status{min-width:fit-content}.rsssl-tips_tricks .rsssl-grid-item-header .rsssl-grid-item-controls{height:28px}.rsssl-tips-tricks-container{display:flex !important;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;font-size:var(--rsp-fs-300);line-height:1.7;gap:var(--rsp-spacing-xxs)}@media screen and (max-width:992px){.rsssl-tips-tricks-container{flex-direction:row;overflow:hidden}}.rsssl-tips-tricks-container .rsssl-tips-tricks-element{width:calc(50% - var(--rsp-spacing-xxs))}@media(max-width:768px){.rsssl-tips-tricks-container .rsssl-tips-tricks-element{width:100%}}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a{color:var(--rsp-text-color-light);transition:color .3s ease;display:flex;align-items:center;gap:var(--rsp-spacing-xs);min-width:0;text-decoration:none}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover{color:var(--rsp-brand-primary);text-decoration:underline}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover svg path{fill:var(--rsp-brand-primary)}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover .rsssl-tips-tricks-content{text-decoration:underline}.rsssl-tips-tricks-container .rsssl-tips-tricks-element .rsssl-bullet{transition:background-color .3s ease;background-color:var(--rsp-grey-300)}.rsssl-tips-tricks-container .rsssl-tips-tricks-element .rsssl-tips-tricks-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsssl div[class^=rsssl-wizard-] .rsssl-helplink{color:var(--rsp-text-color)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item{position:relative;margin-bottom:var(--rsp-grid-gap)}@media(max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item{grid-column:span 4}}.rsssl div[class^=rsssl-wizard-].rsssl-column-2{grid-column:span 2}@media(max-width:1080px){.rsssl div[class^=rsssl-wizard-].rsssl-column-2{grid-column:span 4}}.rsssl div[class^=rsssl-wizard-] .rsssl-locked{position:absolute;z-index:20;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,0.8);border-radius:var(--rsp-border-radius)}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-shield-overlay{height:445px;align-items:center;justify-content:center;display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{z-index:18;position:absolute;display:flex;align-items:center;gap:var(--rsp-spacing-s);background-color:var(--rsp-white);margin:var(--rsp-spacing-s);border-radius:var(--rsp-border-radius-s);box-shadow:var(--rsp-box-shadow);bottom:0;width:calc(100% - 2 * var(--rsp-spacing-s));padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay .rsssl-open{float:left;margin-right:12px}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay .rsssl-progress-status{float:left;margin-right:20px}.rsssl div[class^=rsssl-wizard-]>div:nth-last-of-type(2){margin-bottom:0;border-radius:var(--rsp-border-radius) var(--rsp-border-radius) 0 0}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container{position:sticky;bottom:0;display:flex;flex-direction:column;z-index:20}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button{box-shadow:none !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button:focus,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button:active,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button:focus,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button:active{box-shadow:none !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-scroll-progress-container{display:flex;flex-direction:column;width:100%;height:3px;background-color:var(--rsp-grey-300);overflow:hidden}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-scroll-progress{height:100%;background-color:var(--rsp-blue)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{background:var(--rsp-grey-100);border-radius:0 0 var(--rsp-border-radius) var(--rsp-border-radius);border-top:1px solid var(--rsp-grey-300);box-sizing:border-box;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);box-shadow:var(--rsp-box-shadow);gap:var(--rsp-grid-margin);width:100%;min-height:20px;justify-content:space-around}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer>div:last-of-type{margin-left:auto}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-buttons{display:flex;justify-content:flex-end;align-items:center;gap:var(--rsp-spacing-s)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer .rsssl-legend{display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer .rsssl-legend span{padding-left:5px}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-upsell-bar .button{display:inline-block !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer:empty{display:none}.rsssl-wizard-help{display:flex;flex-wrap:wrap;align-content:flex-start;gap:var(--rsp-spacing-xs)}.rsssl-wizard-help details{font-size:var(--rsp-fs-200)}.rsssl-wizard-help details .rsssl-help-more-info{display:flex;flex-direction:row;margin-top:12px}.rsssl-wizard-help details summary{display:grid;grid-template-columns:1fr auto;justify-content:space-between;font-size:var(--rsp-fs-300);font-weight:600;cursor:pointer}.rsssl-wizard-help details summary::-webkit-details-marker{display:none}.rsssl-wizard-help details summary:first-of-type{list-style-type:none}.rsssl-wizard-help details summary .rsssl-icon{transition:all .3s ease-in-out;transform:rotate(0)}.rsssl-wizard-help code{white-space:pre-line;display:block}.rsssl-wizard-help summary,.rsssl-wizard-help p{font-size:var(--rsp-fs-200)}.rsssl-wizard-help details[open]{padding:var(--rsp-spacing-s) var(--rsp-spacing-m)}.rsssl-wizard-help details[open] summary{padding:0;padding-bottom:var(--rsp-spacing-xs)}.rsssl-wizard-help details[open] summary .rsssl-icon{transform:rotate(180deg)}.rsssl-wizard-help .rsssl-help-header{width:100%;display:flex;padding:10px}.rsssl-wizard-help .rsssl-help-header .rsssl-help-title{font-size:18px}.rsssl-wizard-help .rsssl-help-header .rsssl-help-control{margin-left:auto;cursor:pointer}.rsssl-wizard-help>div{flex-grow:1;width:100%}.rsssl-wizard-help-notice{width:100%;background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);border-radius:var(--rsp-border-radius-s);height:fit-content;background-color:var(--rsp-dark-blue-faded)}.rsssl-wizard-help-notice.rsssl-warning{background-color:var(--rsp-red-faded)}.rsssl-wizard-help-notice.rsssl-open{background-color:var(--rsp-yellow-faded)}.rsssl-wizard-help-notice summary,.rsssl-wizard-help-notice p{padding:var(--rsp-spacing-s) var(--rsp-spacing-m)}.rsssl-wizard-menu{height:fit-content;background:none !important;box-shadow:none !important}.rsssl-wizard-menu .rsssl-grid-item-header{padding-left:var(--rsp-spacing-xs)}.rsssl-wizard-menu .rsssl-grid-item-content{padding:0;padding-bottom:var(--rsp-spacing-l)}.rsssl-wizard-menu-items>.rsssl-menu-item>a{font-weight:600 !important;padding-inline:var(--rsp-spacing-xs) !important}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-active{border-radius:var(--rsp-border-radius-s);background:var(--rsp-yellow-faded);box-shadow:var(--rsp-box-shadow)}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-active a:hover{text-decoration:none}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-menu-item a span{font-weight:600}.rsssl-wizard-menu-items .rsssl-menu-item a{display:flex;align-items:center;gap:var(--rsp-spacing-xs);text-decoration:none;color:var(--rsp-text-color);font-size:var(--rsp-fs-400);padding-block:var(--rsp-spacing-xs);transition:all .2s ease-in-out;padding-left:var(--rsp-spacing-xs)}.rsssl-wizard-menu-items .rsssl-menu-item a:hover{text-decoration:underline}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-active>a{font-weight:600}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-active a:focus{box-shadow:none !important}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured.rsssl-active .rsssl-menu-item-beta-pill{color:var(--rsp-dark-blue)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a .rsssl-menu-item-featured-pill{background:var(--rsp-green);color:var(--rsp-text-color-white);padding:4px 8px;border-radius:var(--rsp-border-radius-xs);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a .rsssl-menu-item-beta-pill{color:var(--rsp-dark-blue)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new .rsssl-menu-item-new-pill{background:var(--rsp-yellow);color:var(--rsp-text-color-dark);padding:4px 8px;border-radius:var(--rsp-border-radius-xs);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new.rsssl-active .rsssl-menu-item-new-pill{color:var(--rsp-text-color-dark)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-premium a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-premium a .rsssl-menu-item-featured-pill{background:var(--rsp-dark-blue);color:var(--rsp-text-color-white);padding:2px 9px;border-radius:var(--rsp-border-radius);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-submenu-item a{padding-left:calc(var(--rsp-spacing-xs) + var(--rsp-spacing-s)) !important;font-size:var(--rsp-fs-300)}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a{text-decoration:none;position:relative}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a span{color:initial}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a::before{content:"•";color:var(--rsp-dark-blue);font-size:3em;position:absolute;left:var(--rsp-spacing-xxs) !important;margin-bottom:7px}html{scroll-behavior:smooth}.rsssl div[class^=rsssl-wizard-] .components-flex{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.rsssl div[class^=rsssl-wizard-] .components-flex .components-flex-item label{margin:0}.rsssl div[class^=rsssl-wizard-] .components-flex .rsssl-tooltip{flex-grow:1}.rsssl div[class^=rsssl-wizard-] .components-flex .components-input-control__container{max-width:max-content}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-content label{font-size:var(--rsp-fs-300);font-weight:400;line-height:1.5;text-transform:unset;box-sizing:border-box;display:inherit;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rsssl div[class^=rsssl-wizard-] .components-base-control__field{margin-bottom:0}.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-base-control__field,.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-flex{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;width:100%}.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-base-control__field .components-form-toggle,.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-flex .components-form-toggle{margin-right:0}.rsssl div[class^=rsssl-wizard-] select option{font-size:var(--rsp-fs-300)}.rsssl div[class^=rsssl-wizard-] .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--rsp-dark-blue)}.rsssl div[class^=rsssl-wizard-] input.components-form-toggle__input[type=checkbox]:disabled{background:var(--rsp-grey-100);opacity:.7}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item .rsssl-grid-item-content{padding:var(--rsp-spacing-xs) 0}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap .rsssl-comment{font-style:italic}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-block:var(--rsp-spacing-s);padding-inline:var(--rsp-spacing-l);overflow:hidden}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-inline:var(--rsp-spacing-m)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-inline:var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap>.rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro>.rsssl-field-wrap{padding:0}.rsssl div[class^=rsssl-wizard-] .rsssl-field-button{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.rsssl .rsssl-highlight{background-color:transparent;border-left:4px solid var(--rsp-green);-o-animation:fadeIt 3s ease-in-out;animation:fadeIt 3s ease-in-out;scroll-margin-top:100px;scroll-padding-top:100px}.rsssl .rsssl-block-highlight{border:0;-o-animation:pulse 2s infinite;animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 var(--rsp-green)}70%{-webkit-box-shadow:0 0 0 10px var(--rsp-green-faded)}100%{-webkit-box-shadow:0 0 0 0 var(--rsp-green-faded)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 var(--rsp-green);box-shadow:0 0 0 0 var(--rsp-green)}70%{-moz-box-shadow:0 0 0 10px var(--rsp-green-faded);box-shadow:0 0 0 10px var(--rsp-green-faded)}100%{-moz-box-shadow:0 0 0 0 var(--rsp-green-faded);box-shadow:0 0 0 0 var(--rsp-green-faded)}}@-o-keyframes fadeIt{0%{background-color:transparent}30%{background-color:var(--rsp-green-faded)}100%{border-right:0;background-color:inherit}}@keyframes fadeIt{0%{background-color:transparent;border-right:0}30%{background-color:var(--rsp-green-faded)}100%{background-color:inherit}}.rsssl-email-verified{position:absolute;bottom:23px;right:35px}.rsssl-ip-verified{position:absolute;bottom:8px;right:6px}.rsssl-license .rsssl-task-element{padding-top:var(--rsp-spacing-s);padding-bottom:0}.rsssl-license .rsssl-license-field{display:flex}.input-container{position:relative;display:inline-block;width:100%}input.rsssl-input.full{width:100%;padding-right:40px}input.rsssl-input.rsssl-error{border:2px solid var(--rsp-red);outline:0}input.rsssl-input.rsssl-error:focus{border-color:var(--rsp-red) !important}input.rsssl-input.rsssl-success{border:2px solid var(--rsp-green);outline:0}input.rsssl-input.rsssl-success:focus{border-color:var(--rsp-green) !important}.wp-core-ui select{flex-grow:1 !important;max-width:33%}.icon-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:0;cursor:pointer}.rsssl-group-filter{min-width:25%;max-width:100% !important}.rsssl .components-snackbar-list.edit-site-notices{width:max-content;position:fixed;bottom:var(--rsp-spacing-m);right:var(--rsp-spacing-l)}.rsssl .components-snackbar-list.edit-site-notices>div{margin-left:auto}.rsssl .components-snackbar-list.edit-site-notices .components-snackbar{background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);color:var(--rsp-color-success);background-color:#fff;font-weight:700;font-size:14px}.rsssl-mixed-content-scan .rsssl-mixed-content-placeholder{height:250px}.rsssl-mixed-content-scan .rsssl-mixed-content-placeholder div{background-color:var(--rsp-grey-200);margin:10px 0;height:20px}.rsssl-mixed-content-scan .rsssl-shield-overlay{height:250px;align-items:center;justify-content:center;display:flex}.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell[data-column-id="2"]{display:grid}.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell{min-width:110px}.rsssl-mixed-content-scan .rsssl-progress-container .rsssl-progress-bar{border-radius:5px;height:20px;background-color:var(--rsp-green)}.rsssl-mixed-content-scan .rsssl-task-status,.rsssl-mixed-content-scan .rsssl-locked-overlay .rsssl-progress-status,.rsssl-locked-overlay .rsssl-mixed-content-scan .rsssl-progress-status{min-width:min-content}.rsssl-mixed-content-scan .rsssl-task-status.rsssl-warning,.rsssl-mixed-content-scan .rsssl-locked-overlay .rsssl-warning.rsssl-progress-status,.rsssl-locked-overlay .rsssl-mixed-content-scan .rsssl-warning.rsssl-progress-status{background-color:var(--rsp-yellow);color:var(--rsp-text-color)}.rsssl-mixed-content-scan button.button{line-height:1.5;min-height:10px}.rsssl-mixed-content-scan .rsssl-grid-item-content-footer{display:flex;gap:var(--rsp-spacing-s)}.rsssl-mixed-content-scan .rsssl-current-scan-action,.rsssl-mixed-content-scan .rsssl-mixed-content-description{margin:10px 5px;font-size:var(--rsp-fs-300)}.rsssl-learningmode-placeholder{height:150px}.rsssl-learningmode-placeholder div{background-color:var(--rsp-grey-200);margin:10px 0;height:20px}.rsssl-learning-mode-delete{cursor:pointer;background:0;border:0;font-size:1.5em;font-weight:700}.rsssl-locked-overlay .rsssl-open{float:left;margin-right:12px}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-completed,.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-enforced{background-color:var(--rsp-color-success);color:#fff}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode{background-color:var(--rsp-color-open)}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-error{background-color:var(--rsp-color-error);color:#fff}.rsssl-locked-overlay .rsssl-progress-status.rsssl-disabled,.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-disabled{background-color:var(--rsp-color-disabled)}.rsssl-learning-mode-footer{display:flex;align-items:center;justify-content:flex-start;gap:var(--rsp-spacing-s)}.rsssl-learning-mode-footer select{margin-left:auto}.rsssl-learning-mode-footer label{display:flex;align-items:center}.rsssl-learning-mode-footer label input{margin-top:0}.rsssl-lets-encrypt-tests{margin:var(--rsp-spacing-xs) var(--rsp-spacing-xl)}.rsssl-lets-encrypt-tests .rsssl-features ul{display:flex;list-style-type:none;padding:0;margin:0}.rsssl-lets-encrypt-tests .rsssl-features ul .rsssl-checkbox-items{display:flex;flex-direction:column;align-items:flex-start;margin-right:var(--rsp-spacing-l)}.rsssl-lets-encrypt-tests .rsssl-progress-bar{padding-block:0;margin-bottom:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress{overflow:hidden;height:var(--rsp-spacing-m);border-radius:5px;background-color:var(--rsp-grey-200)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress .rsssl-bar{height:100%;background-color:var(--rsp-color-success)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress .rsssl-bar.rsssl-orange{background-color:var(--rsp-color-warning)}.rsssl-lets-encrypt-tests p{margin-bottom:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-progress-text{display:flex;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:0;padding-top:var(--rsp-spacing-xs)}@media screen and (max-width:1280px){.rsssl-lets-encrypt-tests .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-lets-encrypt-tests .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-percentage{font-size:32px;font-weight:700}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-text-span{margin-left:35px;font-size:18px;font-weight:600}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-text-span a{margin-left:3px}.rsssl-lets-encrypt-tests ul li{display:flex;margin-bottom:15px}.rsssl-lets-encrypt-tests ul li .rsssl-icon{margin-right:7px}.rsssl-lets-encrypt-tests ul li ul li:before{background-color:var(--rsp-grey-500);color:#fff;height:6px;width:6px;border-radius:50%;content:"";position:absolute;margin-top:7px;margin-left:-19px}.rsssl-lets-encrypt-tests .rsssl-test-results ul li{display:block}.rsssl-lets-encrypt-tests .rsssl-test-results h4{margin:var(--rsp-spacing-m) 0}.rsssl-lets-encrypt-tests .rsssl-test-results a+button{margin-left:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-certificate-data{display:none}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div{display:flex;flex-direction:row;margin-right:20px}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div .rsssl-dns-domain,.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div .rsssl-dns-field{margin-right:var(--rsp-spacing-m);width:50%}.rsssl-lets-encrypt-tests .rsssl-modal-subtitle{display:none}.rsssl-lets-encrypt-tests .components-toggle-control{margin:20px 0}.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rdt_TableCell,.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rdt_TableCol{min-width:fit-content}.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rsssl-locked .rsssl-shield-overlay{top:calc(100% - 300px)}.rsssl-vulnerability-action a.button{margin-left:10px}.rsssl-processing{opacity:.5}.rsssl-vulnerabilities_measures-overview .allowRowEvents .wp-core-ui select{max-width:100%}.rsssl-vulnerabilities_measures-overview .rdt_TableCell:nth-child(2) select{max-width:100%}.rsssl-vulnerabilities_measures .rsssl-locked-overlay input[type=checkbox]{margin-top:0}.rsssl-404_blocking .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-user_agents .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-content_security_policy_source_directives .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_block_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-two_fa_users .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-vulnerabilities_overview .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-permissions_policy .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_white_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_logs_content .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_country .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_users .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-mixed-content-scan .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-content_security_policy .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-hardening-xml .rsssl-field-wrap nav.rdt_Pagination>div>svg{display:none !important}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar{float:right;padding:0}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__inner{display:flex;align-items:center;border-radius:3px;transition:background-color .3s ease}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__inner:focus-within{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__input{width:150px;transition:width .3s ease}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__input:focus{width:200px}.rsssl-404_blocking .rsssl-field-wrap .rsssl-container,.rsssl-user_agents .rsssl-field-wrap .rsssl-container,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-container,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-container,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-container,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-container,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-container,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-container,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-container,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-container,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-container{padding:2em;display:flex;align-items:center;justify-content:space-between}.rsssl-404_blocking .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-user_agents .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-multiselect-datatable-form{display:flex;align-items:center;Justify-content:space-between;width:100%;padding:1em 2em;background:var(--rsp-blue-faded)}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child{min-width:20px;float:right}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span{min-width:20px;float:right}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol_Sortable{flex-direction:row}.rsssl-404_blocking .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-user_agents .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-content_security_policy_source_directives .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_block_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-two_fa_users .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-vulnerabilities_overview .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-permissions_policy .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_white_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_logs_content .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_country .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_users .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-mixed-content-scan .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-content_security_policy .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-hardening-xml .rsssl-field-wrap #cell-2-force_update>div>select{max-width:100%}.rsssl-404_blocking .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-user_agents .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-content_security_policy_source_directives .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_block_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-two_fa_users .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-vulnerabilities_overview .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-permissions_policy .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_white_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_logs_content .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_country .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_users .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-mixed-content-scan .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-content_security_policy .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-hardening-xml .rsssl-field-wrap #cell-2-quarantine>div>select{max-width:100%}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:first-child{min-width:initial}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:0;flex-direction:row-reverse;min-width:initial}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow{padding:var(--rsp-spacing-xs) 0}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow:nth-child(odd){background-color:var(--rsp-grey-200)}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child{flex-grow:0}.rsssl-404_blocking .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-user_agents .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-two_fa_users .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-permissions_policy .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-content_security_policy .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-hardening-xml .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3){opacity:.3}.rsssl-content_security_policy .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:0;min-width:initial;justify-content:flex-end}.rdt_TableRow .rdt_TableCell:last-child{flex-grow:0;min-width:initial}.rsssl-csp-revoked>div:nth-child(-n+3){opacity:.3}.rsssl-content_security_policy .rsssl-field-wrap>div>div,.rsssl-xml_rpc .rsssl-field-wrap>div>div{overflow-x:inherit;overflow-y:inherit}.rsssl-mixed-content-datatable>div>div{display:flex}.rsssl-vulnerabilities_measures .rdt_TableRow .rdt_TableCell:nth-child(3){max-width:50%}.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-left:calc(-1 * var(--rsp-spacing-l));margin-right:calc(-1 * var(--rsp-spacing-l))}@media(max-width:1280px){.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-left:calc(-1 * var(--rsp-spacing-m));margin-right:calc(-1 * var(--rsp-spacing-m))}}@media(max-width:1080px){.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-left:calc(-1 * var(--rsp-spacing-s));margin-right:calc(-1 * var(--rsp-spacing-s))}}.rsssl-vulnerabilities_measures .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities_measures .rsssl-field-wrap>div>button,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-404_blocking .rsssl-field-wrap>.components-base-control,.rsssl-404_blocking .rsssl-field-wrap .rsssl-comment,.rsssl-404_blocking .rsssl-field-wrap .rsssl-progress-container,.rsssl-404_blocking .rsssl-field-wrap>div>button,.rsssl-404_blocking .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-404_blocking .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-404_blocking .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-user_agents .rsssl-field-wrap>.components-base-control,.rsssl-user_agents .rsssl-field-wrap .rsssl-comment,.rsssl-user_agents .rsssl-field-wrap .rsssl-progress-container,.rsssl-user_agents .rsssl-field-wrap>div>button,.rsssl-user_agents .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-user_agents .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-user_agents .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_logs .rsssl-field-wrap>.components-base-control,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_logs .rsssl-field-wrap>div>button,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-permissions_policy .rsssl-field-wrap>.components-base-control,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-comment,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-progress-container,.rsssl-permissions_policy .rsssl-field-wrap>div>button,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-two_fa_users .rsssl-field-wrap>.components-base-control,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-comment,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-progress-container,.rsssl-two_fa_users .rsssl-field-wrap>div>button,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap>div>button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-content_security_policy_source_directives .rsssl-field-wrap>.components-base-control,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-comment,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-progress-container,.rsssl-content_security_policy_source_directives .rsssl-field-wrap>div>button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_white_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_white_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_block_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_block_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-vulnerabilities_overview .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities_overview .rsssl-field-wrap>div>button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_country .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_country .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_users .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_users .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_event_log_viewer .rsssl-field-wrap>.components-base-control,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_event_log_viewer .rsssl-field-wrap>div>button,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_logs_content .rsssl-field-wrap>.components-base-control,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_logs_content .rsssl-field-wrap>div>button,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-mixed-content-scan .rsssl-field-wrap>.components-base-control,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-comment,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-progress-container,.rsssl-mixed-content-scan .rsssl-field-wrap>div>button,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-content_security_policy .rsssl-field-wrap>.components-base-control,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-comment,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-progress-container,.rsssl-content_security_policy .rsssl-field-wrap>div>button,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-hardening-xml .rsssl-field-wrap>.components-base-control,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-comment,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-progress-container,.rsssl-hardening-xml .rsssl-field-wrap>div>button,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-current-scan-action{margin-left:var(--rsp-spacing-l);margin-right:var(--rsp-spacing-l)}.rsssl-vulnerabilities_measures .rdt_TableCell:first-child,.rsssl-vulnerabilities_measures .rdt_TableCol:first-child,.rsssl-404_blocking .rdt_TableCell:first-child,.rsssl-404_blocking .rdt_TableCol:first-child,.rsssl-user_agents .rdt_TableCell:first-child,.rsssl-user_agents .rdt_TableCol:first-child,.rsssl-firewall_logs .rdt_TableCell:first-child,.rsssl-firewall_logs .rdt_TableCol:first-child,.rsssl-permissions_policy .rdt_TableCell:first-child,.rsssl-permissions_policy .rdt_TableCol:first-child,.rsssl-two_fa_users .rdt_TableCell:first-child,.rsssl-two_fa_users .rdt_TableCol:first-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCol:first-child,.rsssl-content_security_policy_source_directives .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rdt_TableCol:first-child,.rsssl-firewall_white_list_listing .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rdt_TableCol:first-child,.rsssl-firewall_block_list_listing .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rdt_TableCol:first-child,.rsssl-firewall_list_listing .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rdt_TableCol:first-child,.rsssl-vulnerabilities_overview .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rdt_TableCol:first-child,.rsssl-limit_login_attempts_country .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rdt_TableCol:first-child,.rsssl-limit_login_attempts_users .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rdt_TableCol:first-child,.rsssl-firewall_event_log_viewer .rdt_TableCell:first-child,.rsssl-firewall_event_log_viewer .rdt_TableCol:first-child,.rsssl-firewall_logs_content .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rdt_TableCol:first-child,.rsssl-limit_login_attempts_event_log .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rdt_TableCol:first-child,.rsssl-mixed-content-scan .rdt_TableCell:first-child,.rsssl-mixed-content-scan .rdt_TableCol:first-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCol:first-child,.rsssl-content_security_policy .rdt_TableCell:first-child,.rsssl-content_security_policy .rdt_TableCol:first-child,.rsssl-hardening-xml .rdt_TableCell:first-child,.rsssl-hardening-xml .rdt_TableCol:first-child{padding-left:var(--rsp-spacing-l);padding-right:var(--rsp-spacing-l)}.rsssl-vulnerabilities_measures .rdt_TableCell:last-child,.rsssl-vulnerabilities_measures .rdt_TableCol:last-child,.rsssl-404_blocking .rdt_TableCell:last-child,.rsssl-404_blocking .rdt_TableCol:last-child,.rsssl-user_agents .rdt_TableCell:last-child,.rsssl-user_agents .rdt_TableCol:last-child,.rsssl-firewall_logs .rdt_TableCell:last-child,.rsssl-firewall_logs .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableCell:last-child,.rsssl-permissions_policy .rdt_TableCol:last-child,.rsssl-two_fa_users .rdt_TableCell:last-child,.rsssl-two_fa_users .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rdt_TableCol:last-child,.rsssl-firewall_event_log_viewer .rdt_TableCell:last-child,.rsssl-firewall_event_log_viewer .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rdt_TableCol:last-child,.rsssl-mixed-content-scan .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCol:last-child,.rsssl-content_security_policy .rdt_TableCell:last-child,.rsssl-content_security_policy .rdt_TableCol:last-child,.rsssl-hardening-xml .rdt_TableCell:last-child,.rsssl-hardening-xml .rdt_TableCol:last-child{padding-right:var(--rsp-spacing-l)}.rsssl-content_security_policy .rdt_TableCell,.rsssl-content_security_policy .rdt_TableCol,.rsssl-permissions_policy .rdt_TableCell,.rsssl-permissions_policy .rdt_TableCol,.rsssl-firewall_list_listing .rdt_TableCell,.rsssl-firewall_list_listing .rdt_TableCol,.rsssl-user_agents .rdt_TableCell,.rsssl-user_agents .rdt_TableCol,.rsssl-404_blocking .rdt_TableCell,.rsssl-404_blocking .rdt_TableCol,.rsssl-firewall_white_list_listing .rdt_TableCell,.rsssl-firewall_white_list_listing .rdt_TableCol,.rsssl-firewall_block_list_listing .rdt_TableCell,.rsssl-firewall_block_list_listing .rdt_TableCol,.rsssl-hardening-xml .rdt_TableCell,.rsssl-hardening-xml .rdt_TableCol,.rsssl-vulnerabilities_overview .rdt_TableCell,.rsssl-vulnerabilities_overview .rdt_TableCol,.rsssl-content_security_policy_source_directives .rdt_TableCell,.rsssl-content_security_policy_source_directives .rdt_TableCol,.rsssl-vulnerabilities-measures-overview .rdt_TableCell,.rsssl-vulnerabilities-measures-overview .rdt_TableCol,.rsssl-limit_login_attempts_ip_address .rdt_TableCell,.rsssl-limit_login_attempts_ip_address .rdt_TableCol,.rsssl-limit_login_attempts_users .rdt_TableCell,.rsssl-limit_login_attempts_users .rdt_TableCol,.rsssl-limit_login_attempts_country .rdt_TableCell,.rsssl-limit_login_attempts_country .rdt_TableCol,.rsssl-two_fa_users .rdt_TableCell,.rsssl-two_fa_users .rdt_TableCol,.rsssl-firewall_logs .rdt_TableCell,.rsssl-firewall_logs .rdt_TableCol,.rsssl-firewall_logs_content .rdt_TableCell,.rsssl-firewall_logs_content .rdt_TableCol,.rsssl-limit_login_attempts_event_log .rdt_TableCell,.rsssl-limit_login_attempts_event_log .rdt_TableCol{min-width:initial}.rsssl-content_security_policy .rdt_Pagination,.rsssl-permissions_policy .rdt_Pagination,.rsssl-firewall_list_listing .rdt_Pagination,.rsssl-user_agents .rdt_Pagination,.rsssl-404_blocking .rdt_Pagination,.rsssl-firewall_white_list_listing .rdt_Pagination,.rsssl-firewall_block_list_listing .rdt_Pagination,.rsssl-hardening-xml .rdt_Pagination,.rsssl-vulnerabilities_overview .rdt_Pagination,.rsssl-content_security_policy_source_directives .rdt_Pagination,.rsssl-vulnerabilities-measures-overview .rdt_Pagination,.rsssl-limit_login_attempts_ip_address .rdt_Pagination,.rsssl-limit_login_attempts_users .rdt_Pagination,.rsssl-limit_login_attempts_country .rdt_Pagination,.rsssl-two_fa_users .rdt_Pagination,.rsssl-firewall_logs .rdt_Pagination,.rsssl-firewall_logs_content .rdt_Pagination,.rsssl-limit_login_attempts_event_log .rdt_Pagination{margin-top:0;padding:0 25px}.rsssl-content_security_policy .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-permissions_policy .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-user_agents .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-404_blocking .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_white_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_block_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-hardening-xml .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-vulnerabilities_overview .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-content_security_policy_source_directives .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-vulnerabilities-measures-overview .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_ip_address .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_users .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_country .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-two_fa_users .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_logs .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_logs_content .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_event_log .rdt_tableCell:has(div>.rsssl-action-buttons){position:relative}.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap{padding:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:1}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_Pagination,.rsssl-permissions_policy .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-user_agents .rsssl-field-wrap .rdt_Pagination,.rsssl-404_blocking .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-hardening-xml .rsssl-field-wrap .rdt_Pagination,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_Pagination,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_Pagination,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_Pagination,.rsssl-two_fa_users .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_logs .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_Pagination{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child{flex-grow:1}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child{padding:0;flex-direction:row}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child{padding:0 25px;flex-direction:row}.rsssl-content_security_policy .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-user_agents .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-404_blocking .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-learning-mode-delete{float:right}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div{width:100%}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div a{margin-left:10px}.rsssl-limit_login_attempts_event_log .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rdt_TableHeadRow .rdt_TableCol:last-child{justify-content:flex-start}.rsssl-vulnerabilities-measures-overview .allowRowEvents .wp-core-ui select{max-width:100%}.rsssl-vulnerabilities-measures-overview div:first-child{white-space:initial !important}.rsssl-vulnerabilities-measures-overview .rdt_TableCell:nth-child(2) select{max-width:100%}.rsssl-content_security_policy .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableCol:last-child{flex-grow:1;text-align:right}.rsssl-content_security_policy .rdt_TableCol:last-child div,.rsssl-permissions_policy .rdt_TableCol:last-child div{width:100%;display:flex;justify-content:flex-start}.rsssl-content_security_policy .rdt_TableCell:last-child,.rsssl-permissions_policy .rdt_TableCell:last-child{flex-grow:1;text-align:right}.rsssl-content_security_policy .rdt_TableCell:last-child div,.rsssl-permissions_policy .rdt_TableCell:last-child div{width:100%;display:flex;justify-content:flex-end}.rsssl-content_security_policy .rdt_TableCell:last-child div button,.rsssl-permissions_policy .rdt_TableCell:last-child div button{margin-right:0 !important}.rsssl-vulnerabilities-measures-overview .rdt_TableRow .rdt_TableCell:last-child{overflow:hidden;text-overflow:ellipsis;width:200px}.rsssl .rsssl-new-features-block .rsssl-grid-item-content{display:flex;flex-direction:column;justify-content:space-between}.rsssl .rsssl-new-features{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--rsp-spacing-xs)}@media only screen and (max-width:1599px) and (min-width:1280px){.rsssl .rsssl-new-features{gap:var(--rsp-spacing-xxs)}}.rsssl .rsssl-new-feature{width:100%;color:var(--rsp-text-color-light);display:flex;align-items:flex-start;min-width:0;gap:var(--rsp-spacing-xs);text-decoration:none}.rsssl .rsssl-new-feature .rsssl-icon{margin-top:2px}.rsssl .rsssl-new-feature .rsssl-new-feature-desc p{font-size:var(--rsp-fs-300)}a.rsssl-skip-link{display:flex;justify-content:center;margin:15px 0 20px}.rsssl-two_fa_users div[data-column-id="5"].rdt_TableCol{display:none}.rsssl-two_fa_users .rdt_TableRow .rdt_TableCell:last-child{flex:1;display:flex;justify-content:flex-end}.rsssl-two_fa_users .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:1;display:flex;justify-content:flex-end}.MuiPopper-root,.MuiPaper-root{max-height:30px;z-index:15}.MuiPopper-root div,.MuiPaper-root div{font-family:inherit !important}.MuiPopper-root ul,.MuiPaper-root ul{max-height:initial}.rsssl-add-button__inner .button{display:flex;align-items:center}.rsssl-add-button__inner .button .icon{margin-left:8px}.rsssl-modal .rsssl-intro-logo{width:7em;position:absolute;right:1.6em;height:auto;bottom:.15em;margin:0;padding:0}@media(max-width:768px){.rsssl-modal .rsssl-intro-logo{display:none}}.rsssl-modal .rsssl-ssl-intro-container .rsssl-details{display:flex;padding:var(--rsp-spacing-xs) var(--rsp-spacing-m);gap:var(--rsp-spacing-xs)}.rsssl-modal .rsssl-ssl-intro-container .rsssl-details .rsssl-icon{min-width:25px}.rsssl-modal .rsssl-modal-footer{padding:var(--rsp-spacing-m) var(--rsp-spacing-m)}.rsssl-modal .icon-spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.rsssl .rsssl-locked{position:relative;z-index:0}.rsssl .rsssl-locked.rsssl-locked-premium .rsssl-locked-overlay{bottom:var(--rsp-spacing-s);flex-direction:column;z-index:0}.rsssl .rsssl-locked .rsssl-locked-overlay{display:flex;bottom:0;text-align:left;margin-bottom:20px;padding:0;z-index:0}.rsssl .rsssl-locked .rsssl-locked-overlay.rsssl-premium{bottom:0;flex-direction:column}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-header{width:100%;flex-direction:row}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-header .rsssl-locked-header-title{font-weight:600;color:var(--rsp-blue)}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-content{flex-direction:row;width:100%}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer{display:flex;align-items:center;justify-content:flex-start;width:100%}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer a{position:relative;float:left !important}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer::after{content:"";display:table;clear:both}.rsssl .rsssl-disabled .rsssl-field-wrap .rsssl-locked{background:transparent}.rsssl div[class^=rsssl-wizard-] .rsssl-hardening-xml .rsssl-locked .rsssl-shield-overlay{align-items:center;display:flex;justify-content:center}.rsssl-accordeon{border:1px solid #ccc;border-radius:5px;overflow:hidden;transition:all .3s ease}.rsssl-accordeon__header{display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;padding:10px;cursor:pointer}.rsssl-accordeon__header__inner{display:flex;align-items:center}.rsssl-accordeon__header__icon{width:20px;height:20px;margin-right:10px}.rsssl-accordeon__header__title{font-size:16px;font-weight:bold}.rsssl-accordeon__header__button__inner{background:0;border:0;cursor:pointer;font-size:18px}.rsssl-accordeon__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.rsssl-accordeon--open .rsssl-accordeon__content{max-height:300px}.rsssl-accordeon__content__inner{padding:15px;background-color:#fff}.rsssl div[class^=rsssl-wizard-] .rsssl-tooltip-icon .react-tooltip{max-width:300px;white-space:pre-wrap}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap label{display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap label .cmplz-label-text{margin-right:10px}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap .rsssl-icon{cursor:pointer}.rsssl .rsssl-skeleton:empty{margin:auto;margin-bottom:25px;width:100%;height:235px;background-image:linear-gradient(100deg,rgba(255,255,255,0),rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.5) 15%),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0);background-repeat:repeat-y;background-size:50px 200px,100% 117px,100% 117px,100% 117px,100% 117px;background-position:0 0,1px 1px,1px 40px,1px 79px,1px 118px;background-color:#d6d8db;border-right:1px solid #d6d8db;animation:shine 2.5s infinite}@keyframes shine{to{background-position:100% 0,1px 1px,1px 40px,1px 79px,1px 118px}}.rsssl .rsssl-loader{margin:0;width:50px;height:15px;text-align:center;font-size:10px}.rsssl .rsssl-loader>div{margin:1px;background-color:#333;height:100%;width:3px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.rsssl .rsssl-loader.rsssl-loader-white>div{background-color:#fff}.rsssl .rsssl-loader .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.rsssl .rsssl-loader .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.rsssl .rsssl-loader .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.rsssl .rsssl-loader .rect5{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.rsssl .button-primary .rsssl-loader div{background-color:#fff}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.4);-webkit-transform:scaleY(0.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.rsssl{--rsp-brand-primary:var(--rsp-yellow);--rsp-brand-secondary:var(--rsp-blue);--rsp-brand-primary-faded:var(--rsp-yellow-faded)}
     1@charset "UTF-8";:root{--rsp-spacing-xxs:5px;--rsp-spacing-xs:10px;--rsp-spacing-s:15px;--rsp-spacing-m:20px;--rsp-spacing-l:25px;--rsp-spacing-xl:30px;--rsp-grid-margin:var(--rsp-spacing-s);--rsp-grid-gap:var(--rsp-spacing-m);--rsp-border-radius:12px;--rsp-border-radius-s:8px;--rsp-border-radius-xs:3px;--rsp-border:1px solid var(--rsp-border-color);--rsp-box-shadow:rgba(0,0,0,0.1) 0 4px 6px -1px,rgba(0,0,0,0.06) 0 2px 4px -1px;--rsp-box-shadow-dark:rgba(0,0,0,0.2) 0 4px 6px -1px,rgba(0,0,0,0.12) 1px 0 4px 1px;--rsp-border-color:#dfdfdf;--rsp-black:#333;--rsp-white:#fff;--rsp-yellow:#fbc43e;--rsp-blue:#009fff;--rsp-dark-yellow:#e6a800;--rsp-dark-blue:#1e73be;--rsp-green:#2e8a37;--rsp-red:#d7263d;--rsp-dark-red:#9b0212;--rsp-pink:#e35899;--rsp-wp-blue:#007cba;--rsp-yellow-faded:#fdf4df;--rsp-blue-faded:#ecf8fe;--rsp-dark-blue-faded:#ebf2f9;--rsp-green-faded:#ecf4ed;--rsp-red-faded:#fbebed;--rsp-pink-faded:#fceff5;--rsp-wp-blue-faded:#c6e0ef;--rsp-background-block-color:var(--rsp-white);--rsp-background-color:#f0f0f1;--rsp-input-background-color:#fff;--rsp-input-text-color:var(--rsp-text-color);--rsp-input-border-color:var(--rsp-grey-400);--rsp-text-color:rgba(26,26,26,0.9);--rsp-text-color-invert:rgba(255,255,255,0.9);--rsp-text-color-white:rgba(255,255,255,0.9);--rsp-text-color-light:rgba(69,69,82,0.9);--rsp-text-color-hover:var(--rsp-green);--rsp-grey-100:#fafafa;--rsp-grey-200:#f7f7f7;--rsp-grey-300:#ededed;--rsp-grey-400:#c6c6c6;--rsp-grey-500:#737373;--rsp-grey-600:#696969;--rsp-color-success:var(--rsp-green);--rsp-color-error:var(--rsp-red);--rsp-color-warning:var(--rsp-yellow);--rsp-color-open:var(--rsp-yellow);--rsp-color-disabled:var(--rsp-grey-300);--rsp-fs-100:.6875rem;--rsp-fs-200:.75rem;--rsp-fs-300:.8125rem;--rsp-fs-400:.875rem;--rsp-fs-500:1rem;--rsp-fs-600:1.125rem;--rsp-fs-700:1.25rem;--rsp-fs-800:1.5rem;--rsp-fs-850:2.8rem;--rsp-fs-900:3.5rem}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.rsssl{font-variant-numeric:tabular-nums;margin:0;margin-left:-20px;font-size:var(--rsp-fs-300);box-sizing:border-box;color:var(--rsp-text-color);font-weight:400;line-height:1.5}@media only screen and (max-width:768px){.rsssl{margin-left:-9px}}.rsssl *,.rsssl *:before,.rsssl *:after{box-sizing:inherit}.rsssl body,.rsssl h1,.rsssl h2,.rsssl h3,.rsssl h4,.rsssl h5,.rsssl h6,.rsssl p,.rsssl ol,.rsssl ul{margin:0;padding:0}.rsssl img{max-width:100%;height:auto}.rsssl h1,.rsssl h2,.rsssl h3,.rsssl h4,.rsssl h5,.rsssl h6{color:var(--rsp-text-color);line-height:1.5}.rsssl .rsssl-h0{font-size:var(--rsp-fs-900);font-weight:700;letter-spacing:.025rem}.rsssl h1,.rsssl .rsssl-h1{font-size:var(--rsp-fs-800);line-height:1.5;font-weight:500;letter-spacing:.025rem}.rsssl h2,.rsssl .rsssl-h2{font-size:var(--rsp-fs-700);font-weight:700;letter-spacing:.025rem}.rsssl h3,.rsssl .rsssl-h3{font-size:var(--rsp-fs-600);font-weight:600;letter-spacing:.0125rem}.rsssl h4,.rsssl .rsssl-h4{font-size:var(--rsp-fs-500);font-weight:600;letter-spacing:.0125rem}.rsssl h5,.rsssl .rsssl-h5{font-size:var(--rsp-fs-400);font-weight:400;letter-spacing:.1px}.rsssl h6,.rsssl .rsssl-h6{font-size:var(--rsp-fs-300);letter-spacing:.1px}.rsssl p{color:var(--rsp-text-color);font-weight:400;font-size:var(--rsp-fs-300);line-height:1.5}.rsssl .rsssl-small-text{font-size:var(--rsp-fs-200);line-height:1.5;color:var(--rsp-text-color-light)}.rsssl a{font-size:1em}.rsssl .rsssl-notice-hook-element{display:none !important}.rsssl .rsssl-divider{width:1px;height:1.3rem;background-color:#ccc}.error:not(.really-simple-plugins),.notice:not(.really-simple-plugins),.update-nag:not(.really-simple-plugins),.notice-info:not(.really-simple-plugins){display:none !important}.error.really-simple-plugins,.notice.really-simple-plugins,.update-nag.really-simple-plugins,.notice-info.really-simple-plugins{margin:var(--rsp-grid-gap)}.number_full input[type=number]{width:100% !important;position:relative}.rsssl .rsssl-header,.rsssl .rsssl-content-area{max-width:clamp(300px,100% - var(--rsp-grid-gap) * 2,1600px);margin:0 auto}@media(max-width:1599px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-m)}}@media(max-width:1440px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-s)}}@media(max-width:1366px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-xs)}}.rsssl .rsssl-header-container .rsssl-header{display:flex;flex-wrap:wrap;justify-content:space-between;height:70px;box-sizing:border-box;background-color:var(--rsp-background-block-color)}@media(max-width:1080px){.rsssl .rsssl-header-container .rsssl-header{height:100%}}@media(max-width:576px){.rsssl .rsssl-logo{display:none}}.rsssl .rsssl-header-left{display:flex;font-size:var(--rsp-fs-400)}@media(max-width:1080px){.rsssl .rsssl-header-left{justify-content:center;margin:var(--rsp-spacing-xs) 0;order:3;width:100%;background-color:var(--rsp-background-block-color)}}.rsssl .rsssl-header-left .rsssl-header-menu{margin:auto 15px}.rsssl .rsssl-header-left .rsssl-header-menu ul{display:flex}.rsssl .rsssl-header-left .rsssl-header-menu li{margin-bottom:0}.rsssl .rsssl-header-left .rsssl-header-menu a{padding:23px 15px;text-decoration:none;color:var(--rsp-text-color);height:100%;border-bottom:4px solid transparent;transition:border .3s ease-out;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media(max-width:1080px){.rsssl .rsssl-header-left .rsssl-header-menu a{padding:10px 15px}}.rsssl .rsssl-header-left .rsssl-header-menu a.active{border-bottom:4px solid var(--rsp-brand-primary)}.rsssl .rsssl-header-left .rsssl-header-menu a:hover{color:var(--rsp-brand-primary)}.rsssl .rsssl-header-right{display:flex;flex-wrap:wrap;align-items:center;margin-left:auto;gap:var(--rsp-spacing-s);min-height:52px}.rsssl .rsssl-header-right select{max-width:60ch}@media(max-width:576px){.rsssl .rsssl-header-right{display:none}}@media(max-width:768px){.rsssl .rsssl-header-right .button{display:none}}.rsssl .rsssl-content-area{margin-top:var(--rsp-grid-gap)}.rsssl .rsssl-header-container{background:var(--rsp-background-block-color)}.rsssl .rsssl-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:max-content;gap:var(--rsp-grid-gap);min-height:calc(100vh - 32px - 80px - 20px - var(--rsp-grid-gap))}.rsssl .rsssl-grid.rsssl-settings,.rsssl .rsssl-grid.rsssl-letsencrypt{grid-template-columns:minmax(235px,max-content) 2fr minmax(min-content,1fr)}@media only screen and (max-width:1080px){.rsssl .rsssl-grid.rsssl-settings,.rsssl .rsssl-grid.rsssl-letsencrypt{grid-template-columns:repeat(4,1fr)}.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-menu,.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-settings,.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-help,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-menu,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-settings,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-help{grid-column:1/-1}}@media only screen and (max-width:1280px){.rsssl .rsssl-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1080px){.rsssl .rsssl-grid{max-width:790px;width:calc(100% - var(--rsp-grid-gap) * 2)}}.rsssl .rsssl-grid-item{background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:column;flex-basis:100%;grid-column:span 1;grid-row:span 1}.rsssl .rsssl-grid-item.rsssl-disabled{min-height:320px}.rsssl .rsssl-grid-item.rsssl-two_fa_users .rsssl-grid-item-content .rsssl-field-wrap{margin-top:-50px}@media(max-width:1080px){.rsssl .rsssl-grid-item{grid-column:span 4}}.rsssl .rsssl-grid-item.no-background{background:0;border:0;box-shadow:none}.rsssl .rsssl-grid-item.rsssl-column-2{grid-column:span 2}@media(max-width:1080px){.rsssl .rsssl-grid-item.rsssl-column-2{grid-column:span 4}}.rsssl .rsssl-grid-item.rsssl-row-2{grid-row:span 2;min-height:400px}.rsssl .rsssl-grid-item-header{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;min-height:calc(30px + var(--rsp-spacing-s) * 2);padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-header{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-header{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-header:empty{display:none}.rsssl .rsssl-grid-item-title{margin:4px 0 4px 0}.rsssl .rsssl-grid-item-controls{font-size:var(--rsp-fs-200);display:flex;gap:var(--rsp-spacing-s)}.rsssl .rsssl-grid-item-content{flex-grow:100;width:100%;box-sizing:border-box;padding-inline:var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-content{padding-inline:var(--rsp-spacing-m)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-content{padding-inline:var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-content:empty{display:none}.rsssl .rsssl-grid-item-footer{display:flex;flex-wrap:wrap;align-items:center;align-self:flex-end;justify-content:space-between;gap:var(--rsp-grid-margin);width:100%;min-height:calc(30px + var(--rsp-spacing-s) * 2);box-sizing:border-box;padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-footer .rsssl-legend{display:flex}.rsssl .rsssl-grid-item-footer .rsssl-legend span{padding-left:5px}.rsssl .rsssl-grid-item-footer:empty{display:none}.rsssl .rsssl-grid-item .rsssl-flex-push-right{margin-left:auto}.rsssl .rsssl-grid-item .rsssl-flex-push-left{margin-right:auto}.rsssl-header-container .rsssl-header{display:flex;justify-content:space-between;height:70px;box-sizing:border-box}.rsssl-header-container .rsssl-header img{margin:auto 0;height:26px}.rsssl-header-container .rsssl-header .rsssl-header-menu{display:flex;align-items:center;height:100%;padding:0 20px;box-sizing:border-box}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item{display:flex;align-items:center;height:100%;padding:0 20px;box-sizing:border-box}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item:first-child{margin-left:0}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item:last-child{margin-right:0}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item.rsssl-header-menu-item-active{background-color:#f5f5f5}.rsssl-header-container .rsssl-header .rsssl-header-actions{display:flex;align-items:center;margin-left:auto;gap:var(--rsp-spacing-s)}.rsssl-header-container .rsssl-header .rsssl-header-actions select{max-width:60ch}.rsssl-grid .border-to-border .rsssl-grid-item-content{padding:0}.rsssl-grid .border-to-border .rsssl-grid-item-content>*{padding-inline:var(--rsp-spacing-l);width:100%;display:flex;flex-wrap:wrap;align-items:center}.rsssl-grid .border-to-border.rsssl-ssllabs .rsssl-grid-item-content>*,.rsssl-grid .border-to-border.rsssl-wpvul .rsssl-grid-item-content>*{padding-left:0;padding-right:0}.rsssl .rsssl-wpvul .rsssl-icon{margin-top:5px}.rsssl .rsssl-ssl-labs-select,.rsssl .rsssl-hardening-select{background:var(--rsp-grey-200);padding-inline:var(--rsp-spacing-l);padding-block:var(--rsp-spacing-m);display:grid;width:100%;grid-template-columns:calc(50% - var(--rsp-spacing-s) / 2) calc(50% - var(--rsp-spacing-s) / 2);gap:var(--rsp-spacing-s);transition:background-color .3s ease-in-out}.rsssl .rsssl-ssl-labs-select.rsssl-error,.rsssl .rsssl-hardening-select.rsssl-error{background:var(--rsp-red-faded)}.rsssl .rsssl-ssl-labs-select.rsssl-warning,.rsssl .rsssl-hardening-select.rsssl-warning{background:var(--rsp-yellow-faded)}.rsssl .rsssl-ssl-labs-select.rsssl-success,.rsssl .rsssl-hardening-select.rsssl-success{background:var(--rsp-green-faded)}.rsssl .rsssl-ssl-labs-select-item,.rsssl .rsssl-hardening-select-item{border-radius:var(--rsp-border-radius-xs);display:flex;flex-direction:column;justify-content:center;text-align:center;padding-block:var(--rsp-spacing-s);justify-items:center;flex-wrap:wrap;background:var(--rsp-white);min-height:118px}.rsssl .rsssl-ssl-labs-select-item.active,.rsssl .rsssl-hardening-select-item.active{box-shadow:inset 0 0 3px 2px var(--rsp-green-faded);border:2px solid var(--rsp-green)}.rsssl .rsssl-ssl-labs-select-item h2,.rsssl .rsssl-hardening-select-item h2{margin-top:var(--rsp-spacing-xxs);font-weight:800}.rsssl .rsssl-ssl-labs-select-item h2.big-number,.rsssl .rsssl-hardening-select-item h2.big-number{font-size:var(--rsp-fs-850)}.rsssl .rsssl-ssl-labs-select-item span,.rsssl .rsssl-hardening-select-item span{display:flex;gap:3px;justify-content:center;font-size:var(--rsp-fs-100)}.rsssl .rsssl-ssl-labs-list,.rsssl .rsssl-hardening-list{width:100%}.rsssl .rsssl-ssl-labs-list-item,.rsssl .rsssl-hardening-list-item{width:100%;display:grid;justify-items:flex-start;grid-template-columns:auto 1fr auto;gap:var(--rsp-spacing-s);padding-block:var(--rsp-spacing-xs);padding-inline:var(--rsp-spacing-l)}.rsssl .rsssl-ssl-labs-list-item:nth-of-type(even),.rsssl .rsssl-hardening-list-item:nth-of-type(even){background:var(--rsp-grey-200)}.rsssl .rsssl-ssl-labs-list-item-text,.rsssl .rsssl-hardening-list-item-text{width:100%;margin-right:auto}.rsssl .rsssl-ssl-labs-list-item-number,.rsssl .rsssl-hardening-list-item-number{font-weight:600}.rsssl .rsssl-ssl-labs-list-item .rsssl-icon,.rsssl .rsssl-hardening-list-item .rsssl-icon{align-items:start;margin-top:2px}.rsssl .rsssl-ssl-labs-select-item{padding-inline:var(--rsp-spacing-s);gap:var(--rsp-spacing-xxs)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet{max-width:100%;overflow:hidden;text-overflow:ellipsis;height:18px;line-height:18px;padding-inline:var(--rsp-spacing-xxs);font-size:var(--rsp-fs-100);border-radius:var(--rsp-border-radius-xs);color:var(--rsp-text-color);text-align:left}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-hover{height:initial;line-height:initial}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-inactive{background-color:var(--rsp-grey-200);color:var(--rsp-color-disabled)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-processing{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-success{background-color:var(--rsp-color-success);color:var(--rsp-text-color-white)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-error{background-color:var(--rsp-brand-primary);color:var(--rsp-black)}.rsssl .rsssl-hardening-select-item .rsssl-badge{margin-top:var(--rsp-spacing-xxs)}.rsssl-gridblock-progress-container.rsssl-error .rsssl-gridblock-progress{background:var(--rsp-color-warning)}.rsssl-gridblock-progress-container.rsssl-inactive{height:4px;width:100%;display:flex;background:var(--rsp-grey-300)}.rsssl-gridblock-progress-container.rsssl-inactive .rsssl-gridblock-progress{transition:width 1s ease-in-out;background:var(--rsp-green)}.rsssl .rsssl-field-button button.button{display:flex}.rsssl a.button,.rsssl button.button,.rsssl input.button,.rsssl span.button{font-size:var(--rsp-fs-300);font-weight:400;transition:all .3s ease;min-height:10px}.rsssl a.button.button-secondary,.rsssl a.button.button-default,.rsssl button.button.button-secondary,.rsssl button.button.button-default,.rsssl input.button.button-secondary,.rsssl input.button.button-default,.rsssl span.button.button-secondary,.rsssl span.button.button-default{background:transparent}.rsssl a.button .rsssl-icon,.rsssl button.button .rsssl-icon,.rsssl input.button .rsssl-icon,.rsssl span.button .rsssl-icon{padding-top:7px;padding-left:7px}.rsssl a.button.button-black,.rsssl button.button.button-black,.rsssl input.button.button-black,.rsssl span.button.button-black{border:1px solid var(--rsp-black);background:var(--rsp-black);color:var(--rsp-text-color-white)}.rsssl a.button.button-tertiary,.rsssl a.button.button-red,.rsssl button.button.button-tertiary,.rsssl button.button.button-red,.rsssl input.button.button-tertiary,.rsssl input.button.button-red,.rsssl span.button.button-tertiary,.rsssl span.button.button-red{border:0 solid transparent;background:var(--rsp-red);color:var(--rsp-text-color-white)}.rsssl a.button.button-primary:hover,.rsssl a.button.button-primary:focus,.rsssl a.button.button-primary:active,.rsssl button.button.button-primary:hover,.rsssl button.button.button-primary:focus,.rsssl button.button.button-primary:active,.rsssl input.button.button-primary:hover,.rsssl input.button.button-primary:focus,.rsssl input.button.button-primary:active,.rsssl span.button.button-primary:hover,.rsssl span.button.button-primary:focus,.rsssl span.button.button-primary:active{box-shadow:none}.rsssl a.button.button-secondary:hover,.rsssl a.button.button-secondary:focus,.rsssl a.button.button-secondary:active,.rsssl button.button.button-secondary:hover,.rsssl button.button.button-secondary:focus,.rsssl button.button.button-secondary:active,.rsssl input.button.button-secondary:hover,.rsssl input.button.button-secondary:focus,.rsssl input.button.button-secondary:active,.rsssl span.button.button-secondary:hover,.rsssl span.button.button-secondary:focus,.rsssl span.button.button-secondary:active{box-shadow:none}.rsssl a.rsssl-button-small,.rsssl button.rsssl-button-small,.rsssl input.rsssl-button-small{font-size:var(--rsp-fs-100);font-weight:300;min-height:auto}.rsssl .rsssl-button-small+.rsssl-button-small{margin-left:10px}.rsssl .rsssl-shortcode{right:10000px;position:absolute;background-color:#fff;padding:0;white-space:nowrap}.rsssl .shortcode{cursor:pointer}.rsssl .rsssl-action-buttons{display:flex;justify-content:flex-end}.rsssl .rsssl-action-buttons__inner{display:flex;justify-content:flex-end}.rsssl .rsssl-action-buttons__inner{float:right}.rsssl .rsssl-action-buttons__button{margin-right:10px}.rsssl .rsssl-action-buttons__inner:last-child{margin-right:0}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer{margin-left:0;margin-right:0;padding-left:25px}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .button{display:block;margin-right:0;margin-left:0}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .components-toggle-control{margin-top:12px}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer label{display:flex;align-items:center;justify-content:center}.rsssl .rsssl-bullet{height:13px;width:13px;flex:0 0 13px;border-radius:50%;display:inline-block;background-color:var(--rsp-grey-300)}.rsssl .rsssl-bullet.rsp-yellow{background-color:var(--rsp-yellow)}.rsssl .rsssl-bullet.rsp-blue{background-color:var(--rsp-blue)}.rsssl .rsssl-bullet.rsp-pink{background-color:var(--rsp-pink)}.rsssl .rsssl-bullet.rsp-red,.rsssl .rsssl-bullet.rsssl-bullet-error{background-color:var(--rsp-red)}.rsssl .rsssl-bullet.rsp-green,.rsssl .rsssl-bullet.rsssl-bullet-success{background-color:var(--rsp-green)}.rsssl .rsssl-bullet.rsp-blue-yellow{background:var(--rsp-blue);background:linear-gradient(77deg,#009fff 0,#009fff 30%,#f4bf3e 70%,#f4bf3e 100%);animation:gradient 2s ease infinite;background-size:200% 200%}.rsssl .rsssl-legend{display:flex;width:max-content;color:var(--rsp-text-color-light);align-items:center;min-width:0;gap:var(--rsp-spacing-xxs);text-decoration:none}.rsssl .rsssl-legend:first-of-type{margin-left:auto}.rsssl .rsssl-legend .rsssl-progress-footer-link a{color:inherit;text-decoration:none}.rsssl .rsssl-legend .rsssl-progress-footer-link a:hover{text-decoration:underline}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.rsssl-icon{display:flex;align-items:center;justify-content:center}.rsssl-icon>div{display:flex}.rsssl-icon svg{fill:currentColor}.rsssl-icon-loading svg{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.rsssl-icon.rsssl-click-animation{animation:beat .4s ease-out}button.button .cmplz-icon.rsssl-icon-loading{padding-top:6px}button.button .cmplz-icon.rsssl-icon-loading>div{line-height:inherit}.rsssl .rsssl-badge{--badge-height:20px;height:var(--badge-height);line-height:var(--badge-height);padding-inline:8px;min-width:100px;text-align:center;border-radius:var(--rsp-border-radius-xs);color:var(--rsp-white);display:table;margin:auto auto;font-size:var(--rsp-fs-100)}.rsssl .rsssl-badge.rsp-dark{background-color:var(--rsp-black);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-low{background-color:var(--rsp-yellow-faded);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-medium{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-high{background-color:var(--rsp-red-faded);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-critical{background-color:var(--rsp-red);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-success{background-color:var(--rsp-color-success);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-default{background-color:var(--rsp-grey-200);color:black}.rsssl .rsssl-badge-large{--badge-height:28px;height:var(--badge-height);line-height:var(--badge-height);padding:0 10px;min-width:80px;text-align:center;border-radius:var(--rsp-border-radius-xs);color:var(--rsp-white);display:table;margin:auto auto;font-size:var(--rsp-fs-300);font-weight:400}.rsssl .rsssl-badge-large.rsp-dark{background-color:var(--rsp-black);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-risk-level-l{background-color:var(--rsp-yellow-faded);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-m{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-h{background-color:var(--rsp-red-faded);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-c{background-color:var(--rsp-red);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-success{background-color:var(--rsp-color-success);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-default{background-color:var(--rsp-grey-200);color:black}:root{--toastify-color-light:var(--rsp-white);--toastify-color-dark:var(--rsp-black);--toastify-color-info:var(--rsp-yellow);--toastify-color-success:var(--rsp-green);--toastify-color-warning:var(--rsp-orange);--toastify-color-error:var(--rsp-red);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--rsp-green);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:42px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:999999;--toastify-text-color-light:var(--rsp-text-color);--toastify-text-color-dark:var(--rsp-text-color-white);--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,var(--rsp-green),#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--rsp-green);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:calc(2em + 32px);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width :480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--rsp-border-radius);border:1px solid #eee;box-shadow:0 1px 10px 0 rgba(0,0,0,0.1),0 2px 15px 0 rgba(0,0,0,0.05);box-shadow:var(--rsp-box-shadow);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width :480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--rsp-green)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:0;border:0;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:toastify__spin .65s linear infinite}@keyframes toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}@keyframes toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:toastify__bounceOutDown}@keyframes toastify__zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}}@keyframes toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:toastify__zoomIn}.Toastify__zoom-exit{animation-name:toastify__zoomOut}@keyframes toastify__flipIn{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:toastify__flipIn}.Toastify__flip-exit{animation-name:toastify__flipOut}@keyframes toastify__slideInRight{from{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInLeft{from{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInUp{from{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInDown{from{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes toastify__slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes toastify__slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes toastify__slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:toastify__slideOutDown}@keyframes toastify__spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.rsssl-modal.rsssl-onboarding{width:clamp(300px,100ch,100vw);padding-top:var(--rsp-spacing-m);line-height:2.2;min-height:295px}.rsssl-modal.rsssl-onboarding .rsssl-logo{height:26px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content{display:flex;min-height:295px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content .rsssl-onboarding-placeholder{flex-grow:1}.rsssl-modal.rsssl-onboarding .rsssl-modal-content-step{display:flex;flex-direction:column;width:100%}.rsssl-modal.rsssl-onboarding .rsssl-modal-content .rsssl-processing{opacity:.5}.rsssl-modal.rsssl-onboarding .rsssl-modal-content ul li .rsssl-icon{margin-top:7px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content ul li .components-button.is-link{padding:5px 0}.rsssl-grid-item.rsssl-progress .rsssl-grid-item-content{padding:0}.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress{overflow:hidden;height:20px;border-radius:5px;background-color:#f7f7f7}.rsssl-progress-block .rsssl-progress .rsssl-bar{height:100%;background-color:var(--rsp-color-success);transition:width 1s ease}.rsssl-progress-block .rsssl-progress .rsssl-bar.rsssl-orange{background-color:var(--rsp-color-warning)}.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:0;border-radius:5px}@media screen and (max-width:1280px){.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress-text{display:flex;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:var(--rsp-spacing-s);justify-content:flex-start;gap:var(--rsp-spacing-m)}@media screen and (max-width:1280px){.rsssl-progress-block .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-progress-block .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-percentage{font-size:var(--rsp-fs-800);font-weight:700}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span{font-weight:500;font-size:var(--rsp-fs-600)}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span a{margin-left:3px}@media only screen and (max-width:1366px) and (min-width:1280px){.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span{font-size:var(--rsp-fs-500)}}.rsssl-header-html{display:flex;color:var(--rsp-text-color-light)}.rsssl-header-html .rsssl-toggle-active{text-decoration:underline}.rsssl-task-switcher-container{display:flex;border-radius:var(--rsp-border-radius)}.rsssl-task-switcher-container .rsssl-task-switcher:first-of-type{border-right:1px solid var(--rsp-grey-400);padding-right:10px}.rsssl-task-switcher-container .rsssl-task-switcher:last-of-type{padding-left:10px}.rsssl-task-switcher{font-size:var(--rsp-fs-200);cursor:pointer;transition:.3s}.rsssl-task-switcher:hover{text-decoration:underline}.rsssl-active-filter-remaining .rsssl-remaining-tasks,.rsssl-active-filter-all .rsssl-all-tasks{text-decoration:underline}.rsssl-task-element{display:flex;align-items:flex-start;justify-content:center;gap:var(--rsp-spacing-m);padding-bottom:var(--rsp-spacing-s)}@media(max-width:1280px){.rsssl-task-element{gap:var(--rsp-spacing-xs)}}.rsssl-task-element .rsssl-task-message{flex:1;font-size:var(--rsp-fs-300)}.rsssl-task-element .rsssl-task-form{margin-top:var(--rsp-spacing-xxs);display:flex;gap:var(--rsp-spacing-xs)}.rsssl-task-element .rsssl-task-enable{cursor:pointer;line-height:1.5}.rsssl-task-element .rsssl-task-enable .rsssl-icon.rsssl-icon-loading{padding:3px}.rsssl-task-element .rsssl-task-dismiss:hover{transform:scale(1.1)}.rsssl-task-element .rsssl-task-dismiss button{all:initial;cursor:pointer;padding:4px}.rsssl-task-element .rsssl-task-dismiss svg{height:12px;width:12px}.rsssl-scroll-container{padding:var(--rsp-spacing-m) var(--rsp-spacing-l);height:230px;overflow-y:auto;padding-block:0;padding-top:var(--rsp-spacing-s);border-radius:0}@media screen and (max-width:1280px){.rsssl-scroll-container{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-scroll-container{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-scroll-container::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0);background-color:transparent}.rsssl-scroll-container::-webkit-scrollbar{width:8px;border-radius:10px;background-color:var(--rsp-grey-300)}.rsssl-scroll-container::-webkit-scrollbar-thumb{background-color:var(--rsp-grey-400);border-radius:10px}.rsssl-progress-status-container{margin-right:40px}.rsssl-task-status,.rsssl-locked-overlay .rsssl-progress-status{display:block;min-width:100px;text-align:center;border-radius:var(--rsp-border-radius-xs);padding:4px 8px;font-size:var(--rsp-fs-100);font-weight:600}@media(max-width:1280px){.rsssl-task-status,.rsssl-locked-overlay .rsssl-progress-status{min-width:80px}}.rsssl-task-status.rsssl-completed,.rsssl-locked-overlay .rsssl-completed.rsssl-progress-status,.rsssl-task-status.rsssl-success,.rsssl-locked-overlay .rsssl-success.rsssl-progress-status{background-color:var(--rsp-color-success);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-open,.rsssl-locked-overlay .rsssl-open.rsssl-progress-status{background-color:var(--rsp-color-open)}.rsssl-task-status.rsssl-warning,.rsssl-locked-overlay .rsssl-warning.rsssl-progress-status{background-color:var(--rsp-color-error);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-premium,.rsssl-locked-overlay .rsssl-premium.rsssl-progress-status{background-color:var(--rsp-blue);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-loading,.rsssl-locked-overlay .rsssl-loading.rsssl-progress-status{background-color:var(--rsp-grey-200)}@media(max-width:1080px){.rsssl-scroll-container .rsssl-task-status,.rsssl-scroll-container .rsssl-locked-overlay .rsssl-progress-status,.rsssl-locked-overlay .rsssl-scroll-container .rsssl-progress-status{aspect-ratio:1/1;min-width:10px;height:16px;border-radius:100%;text-indent:-9999px;white-space:nowrap}}.rsssl-plusone{min-width:15px;height:16px;font-size:var(--rsp-fs-100);line-height:1.5;display:inline-block;vertical-align:top;box-sizing:border-box;margin:1px 0 -1px 2px;padding:0 5px;border-radius:9px;background-color:#d63638;color:#fff;text-align:center}@media only screen and (max-width:1366px){.rsssl-footer-left{display:none}}.rsssl-datatable-placeholder div{background-color:var(--rsp-grey-300);height:25px}.rsssl-datatable-placeholder div:nth-child(even){background-color:#fff}.rsssl-rest-error-message{margin:30px}.rsssl-rest-error-message ul{list-style:disc;margin:20px}.rsssl-placeholder{box-sizing:border-box;width:100%;text-align:left;margin:0;padding-bottom:24px;color:#1e1e1e;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;border-radius:2px}.rsssl-placeholder{flex-grow:100}.rsssl-placeholder .rsssl-placeholder-line{float:left;width:100%;height:16px;margin-top:12px;border-radius:7px;animation:shine-lines 1.6s infinite linear;background-image:linear-gradient(90deg,#ddd 0,#e8e8e8 40px,#ddd 80px);background-size:600px}.rsssl-placeholder .rsssl-placeholder-line:last-of-type{margin-bottom:24px}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(1){width:99%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(2){width:66%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(3){width:94%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(4){width:75%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(5){width:78%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(6){width:66%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(7){width:67%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(8){width:76%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(9){width:79%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(10){width:85%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(11){width:92%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(12){width:78%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(13){width:65%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(14){width:75%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(15){width:73%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(16){width:92%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(17){width:96%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(18){width:91%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(19){width:99%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(20){width:79%}.rsssl-placeholder .rsssl-placeholder-line ~ .rsssl-placeholder-line{background-color:#ddd}.rsssl-dashboard-placeholder.rsssl-grid-item.rsssl-row-2{grid-row:span 1}.rsssl-settings-placeholder .rsssl-grid-item{min-height:400px}.rsssl-menu-placeholder{min-height:400px}@keyframes shine-lines{0%{background-position:-400px}100%{background-position:220px}}.rsssl .rsssl-other-plugins .rsssl-placeholder{background-color:transparent}.rsssl .rsssl-other-plugins .rsp-logo img{height:20px}.rsssl .rsssl-other-plugins-container{display:flex !important;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;font-size:var(--rsp-fs-300);line-height:1.7;gap:var(--rsp-spacing-xxs)}@media screen and (max-width:992px){.rsssl .rsssl-other-plugins-container{flex-direction:row;overflow:hidden}}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element{width:100%;display:flex;align-content:space-between;justify-content:space-between;gap:10px;--rsp-other-plugins-color:var(---rsp-brand-primary)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-zip-recipes{--rsp-other-plugins-color:var(--rsp-pink)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-burst-statistics{--rsp-other-plugins-color:var(--rsp-green)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-gdpr{--rsp-other-plugins-color:var(--rsp-blue)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-terms-conditions{--rsp-other-plugins-color:var(--rsp-black)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-really-simple-ssl{--rsp-other-plugins-color:var(--rsp-yellow)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a{width:max-content;color:var(--rsp-text-color-light);transition:color .3s ease;display:flex;align-items:center;min-width:0;gap:var(--rsp-spacing-xs);text-decoration:none}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover{color:var(--rsp-other-plugins-color);text-decoration:underline}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-bullet{background-color:var(--rsp-other-plugins-color)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-other-plugins-content{text-decoration:underline}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-bullet{transition:background-color .3s ease;background-color:var(--rsp-other-plugins-color)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugins-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugin-status{min-width:fit-content}.rsssl-tips_tricks .rsssl-grid-item-header .rsssl-grid-item-controls{height:28px}.rsssl-tips-tricks-container{display:flex !important;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;font-size:var(--rsp-fs-300);line-height:1.7;gap:var(--rsp-spacing-xxs)}@media screen and (max-width:992px){.rsssl-tips-tricks-container{flex-direction:row;overflow:hidden}}.rsssl-tips-tricks-container .rsssl-tips-tricks-element{width:calc(50% - var(--rsp-spacing-xxs))}@media(max-width:768px){.rsssl-tips-tricks-container .rsssl-tips-tricks-element{width:100%}}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a{color:var(--rsp-text-color-light);transition:color .3s ease;display:flex;align-items:center;gap:var(--rsp-spacing-xs);min-width:0;text-decoration:none}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover{color:var(--rsp-brand-primary);text-decoration:underline}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover svg path{fill:var(--rsp-brand-primary)}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover .rsssl-tips-tricks-content{text-decoration:underline}.rsssl-tips-tricks-container .rsssl-tips-tricks-element .rsssl-bullet{transition:background-color .3s ease;background-color:var(--rsp-grey-300)}.rsssl-tips-tricks-container .rsssl-tips-tricks-element .rsssl-tips-tricks-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsssl div[class^=rsssl-wizard-] .rsssl-helplink{color:var(--rsp-text-color)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item{position:relative;margin-bottom:var(--rsp-grid-gap)}@media(max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item{grid-column:span 4}}.rsssl div[class^=rsssl-wizard-].rsssl-column-2{grid-column:span 2}@media(max-width:1080px){.rsssl div[class^=rsssl-wizard-].rsssl-column-2{grid-column:span 4}}.rsssl div[class^=rsssl-wizard-] .rsssl-locked{position:absolute;z-index:20;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,0.8);border-radius:var(--rsp-border-radius)}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-shield-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;height:calc(100px + 2 * var(--rsp-spacing-s));width:calc(200px + 2 * var(--rsp-spacing-s));z-index:19}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked:has(.rsssl-shield-overlay){min-height:calc(100px + 4 * var(--rsp-spacing-s));display:flex;align-items:center;justify-content:center;position:relative;padding:var(--rsp-spacing-s)}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{z-index:20;position:absolute;display:flex;align-items:center;gap:var(--rsp-spacing-s);background-color:var(--rsp-white);margin:var(--rsp-spacing-s);border-radius:var(--rsp-border-radius-s);box-shadow:var(--rsp-box-shadow);bottom:0;width:calc(100% - 2 * var(--rsp-spacing-s));padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay .rsssl-open{float:left;margin-right:12px}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay .rsssl-progress-status{float:left;margin-right:20px}.rsssl div[class^=rsssl-wizard-]>div:nth-last-of-type(2){margin-bottom:0;border-radius:var(--rsp-border-radius) var(--rsp-border-radius) 0 0}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container{position:sticky;bottom:0;display:flex;flex-direction:column;z-index:20}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button{box-shadow:none !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button:focus,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button:active,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button:focus,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button:active{box-shadow:none !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-scroll-progress-container{display:flex;flex-direction:column;width:100%;height:3px;background-color:var(--rsp-grey-300);overflow:hidden}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-scroll-progress{height:100%;background-color:var(--rsp-blue)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{background:var(--rsp-grey-100);border-radius:0 0 var(--rsp-border-radius) var(--rsp-border-radius);border-top:1px solid var(--rsp-grey-300);box-sizing:border-box;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);box-shadow:var(--rsp-box-shadow);gap:var(--rsp-grid-margin);width:100%;min-height:20px;justify-content:space-around}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer>div:last-of-type{margin-left:auto}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-buttons{display:flex;justify-content:flex-end;align-items:center;gap:var(--rsp-spacing-s)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer .rsssl-legend{display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer .rsssl-legend span{padding-left:5px}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-upsell-bar .button{display:inline-block !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer:empty{display:none}.rsssl-wizard-help{display:flex;flex-wrap:wrap;align-content:flex-start;gap:var(--rsp-spacing-xs)}.rsssl-wizard-help details{font-size:var(--rsp-fs-200)}.rsssl-wizard-help details .rsssl-help-more-info{display:flex;flex-direction:row;margin-top:12px}.rsssl-wizard-help details summary{display:grid;grid-template-columns:1fr auto;justify-content:space-between;font-size:var(--rsp-fs-300);font-weight:600;cursor:pointer}.rsssl-wizard-help details summary::-webkit-details-marker{display:none}.rsssl-wizard-help details summary:first-of-type{list-style-type:none}.rsssl-wizard-help details summary .rsssl-icon{transition:all .3s ease-in-out;transform:rotate(0)}.rsssl-wizard-help code{white-space:pre-line;display:block}.rsssl-wizard-help summary,.rsssl-wizard-help p{font-size:var(--rsp-fs-200)}.rsssl-wizard-help details[open]{padding:var(--rsp-spacing-s) var(--rsp-spacing-m)}.rsssl-wizard-help details[open] summary{padding:0;padding-bottom:var(--rsp-spacing-xs)}.rsssl-wizard-help details[open] summary .rsssl-icon{transform:rotate(180deg)}.rsssl-wizard-help .rsssl-help-header{width:100%;display:flex;padding:10px}.rsssl-wizard-help .rsssl-help-header .rsssl-help-title{font-size:18px}.rsssl-wizard-help .rsssl-help-header .rsssl-help-control{margin-left:auto;cursor:pointer}.rsssl-wizard-help>div{flex-grow:1;width:100%}.rsssl-wizard-help-notice{width:100%;background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);border-radius:var(--rsp-border-radius-s);height:fit-content;background-color:var(--rsp-dark-blue-faded)}.rsssl-wizard-help-notice.rsssl-warning{background-color:var(--rsp-red-faded)}.rsssl-wizard-help-notice.rsssl-open{background-color:var(--rsp-yellow-faded)}.rsssl-wizard-help-notice summary,.rsssl-wizard-help-notice p{padding:var(--rsp-spacing-s) var(--rsp-spacing-m)}.rsssl-wizard-menu{height:fit-content;background:none !important;box-shadow:none !important}.rsssl-wizard-menu .rsssl-grid-item-header{padding-left:var(--rsp-spacing-xs)}.rsssl-wizard-menu .rsssl-grid-item-content{padding:0;padding-bottom:var(--rsp-spacing-l)}.rsssl-wizard-menu-items>.rsssl-menu-item>a{font-weight:600 !important;padding-inline:var(--rsp-spacing-xs) !important}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-active{border-radius:var(--rsp-border-radius-s);background:var(--rsp-yellow-faded);box-shadow:var(--rsp-box-shadow)}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-active a:hover{text-decoration:none}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-menu-item a span{font-weight:600}.rsssl-wizard-menu-items .rsssl-menu-item a{display:flex;align-items:center;gap:var(--rsp-spacing-xs);text-decoration:none;color:var(--rsp-text-color);font-size:var(--rsp-fs-400);padding-block:var(--rsp-spacing-xs);transition:all .2s ease-in-out;padding-left:var(--rsp-spacing-xs)}.rsssl-wizard-menu-items .rsssl-menu-item a:hover{text-decoration:underline}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-active>a{font-weight:600}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-active a:focus{box-shadow:none !important}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured.rsssl-active .rsssl-menu-item-beta-pill{color:var(--rsp-dark-blue)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a .rsssl-menu-item-featured-pill{background:var(--rsp-green);color:var(--rsp-text-color-white);padding:4px 8px;border-radius:var(--rsp-border-radius-xs);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a .rsssl-menu-item-beta-pill{color:var(--rsp-dark-blue)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new .rsssl-menu-item-new-pill{background:var(--rsp-yellow);color:var(--rsp-text-color-dark);padding:4px 8px;border-radius:var(--rsp-border-radius-xs);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new.rsssl-active .rsssl-menu-item-new-pill{color:var(--rsp-text-color-dark)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-premium a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-premium a .rsssl-menu-item-featured-pill{background:var(--rsp-dark-blue);color:var(--rsp-text-color-white);padding:2px 9px;border-radius:var(--rsp-border-radius);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-submenu-item a{padding-left:calc(var(--rsp-spacing-xs) + var(--rsp-spacing-s)) !important;font-size:var(--rsp-fs-300)}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a{text-decoration:none;position:relative}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a span{color:initial}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a::before{content:"•";color:var(--rsp-dark-blue);font-size:3em;position:absolute;left:var(--rsp-spacing-xxs) !important;margin-bottom:7px}html{scroll-behavior:smooth}.rsssl div[class^=rsssl-wizard-] .components-flex{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.rsssl div[class^=rsssl-wizard-] .components-flex .components-flex-item label{margin:0}.rsssl div[class^=rsssl-wizard-] .components-flex .rsssl-tooltip{flex-grow:1}.rsssl div[class^=rsssl-wizard-] .components-flex .components-input-control__container{max-width:max-content}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-content label{font-size:var(--rsp-fs-300);font-weight:400;line-height:1.5;text-transform:unset;box-sizing:border-box;display:inherit;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rsssl div[class^=rsssl-wizard-] .components-base-control__field{margin-bottom:0}.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-base-control__field,.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-flex{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;width:100%}.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-base-control__field .components-form-toggle,.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-flex .components-form-toggle{margin-right:0}.rsssl div[class^=rsssl-wizard-] select option{font-size:var(--rsp-fs-300)}.rsssl div[class^=rsssl-wizard-] .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--rsp-dark-blue)}.rsssl div[class^=rsssl-wizard-] input.components-form-toggle__input[type=checkbox]:disabled{background:var(--rsp-grey-100);opacity:.7}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item .rsssl-grid-item-content{padding:var(--rsp-spacing-xs) 0}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap .rsssl-comment{font-style:italic}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-block:var(--rsp-spacing-s);padding-inline:var(--rsp-spacing-l);overflow:hidden}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-inline:var(--rsp-spacing-m)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-inline:var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap>.rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro>.rsssl-field-wrap{padding:0}.rsssl div[class^=rsssl-wizard-] .rsssl-field-button{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.rsssl .rsssl-highlight{background-color:transparent;border-left:4px solid var(--rsp-green);-o-animation:fadeIt 3s ease-in-out;animation:fadeIt 3s ease-in-out;scroll-margin-top:100px;scroll-padding-top:100px}.rsssl .rsssl-block-highlight{border:0;-o-animation:pulse 2s infinite;animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 var(--rsp-green)}70%{-webkit-box-shadow:0 0 0 10px var(--rsp-green-faded)}100%{-webkit-box-shadow:0 0 0 0 var(--rsp-green-faded)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 var(--rsp-green);box-shadow:0 0 0 0 var(--rsp-green)}70%{-moz-box-shadow:0 0 0 10px var(--rsp-green-faded);box-shadow:0 0 0 10px var(--rsp-green-faded)}100%{-moz-box-shadow:0 0 0 0 var(--rsp-green-faded);box-shadow:0 0 0 0 var(--rsp-green-faded)}}@-o-keyframes fadeIt{0%{background-color:transparent}30%{background-color:var(--rsp-green-faded)}100%{border-right:0;background-color:inherit}}@keyframes fadeIt{0%{background-color:transparent;border-right:0}30%{background-color:var(--rsp-green-faded)}100%{background-color:inherit}}.rsssl-email-verified{position:absolute;bottom:23px;right:35px}.rsssl-ip-verified{position:absolute;bottom:8px;right:6px}.rsssl-license .rsssl-task-element{padding-top:var(--rsp-spacing-s);padding-bottom:0}.rsssl-license .rsssl-license-field{display:flex}.input-container{position:relative;display:inline-block;width:100%}input.rsssl-input.full{width:100%;padding-right:40px}input.rsssl-input.rsssl-error{border:2px solid var(--rsp-red);outline:0}input.rsssl-input.rsssl-error:focus{border-color:var(--rsp-red) !important}input.rsssl-input.rsssl-success{border:2px solid var(--rsp-green);outline:0}input.rsssl-input.rsssl-success:focus{border-color:var(--rsp-green) !important}.wp-core-ui select{flex-grow:1 !important;max-width:33%}.icon-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:0;cursor:pointer}.rsssl-group-filter{min-width:25%;max-width:100% !important}.rsssl .components-snackbar-list.edit-site-notices{width:max-content;position:fixed;bottom:var(--rsp-spacing-m);right:var(--rsp-spacing-l)}.rsssl .components-snackbar-list.edit-site-notices>div{margin-left:auto}.rsssl .components-snackbar-list.edit-site-notices .components-snackbar{background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);color:var(--rsp-color-success);background-color:#fff;font-weight:700;font-size:14px}.rsssl-mixed-content-scan .rsssl-mixed-content-placeholder{height:250px}.rsssl-mixed-content-scan .rsssl-mixed-content-placeholder div{background-color:var(--rsp-grey-200);margin:10px 0;height:20px}.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell[data-column-id="2"]{display:grid}.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell{min-width:110px}.rsssl-mixed-content-scan .rsssl-progress-container .rsssl-progress-bar{border-radius:5px;height:20px;background-color:var(--rsp-green)}.rsssl-mixed-content-scan .rsssl-task-status,.rsssl-mixed-content-scan .rsssl-locked-overlay .rsssl-progress-status,.rsssl-locked-overlay .rsssl-mixed-content-scan .rsssl-progress-status{min-width:min-content}.rsssl-mixed-content-scan .rsssl-task-status.rsssl-warning,.rsssl-mixed-content-scan .rsssl-locked-overlay .rsssl-warning.rsssl-progress-status,.rsssl-locked-overlay .rsssl-mixed-content-scan .rsssl-warning.rsssl-progress-status{background-color:var(--rsp-yellow);color:var(--rsp-text-color)}.rsssl-mixed-content-scan button.button{line-height:1.5;min-height:10px}.rsssl-mixed-content-scan .rsssl-grid-item-content-footer{display:flex;gap:var(--rsp-spacing-s)}.rsssl-mixed-content-scan .rsssl-current-scan-action,.rsssl-mixed-content-scan .rsssl-mixed-content-description{margin:10px 5px;font-size:var(--rsp-fs-300)}.rsssl-learningmode-placeholder{height:150px}.rsssl-learningmode-placeholder div{background-color:var(--rsp-grey-200);margin:10px 0;height:20px}.rsssl-learning-mode-delete{cursor:pointer;background:0;border:0;font-size:1.5em;font-weight:700}.rsssl-locked-overlay .rsssl-open{float:left;margin-right:12px}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-completed,.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-enforced{background-color:var(--rsp-color-success);color:#fff}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode{background-color:var(--rsp-color-open)}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-error{background-color:var(--rsp-color-error);color:#fff}.rsssl-locked-overlay .rsssl-progress-status.rsssl-disabled,.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-disabled{background-color:var(--rsp-color-disabled)}.rsssl-learning-mode-footer{display:flex;align-items:center;justify-content:flex-start;gap:var(--rsp-spacing-s)}.rsssl-learning-mode-footer select{margin-left:auto}.rsssl-learning-mode-footer label{display:flex;align-items:center}.rsssl-learning-mode-footer label input{margin-top:0}.rsssl-lets-encrypt-tests{margin:var(--rsp-spacing-xs) var(--rsp-spacing-xl)}.rsssl-lets-encrypt-tests .rsssl-features ul{display:flex;list-style-type:none;padding:0;margin:0}.rsssl-lets-encrypt-tests .rsssl-features ul .rsssl-checkbox-items{display:flex;flex-direction:column;align-items:flex-start;margin-right:var(--rsp-spacing-l)}.rsssl-lets-encrypt-tests .rsssl-progress-bar{padding-block:0;margin-bottom:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress{overflow:hidden;height:var(--rsp-spacing-m);border-radius:5px;background-color:var(--rsp-grey-200)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress .rsssl-bar{height:100%;background-color:var(--rsp-color-success)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress .rsssl-bar.rsssl-orange{background-color:var(--rsp-color-warning)}.rsssl-lets-encrypt-tests p{margin-bottom:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-progress-text{display:flex;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:0;padding-top:var(--rsp-spacing-xs)}@media screen and (max-width:1280px){.rsssl-lets-encrypt-tests .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-lets-encrypt-tests .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-percentage{font-size:32px;font-weight:700}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-text-span{margin-left:35px;font-size:18px;font-weight:600}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-text-span a{margin-left:3px}.rsssl-lets-encrypt-tests ul li{display:flex;margin-bottom:15px}.rsssl-lets-encrypt-tests ul li .rsssl-icon{margin-right:7px}.rsssl-lets-encrypt-tests ul li ul li:before{background-color:var(--rsp-grey-500);color:#fff;height:6px;width:6px;border-radius:50%;content:"";position:absolute;margin-top:7px;margin-left:-19px}.rsssl-lets-encrypt-tests .rsssl-test-results ul li{display:block}.rsssl-lets-encrypt-tests .rsssl-test-results h4{margin:var(--rsp-spacing-m) 0}.rsssl-lets-encrypt-tests .rsssl-test-results a+button{margin-left:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-certificate-data{display:none}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div{display:flex;flex-direction:row;margin-right:20px}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div .rsssl-dns-domain,.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div .rsssl-dns-field{margin-right:var(--rsp-spacing-m);width:50%}.rsssl-lets-encrypt-tests .rsssl-modal-subtitle{display:none}.rsssl-lets-encrypt-tests .components-toggle-control{margin:20px 0}.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rdt_TableCell,.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rdt_TableCol{min-width:fit-content}.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rsssl-locked .rsssl-shield-overlay{top:calc(100% - 300px)}.rsssl-vulnerability-action a.button{margin-left:10px}.rsssl-processing{opacity:.5}.rsssl-vulnerabilities_measures-overview .allowRowEvents .wp-core-ui select{max-width:100%}.rsssl-vulnerabilities_measures-overview .rdt_TableCell:nth-child(2) select{max-width:100%}.rsssl-vulnerabilities_measures .rsssl-locked-overlay input[type=checkbox]{margin-top:0}.rsssl-404_blocking .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-user_agents .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-content_security_policy_source_directives .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_block_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-two_fa_users .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-vulnerabilities_overview .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-permissions_policy .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_white_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_logs_content .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_country .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_users .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-mixed-content-scan .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-content_security_policy .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-hardening-xml .rsssl-field-wrap nav.rdt_Pagination>div>svg{display:none !important}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar{float:right;padding:0}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__inner{display:flex;align-items:center;border-radius:3px;transition:background-color .3s ease}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__inner:focus-within{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__input{width:150px;transition:width .3s ease}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__input:focus{width:200px}.rsssl-404_blocking .rsssl-field-wrap .rsssl-container,.rsssl-user_agents .rsssl-field-wrap .rsssl-container,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-container,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-container,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-container,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-container,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-container,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-container,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-container,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-container,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-container{padding:2em;display:flex;align-items:center;justify-content:space-between}.rsssl-404_blocking .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-user_agents .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-multiselect-datatable-form{display:flex;align-items:center;Justify-content:space-between;width:100%;padding:1em 2em;background:var(--rsp-blue-faded)}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child{min-width:20px;float:right}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span{min-width:20px;float:right}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol_Sortable{flex-direction:row}.rsssl-404_blocking .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-user_agents .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-content_security_policy_source_directives .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_block_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-two_fa_users .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-vulnerabilities_overview .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-permissions_policy .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_white_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_logs_content .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_country .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_users .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-mixed-content-scan .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-content_security_policy .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-hardening-xml .rsssl-field-wrap #cell-2-force_update>div>select{max-width:100%}.rsssl-404_blocking .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-user_agents .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-content_security_policy_source_directives .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_block_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-two_fa_users .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-vulnerabilities_overview .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-permissions_policy .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_white_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_logs_content .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_country .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_users .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-mixed-content-scan .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-content_security_policy .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-hardening-xml .rsssl-field-wrap #cell-2-quarantine>div>select{max-width:100%}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:first-child{min-width:initial}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:0;flex-direction:row-reverse;min-width:initial}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow{padding:var(--rsp-spacing-xs) 0}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow:nth-child(odd){background-color:var(--rsp-grey-200)}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child{flex-grow:0}.rsssl-404_blocking .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-user_agents .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-two_fa_users .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-permissions_policy .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-content_security_policy .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-hardening-xml .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3){opacity:.3}.rsssl-content_security_policy .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:0;min-width:initial;justify-content:flex-end}.rdt_TableRow .rdt_TableCell:last-child{flex-grow:0;min-width:initial}.rsssl-csp-revoked>div:nth-child(-n+3){opacity:.3}.rsssl-content_security_policy .rsssl-field-wrap>div>div,.rsssl-xml_rpc .rsssl-field-wrap>div>div{overflow-x:inherit;overflow-y:inherit}.rsssl-mixed-content-datatable>div>div{display:flex}.rsssl-vulnerabilities_measures .rdt_TableRow .rdt_TableCell:nth-child(3){max-width:50%}.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-left:calc(-1 * var(--rsp-spacing-l));margin-right:calc(-1 * var(--rsp-spacing-l))}@media(max-width:1280px){.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-left:calc(-1 * var(--rsp-spacing-m));margin-right:calc(-1 * var(--rsp-spacing-m))}}@media(max-width:1080px){.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-left:calc(-1 * var(--rsp-spacing-s));margin-right:calc(-1 * var(--rsp-spacing-s))}}.rsssl-vulnerabilities_measures .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities_measures .rsssl-field-wrap>div>button,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-404_blocking .rsssl-field-wrap>.components-base-control,.rsssl-404_blocking .rsssl-field-wrap .rsssl-comment,.rsssl-404_blocking .rsssl-field-wrap .rsssl-progress-container,.rsssl-404_blocking .rsssl-field-wrap>div>button,.rsssl-404_blocking .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-404_blocking .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-404_blocking .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-user_agents .rsssl-field-wrap>.components-base-control,.rsssl-user_agents .rsssl-field-wrap .rsssl-comment,.rsssl-user_agents .rsssl-field-wrap .rsssl-progress-container,.rsssl-user_agents .rsssl-field-wrap>div>button,.rsssl-user_agents .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-user_agents .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-user_agents .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_logs .rsssl-field-wrap>.components-base-control,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_logs .rsssl-field-wrap>div>button,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-permissions_policy .rsssl-field-wrap>.components-base-control,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-comment,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-progress-container,.rsssl-permissions_policy .rsssl-field-wrap>div>button,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-two_fa_users .rsssl-field-wrap>.components-base-control,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-comment,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-progress-container,.rsssl-two_fa_users .rsssl-field-wrap>div>button,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap>div>button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-content_security_policy_source_directives .rsssl-field-wrap>.components-base-control,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-comment,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-progress-container,.rsssl-content_security_policy_source_directives .rsssl-field-wrap>div>button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_white_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_white_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_block_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_block_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-vulnerabilities_overview .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities_overview .rsssl-field-wrap>div>button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_country .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_country .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_users .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_users .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_event_log_viewer .rsssl-field-wrap>.components-base-control,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_event_log_viewer .rsssl-field-wrap>div>button,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_logs_content .rsssl-field-wrap>.components-base-control,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_logs_content .rsssl-field-wrap>div>button,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-mixed-content-scan .rsssl-field-wrap>.components-base-control,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-comment,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-progress-container,.rsssl-mixed-content-scan .rsssl-field-wrap>div>button,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-content_security_policy .rsssl-field-wrap>.components-base-control,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-comment,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-progress-container,.rsssl-content_security_policy .rsssl-field-wrap>div>button,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-hardening-xml .rsssl-field-wrap>.components-base-control,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-comment,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-progress-container,.rsssl-hardening-xml .rsssl-field-wrap>div>button,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-current-scan-action{margin-left:var(--rsp-spacing-l);margin-right:var(--rsp-spacing-l)}.rsssl-vulnerabilities_measures .rdt_TableCell:first-child,.rsssl-vulnerabilities_measures .rdt_TableCol:first-child,.rsssl-404_blocking .rdt_TableCell:first-child,.rsssl-404_blocking .rdt_TableCol:first-child,.rsssl-user_agents .rdt_TableCell:first-child,.rsssl-user_agents .rdt_TableCol:first-child,.rsssl-firewall_logs .rdt_TableCell:first-child,.rsssl-firewall_logs .rdt_TableCol:first-child,.rsssl-permissions_policy .rdt_TableCell:first-child,.rsssl-permissions_policy .rdt_TableCol:first-child,.rsssl-two_fa_users .rdt_TableCell:first-child,.rsssl-two_fa_users .rdt_TableCol:first-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCol:first-child,.rsssl-content_security_policy_source_directives .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rdt_TableCol:first-child,.rsssl-firewall_white_list_listing .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rdt_TableCol:first-child,.rsssl-firewall_block_list_listing .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rdt_TableCol:first-child,.rsssl-firewall_list_listing .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rdt_TableCol:first-child,.rsssl-vulnerabilities_overview .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rdt_TableCol:first-child,.rsssl-limit_login_attempts_country .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rdt_TableCol:first-child,.rsssl-limit_login_attempts_users .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rdt_TableCol:first-child,.rsssl-firewall_event_log_viewer .rdt_TableCell:first-child,.rsssl-firewall_event_log_viewer .rdt_TableCol:first-child,.rsssl-firewall_logs_content .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rdt_TableCol:first-child,.rsssl-limit_login_attempts_event_log .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rdt_TableCol:first-child,.rsssl-mixed-content-scan .rdt_TableCell:first-child,.rsssl-mixed-content-scan .rdt_TableCol:first-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCol:first-child,.rsssl-content_security_policy .rdt_TableCell:first-child,.rsssl-content_security_policy .rdt_TableCol:first-child,.rsssl-hardening-xml .rdt_TableCell:first-child,.rsssl-hardening-xml .rdt_TableCol:first-child{padding-left:var(--rsp-spacing-l);padding-right:var(--rsp-spacing-l)}.rsssl-vulnerabilities_measures .rdt_TableCell:last-child,.rsssl-vulnerabilities_measures .rdt_TableCol:last-child,.rsssl-404_blocking .rdt_TableCell:last-child,.rsssl-404_blocking .rdt_TableCol:last-child,.rsssl-user_agents .rdt_TableCell:last-child,.rsssl-user_agents .rdt_TableCol:last-child,.rsssl-firewall_logs .rdt_TableCell:last-child,.rsssl-firewall_logs .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableCell:last-child,.rsssl-permissions_policy .rdt_TableCol:last-child,.rsssl-two_fa_users .rdt_TableCell:last-child,.rsssl-two_fa_users .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rdt_TableCol:last-child,.rsssl-firewall_event_log_viewer .rdt_TableCell:last-child,.rsssl-firewall_event_log_viewer .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rdt_TableCol:last-child,.rsssl-mixed-content-scan .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCol:last-child,.rsssl-content_security_policy .rdt_TableCell:last-child,.rsssl-content_security_policy .rdt_TableCol:last-child,.rsssl-hardening-xml .rdt_TableCell:last-child,.rsssl-hardening-xml .rdt_TableCol:last-child{padding-right:var(--rsp-spacing-l)}.rsssl-content_security_policy .rdt_TableCell,.rsssl-content_security_policy .rdt_TableCol,.rsssl-permissions_policy .rdt_TableCell,.rsssl-permissions_policy .rdt_TableCol,.rsssl-firewall_list_listing .rdt_TableCell,.rsssl-firewall_list_listing .rdt_TableCol,.rsssl-user_agents .rdt_TableCell,.rsssl-user_agents .rdt_TableCol,.rsssl-404_blocking .rdt_TableCell,.rsssl-404_blocking .rdt_TableCol,.rsssl-firewall_white_list_listing .rdt_TableCell,.rsssl-firewall_white_list_listing .rdt_TableCol,.rsssl-firewall_block_list_listing .rdt_TableCell,.rsssl-firewall_block_list_listing .rdt_TableCol,.rsssl-hardening-xml .rdt_TableCell,.rsssl-hardening-xml .rdt_TableCol,.rsssl-vulnerabilities_overview .rdt_TableCell,.rsssl-vulnerabilities_overview .rdt_TableCol,.rsssl-content_security_policy_source_directives .rdt_TableCell,.rsssl-content_security_policy_source_directives .rdt_TableCol,.rsssl-vulnerabilities-measures-overview .rdt_TableCell,.rsssl-vulnerabilities-measures-overview .rdt_TableCol,.rsssl-limit_login_attempts_ip_address .rdt_TableCell,.rsssl-limit_login_attempts_ip_address .rdt_TableCol,.rsssl-limit_login_attempts_users .rdt_TableCell,.rsssl-limit_login_attempts_users .rdt_TableCol,.rsssl-limit_login_attempts_country .rdt_TableCell,.rsssl-limit_login_attempts_country .rdt_TableCol,.rsssl-two_fa_users .rdt_TableCell,.rsssl-two_fa_users .rdt_TableCol,.rsssl-firewall_logs .rdt_TableCell,.rsssl-firewall_logs .rdt_TableCol,.rsssl-firewall_logs_content .rdt_TableCell,.rsssl-firewall_logs_content .rdt_TableCol,.rsssl-limit_login_attempts_event_log .rdt_TableCell,.rsssl-limit_login_attempts_event_log .rdt_TableCol{min-width:initial}.rsssl-content_security_policy .rdt_Pagination,.rsssl-permissions_policy .rdt_Pagination,.rsssl-firewall_list_listing .rdt_Pagination,.rsssl-user_agents .rdt_Pagination,.rsssl-404_blocking .rdt_Pagination,.rsssl-firewall_white_list_listing .rdt_Pagination,.rsssl-firewall_block_list_listing .rdt_Pagination,.rsssl-hardening-xml .rdt_Pagination,.rsssl-vulnerabilities_overview .rdt_Pagination,.rsssl-content_security_policy_source_directives .rdt_Pagination,.rsssl-vulnerabilities-measures-overview .rdt_Pagination,.rsssl-limit_login_attempts_ip_address .rdt_Pagination,.rsssl-limit_login_attempts_users .rdt_Pagination,.rsssl-limit_login_attempts_country .rdt_Pagination,.rsssl-two_fa_users .rdt_Pagination,.rsssl-firewall_logs .rdt_Pagination,.rsssl-firewall_logs_content .rdt_Pagination,.rsssl-limit_login_attempts_event_log .rdt_Pagination{margin-top:0;padding:0 25px}.rsssl-content_security_policy .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-permissions_policy .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-user_agents .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-404_blocking .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_white_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_block_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-hardening-xml .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-vulnerabilities_overview .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-content_security_policy_source_directives .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-vulnerabilities-measures-overview .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_ip_address .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_users .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_country .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-two_fa_users .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_logs .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_logs_content .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_event_log .rdt_tableCell:has(div>.rsssl-action-buttons){position:relative}.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap{padding:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:1}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_Pagination,.rsssl-permissions_policy .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-user_agents .rsssl-field-wrap .rdt_Pagination,.rsssl-404_blocking .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-hardening-xml .rsssl-field-wrap .rdt_Pagination,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_Pagination,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_Pagination,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_Pagination,.rsssl-two_fa_users .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_logs .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_Pagination{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child{flex-grow:1}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child{padding:0;flex-direction:row}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child{padding:0 25px;flex-direction:row}.rsssl-content_security_policy .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-user_agents .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-404_blocking .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-learning-mode-delete{float:right}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div{width:100%}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div a{margin-left:10px}.rsssl-limit_login_attempts_event_log .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rdt_TableHeadRow .rdt_TableCol:last-child{justify-content:flex-start}.rsssl-vulnerabilities-measures-overview .allowRowEvents .wp-core-ui select{max-width:100%}.rsssl-vulnerabilities-measures-overview div:first-child{white-space:initial !important}.rsssl-vulnerabilities-measures-overview .rdt_TableCell:nth-child(2) select{max-width:100%}.rsssl-content_security_policy .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableCol:last-child{flex-grow:1;text-align:right}.rsssl-content_security_policy .rdt_TableCol:last-child div,.rsssl-permissions_policy .rdt_TableCol:last-child div{width:100%;display:flex;justify-content:flex-start}.rsssl-content_security_policy .rdt_TableCell:last-child,.rsssl-permissions_policy .rdt_TableCell:last-child{flex-grow:1;text-align:right}.rsssl-content_security_policy .rdt_TableCell:last-child div,.rsssl-permissions_policy .rdt_TableCell:last-child div{width:100%;display:flex;justify-content:flex-end}.rsssl-content_security_policy .rdt_TableCell:last-child div button,.rsssl-permissions_policy .rdt_TableCell:last-child div button{margin-right:0 !important}.rsssl-vulnerabilities-measures-overview .rdt_TableRow .rdt_TableCell:last-child{overflow:hidden;text-overflow:ellipsis;width:200px}.rsssl-content_security_policy_source_directives:has(.rsssl-shield-overlay){min-height:250px}.rsssl .rsssl-new-features-block .rsssl-grid-item-content{display:flex;flex-direction:column;justify-content:space-between}.rsssl .rsssl-new-features{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--rsp-spacing-xs)}@media only screen and (max-width:1599px) and (min-width:1280px){.rsssl .rsssl-new-features{gap:var(--rsp-spacing-xxs)}}.rsssl .rsssl-new-feature{width:100%;color:var(--rsp-text-color-light);display:flex;align-items:flex-start;min-width:0;gap:var(--rsp-spacing-xs);text-decoration:none}.rsssl .rsssl-new-feature .rsssl-icon{margin-top:2px}.rsssl .rsssl-new-feature .rsssl-new-feature-desc p{font-size:var(--rsp-fs-300)}a.rsssl-skip-link{display:flex;justify-content:center;margin:15px 0 20px}.rsssl-two_fa_users div[data-column-id="5"].rdt_TableCol{display:none}.rsssl-two_fa_users .rdt_TableRow .rdt_TableCell:last-child{flex:1;display:flex;justify-content:flex-end}.rsssl-two_fa_users .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:1;display:flex;justify-content:flex-end}.rsssl-two_fa_general .MuiPopper-root,.rsssl-two_fa_general .MuiPaper-root,.rsssl-two_fa_email .MuiPopper-root,.rsssl-two_fa_email .MuiPaper-root,.rsssl-two_fa_totp .MuiPopper-root,.rsssl-two_fa_totp .MuiPaper-root,.rsssl-two_fa_users .MuiPopper-root,.rsssl-two_fa_users .MuiPaper-root{max-height:30px;z-index:15}.rsssl-two_fa_general .MuiPopper-root div,.rsssl-two_fa_general .MuiPaper-root div,.rsssl-two_fa_email .MuiPopper-root div,.rsssl-two_fa_email .MuiPaper-root div,.rsssl-two_fa_totp .MuiPopper-root div,.rsssl-two_fa_totp .MuiPaper-root div,.rsssl-two_fa_users .MuiPopper-root div,.rsssl-two_fa_users .MuiPaper-root div{font-family:inherit !important}.rsssl-two_fa_general .MuiPopper-root ul,.rsssl-two_fa_general .MuiPaper-root ul,.rsssl-two_fa_email .MuiPopper-root ul,.rsssl-two_fa_email .MuiPaper-root ul,.rsssl-two_fa_totp .MuiPopper-root ul,.rsssl-two_fa_totp .MuiPaper-root ul,.rsssl-two_fa_users .MuiPopper-root ul,.rsssl-two_fa_users .MuiPaper-root ul{max-height:initial}.rsssl-add-button__inner .button{display:flex;align-items:center}.rsssl-add-button__inner .button .icon{margin-left:8px}.rsssl-modal .rsssl-intro-logo{width:7em;position:absolute;right:1.6em;height:auto;bottom:.15em;margin:0;padding:0}@media(max-width:768px){.rsssl-modal .rsssl-intro-logo{display:none}}.rsssl-modal .rsssl-ssl-intro-container .rsssl-details{display:flex;padding:var(--rsp-spacing-xs) var(--rsp-spacing-m);gap:var(--rsp-spacing-xs)}.rsssl-modal .rsssl-ssl-intro-container .rsssl-details .rsssl-icon{min-width:25px}.rsssl-modal .rsssl-modal-footer{padding:var(--rsp-spacing-m) var(--rsp-spacing-m)}.rsssl-modal .icon-spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.rsssl .rsssl-locked{position:relative;z-index:0}.rsssl .rsssl-locked.rsssl-locked-premium .rsssl-locked-overlay{bottom:var(--rsp-spacing-s);flex-direction:column;z-index:0}.rsssl .rsssl-locked .rsssl-locked-overlay{display:flex;bottom:0;text-align:left;margin-bottom:20px;padding:0;z-index:0}.rsssl .rsssl-locked .rsssl-locked-overlay.rsssl-premium{bottom:0;flex-direction:column}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-header{width:100%;flex-direction:row}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-header .rsssl-locked-header-title{font-weight:600;color:var(--rsp-blue)}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-content{flex-direction:row;width:100%}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer{display:flex;align-items:center;justify-content:flex-start;width:100%}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer a{position:relative;float:left !important}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer::after{content:"";display:table;clear:both}.rsssl .rsssl-disabled .rsssl-field-wrap .rsssl-locked{background:transparent}.rsssl div[class^=rsssl-wizard-] .rsssl-hardening-xml .rsssl-locked .rsssl-shield-overlay{align-items:center;display:flex;justify-content:center}.rsssl-accordeon{border:1px solid #ccc;border-radius:5px;overflow:hidden;transition:all .3s ease}.rsssl-accordeon__header{display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;padding:10px;cursor:pointer}.rsssl-accordeon__header__inner{display:flex;align-items:center}.rsssl-accordeon__header__icon{width:20px;height:20px;margin-right:10px}.rsssl-accordeon__header__title{font-size:16px;font-weight:bold}.rsssl-accordeon__header__button__inner{background:0;border:0;cursor:pointer;font-size:18px}.rsssl-accordeon__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.rsssl-accordeon--open .rsssl-accordeon__content{max-height:300px}.rsssl-accordeon__content__inner{padding:15px;background-color:#fff}.rsssl div[class^=rsssl-wizard-] .rsssl-tooltip-icon .react-tooltip{max-width:300px;white-space:pre-wrap}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap label{display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap label .cmplz-label-text{margin-right:10px}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap .rsssl-icon{cursor:pointer}.rsssl .rsssl-skeleton:empty{margin:auto;margin-bottom:25px;width:100%;height:235px;background-image:linear-gradient(100deg,rgba(255,255,255,0),rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.5) 15%),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0);background-repeat:repeat-y;background-size:50px 200px,100% 117px,100% 117px,100% 117px,100% 117px;background-position:0 0,1px 1px,1px 40px,1px 79px,1px 118px;background-color:#d6d8db;border-right:1px solid #d6d8db;animation:shine 2.5s infinite}@keyframes shine{to{background-position:100% 0,1px 1px,1px 40px,1px 79px,1px 118px}}.rsssl .rsssl-loader{margin:0;width:50px;height:15px;text-align:center;font-size:10px}.rsssl .rsssl-loader>div{margin:1px;background-color:#333;height:100%;width:3px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.rsssl .rsssl-loader.rsssl-loader-white>div{background-color:#fff}.rsssl .rsssl-loader .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.rsssl .rsssl-loader .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.rsssl .rsssl-loader .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.rsssl .rsssl-loader .rect5{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.rsssl .button-primary .rsssl-loader div{background-color:#fff}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.4);-webkit-transform:scaleY(0.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.rsssl{--rsp-brand-primary:var(--rsp-yellow);--rsp-brand-secondary:var(--rsp-blue);--rsp-brand-primary-faded:var(--rsp-yellow-faded)}
  • really-simple-ssl/trunk/assets/css/admin/modules/datatables.scss

    r3198701 r3209008  
    424424  }
    425425}
     426
     427//For the shields
     428 .rsssl-content_security_policy_source_directives:has(.rsssl-shield-overlay) {
     429   min-height: 250px;
     430 }
  • really-simple-ssl/trunk/assets/css/admin/modules/two-fa.scss

    r3172795 r3209008  
    2121}
    2222
    23 .MuiPopper-root, .MuiPaper-root {
    24   max-height:30px;
    25   z-index: 15;
    26   div {
    27     font-family: inherit !important;
    28   }
    29   ul {
    30     max-height:initial;
     23.rsssl-two_fa_general,
     24.rsssl-two_fa_email,
     25.rsssl-two_fa_totp,
     26.rsssl-two_fa_users {
     27  .MuiPopper-root, .MuiPaper-root {
     28    max-height: 30px;
     29    z-index: 15;
     30
     31    div {
     32      font-family: inherit !important;
     33    }
     34
     35    ul {
     36      max-height: initial;
     37    }
    3138  }
    3239}
  • really-simple-ssl/trunk/assets/css/admin/modules/wizard.scss

    r3152546 r3209008  
    2929      border-radius: var(--rsp-border-radius);
    3030      .rsssl-shield-overlay {
    31         height:445px;
     31        position: absolute;
     32        top: 50%; /* Center vertically */
     33        left: 50%; /* Center horizontally */
     34        transform: translate(-50%, -50%); /* Offset for centering */
     35        display: flex;
    3236        align-items: center;
    3337        justify-content: center;
    34         display:flex;
     38        height: calc(100px + 2 * var(--rsp-spacing-s)); /* Adjust shield height dynamically */
     39        width: calc(200px + 2 * var(--rsp-spacing-s)); /* Ensure consistent width for a square shield */
     40        z-index: 19; /* Place it below the overlay */
    3541      }
     42
     43      .rsssl-locked:has(.rsssl-shield-overlay) {
     44        /* Apply dynamic styles when .rsssl-shield-overlay is present */
     45        min-height: calc(100px + 4 * var(--rsp-spacing-s)); /* Adjust to fit the shield and extra spacing */
     46        display: flex;
     47        align-items: center; /* Vertically center contents */
     48        justify-content: center; /* Horizontally center contents */
     49        position: relative; /* Context for absolutely positioned children */
     50        padding: var(--rsp-spacing-s); /* Add padding to avoid cutting off elements */
     51      }
     52
    3653      .rsssl-locked-overlay {
    37         z-index: 18;
     54        z-index: 20; /* Ensure this stays on top */
    3855        position: absolute;
    3956        display: flex;
  • really-simple-ssl/trunk/assets/css/admin/modules/wizard/mixed-content-scan.scss

    r2995925 r3209008  
    88    }
    99  }
    10   .rsssl-shield-overlay {
    11     height:250px;
    12     align-items: center;
    13     justify-content: center;
    14     display:flex;
    15   }
     10  //.rsssl-shield-overlay {
     11  //  height:250px;
     12  //  align-items: center;
     13  //  justify-content: center;
     14  //  display:flex;
     15  //}
    1616
    1717  .rsssl-field-wrap {
  • really-simple-ssl/trunk/assets/css/rtl/admin.min.css

    r3198701 r3209008  
    1 @charset "UTF-8";:root{--rsp-spacing-xxs:5px;--rsp-spacing-xs:10px;--rsp-spacing-s:15px;--rsp-spacing-m:20px;--rsp-spacing-l:25px;--rsp-spacing-xl:30px;--rsp-grid-margin:var(--rsp-spacing-s);--rsp-grid-gap:var(--rsp-spacing-m);--rsp-border-radius:12px;--rsp-border-radius-s:8px;--rsp-border-radius-xs:3px;--rsp-border:1px solid var(--rsp-border-color);--rsp-box-shadow:rgba(0,0,0,0.1) 0 4px 6px -1px,rgba(0,0,0,0.06) 0 2px 4px -1px;--rsp-box-shadow-dark:rgba(0,0,0,0.2) 0 4px 6px -1px,rgba(0,0,0,0.12) 1px 0 4px 1px;--rsp-border-color:#dfdfdf;--rsp-black:#333;--rsp-white:#fff;--rsp-yellow:#fbc43e;--rsp-blue:#009fff;--rsp-dark-yellow:#e6a800;--rsp-dark-blue:#1e73be;--rsp-green:#2e8a37;--rsp-red:#d7263d;--rsp-dark-red:#9b0212;--rsp-pink:#e35899;--rsp-wp-blue:#007cba;--rsp-yellow-faded:#fdf4df;--rsp-blue-faded:#ecf8fe;--rsp-dark-blue-faded:#ebf2f9;--rsp-green-faded:#ecf4ed;--rsp-red-faded:#fbebed;--rsp-pink-faded:#fceff5;--rsp-wp-blue-faded:#c6e0ef;--rsp-background-block-color:var(--rsp-white);--rsp-background-color:#f0f0f1;--rsp-input-background-color:#fff;--rsp-input-text-color:var(--rsp-text-color);--rsp-input-border-color:var(--rsp-grey-400);--rsp-text-color:rgba(26,26,26,0.9);--rsp-text-color-invert:rgba(255,255,255,0.9);--rsp-text-color-white:rgba(255,255,255,0.9);--rsp-text-color-light:rgba(69,69,82,0.9);--rsp-text-color-hover:var(--rsp-green);--rsp-grey-100:#fafafa;--rsp-grey-200:#f7f7f7;--rsp-grey-300:#ededed;--rsp-grey-400:#c6c6c6;--rsp-grey-500:#737373;--rsp-grey-600:#696969;--rsp-color-success:var(--rsp-green);--rsp-color-error:var(--rsp-red);--rsp-color-warning:var(--rsp-yellow);--rsp-color-open:var(--rsp-yellow);--rsp-color-disabled:var(--rsp-grey-300);--rsp-fs-100:.6875rem;--rsp-fs-200:.75rem;--rsp-fs-300:.8125rem;--rsp-fs-400:.875rem;--rsp-fs-500:1rem;--rsp-fs-600:1.125rem;--rsp-fs-700:1.25rem;--rsp-fs-800:1.5rem;--rsp-fs-850:2.8rem;--rsp-fs-900:3.5rem}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.rsssl{font-variant-numeric:tabular-nums;margin:0;margin-right:-20px;font-size:var(--rsp-fs-300);box-sizing:border-box;color:var(--rsp-text-color);font-weight:400;line-height:1.5}@media only screen and (max-width:768px){.rsssl{margin-right:-9px}}.rsssl *,.rsssl *:before,.rsssl *:after{box-sizing:inherit}.rsssl body,.rsssl h1,.rsssl h2,.rsssl h3,.rsssl h4,.rsssl h5,.rsssl h6,.rsssl p,.rsssl ol,.rsssl ul{margin:0;padding:0}.rsssl img{max-width:100%;height:auto}.rsssl h1,.rsssl h2,.rsssl h3,.rsssl h4,.rsssl h5,.rsssl h6{color:var(--rsp-text-color);line-height:1.5}.rsssl .rsssl-h0{font-size:var(--rsp-fs-900);font-weight:700;letter-spacing:.025rem}.rsssl h1,.rsssl .rsssl-h1{font-size:var(--rsp-fs-800);line-height:1.5;font-weight:500;letter-spacing:.025rem}.rsssl h2,.rsssl .rsssl-h2{font-size:var(--rsp-fs-700);font-weight:700;letter-spacing:.025rem}.rsssl h3,.rsssl .rsssl-h3{font-size:var(--rsp-fs-600);font-weight:600;letter-spacing:.0125rem}.rsssl h4,.rsssl .rsssl-h4{font-size:var(--rsp-fs-500);font-weight:600;letter-spacing:.0125rem}.rsssl h5,.rsssl .rsssl-h5{font-size:var(--rsp-fs-400);font-weight:400;letter-spacing:.1px}.rsssl h6,.rsssl .rsssl-h6{font-size:var(--rsp-fs-300);letter-spacing:.1px}.rsssl p{color:var(--rsp-text-color);font-weight:400;font-size:var(--rsp-fs-300);line-height:1.5}.rsssl .rsssl-small-text{font-size:var(--rsp-fs-200);line-height:1.5;color:var(--rsp-text-color-light)}.rsssl a{font-size:1em}.rsssl .rsssl-notice-hook-element{display:none !important}.rsssl .rsssl-divider{width:1px;height:1.3rem;background-color:#ccc}.error:not(.really-simple-plugins),.notice:not(.really-simple-plugins),.update-nag:not(.really-simple-plugins),.notice-info:not(.really-simple-plugins){display:none !important}.error.really-simple-plugins,.notice.really-simple-plugins,.update-nag.really-simple-plugins,.notice-info.really-simple-plugins{margin:var(--rsp-grid-gap)}.number_full input[type=number]{width:100% !important;position:relative}.rsssl .rsssl-header,.rsssl .rsssl-content-area{max-width:clamp(300px,100% - var(--rsp-grid-gap) * 2,1600px);margin:0 auto}@media(max-width:1599px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-m)}}@media(max-width:1440px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-s)}}@media(max-width:1366px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-xs)}}.rsssl .rsssl-header-container .rsssl-header{display:flex;flex-wrap:wrap;justify-content:space-between;height:70px;box-sizing:border-box;background-color:var(--rsp-background-block-color)}@media(max-width:1080px){.rsssl .rsssl-header-container .rsssl-header{height:100%}}@media(max-width:576px){.rsssl .rsssl-logo{display:none}}.rsssl .rsssl-header-left{display:flex;font-size:var(--rsp-fs-400)}@media(max-width:1080px){.rsssl .rsssl-header-left{justify-content:center;margin:var(--rsp-spacing-xs) 0;order:3;width:100%;background-color:var(--rsp-background-block-color)}}.rsssl .rsssl-header-left .rsssl-header-menu{margin:auto 15px}.rsssl .rsssl-header-left .rsssl-header-menu ul{display:flex}.rsssl .rsssl-header-left .rsssl-header-menu li{margin-bottom:0}.rsssl .rsssl-header-left .rsssl-header-menu a{padding:23px 15px;text-decoration:none;color:var(--rsp-text-color);height:100%;border-bottom:4px solid transparent;transition:border .3s ease-out;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media(max-width:1080px){.rsssl .rsssl-header-left .rsssl-header-menu a{padding:10px 15px}}.rsssl .rsssl-header-left .rsssl-header-menu a.active{border-bottom:4px solid var(--rsp-brand-primary)}.rsssl .rsssl-header-left .rsssl-header-menu a:hover{color:var(--rsp-brand-primary)}.rsssl .rsssl-header-right{display:flex;flex-wrap:wrap;align-items:center;margin-right:auto;gap:var(--rsp-spacing-s);min-height:52px}.rsssl .rsssl-header-right select{max-width:60ch}@media(max-width:576px){.rsssl .rsssl-header-right{display:none}}@media(max-width:768px){.rsssl .rsssl-header-right .button{display:none}}.rsssl .rsssl-content-area{margin-top:var(--rsp-grid-gap)}.rsssl .rsssl-header-container{background:var(--rsp-background-block-color)}.rsssl .rsssl-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:max-content;gap:var(--rsp-grid-gap);min-height:calc(100vh - 32px - 80px - 20px - var(--rsp-grid-gap))}.rsssl .rsssl-grid.rsssl-settings,.rsssl .rsssl-grid.rsssl-letsencrypt{grid-template-columns:minmax(235px,max-content) 2fr minmax(min-content,1fr)}@media only screen and (max-width:1080px){.rsssl .rsssl-grid.rsssl-settings,.rsssl .rsssl-grid.rsssl-letsencrypt{grid-template-columns:repeat(4,1fr)}.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-menu,.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-settings,.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-help,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-menu,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-settings,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-help{grid-column:1/-1}}@media only screen and (max-width:1280px){.rsssl .rsssl-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1080px){.rsssl .rsssl-grid{max-width:790px;width:calc(100% - var(--rsp-grid-gap) * 2)}}.rsssl .rsssl-grid-item{background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:column;flex-basis:100%;grid-column:span 1;grid-row:span 1}.rsssl .rsssl-grid-item.rsssl-disabled{min-height:320px}.rsssl .rsssl-grid-item.rsssl-two_fa_users .rsssl-grid-item-content .rsssl-field-wrap{margin-top:-50px}@media(max-width:1080px){.rsssl .rsssl-grid-item{grid-column:span 4}}.rsssl .rsssl-grid-item.no-background{background:100%;border:0;box-shadow:none}.rsssl .rsssl-grid-item.rsssl-column-2{grid-column:span 2}@media(max-width:1080px){.rsssl .rsssl-grid-item.rsssl-column-2{grid-column:span 4}}.rsssl .rsssl-grid-item.rsssl-row-2{grid-row:span 2;min-height:400px}.rsssl .rsssl-grid-item-header{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;min-height:calc(30px + var(--rsp-spacing-s) * 2);padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-header{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-header{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-header:empty{display:none}.rsssl .rsssl-grid-item-title{margin:4px 0 4px 0}.rsssl .rsssl-grid-item-controls{font-size:var(--rsp-fs-200);display:flex;gap:var(--rsp-spacing-s)}.rsssl .rsssl-grid-item-content{flex-grow:100;width:100%;box-sizing:border-box;padding-inline:var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-content{padding-inline:var(--rsp-spacing-m)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-content{padding-inline:var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-content:empty{display:none}.rsssl .rsssl-grid-item-footer{display:flex;flex-wrap:wrap;align-items:center;align-self:flex-end;justify-content:space-between;gap:var(--rsp-grid-margin);width:100%;min-height:calc(30px + var(--rsp-spacing-s) * 2);box-sizing:border-box;padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-footer .rsssl-legend{display:flex}.rsssl .rsssl-grid-item-footer .rsssl-legend span{padding-right:5px}.rsssl .rsssl-grid-item-footer:empty{display:none}.rsssl .rsssl-grid-item .rsssl-flex-push-right{margin-right:auto}.rsssl .rsssl-grid-item .rsssl-flex-push-left{margin-left:auto}.rsssl-header-container .rsssl-header{display:flex;justify-content:space-between;height:70px;box-sizing:border-box}.rsssl-header-container .rsssl-header img{margin:auto 0;height:26px}.rsssl-header-container .rsssl-header .rsssl-header-menu{display:flex;align-items:center;height:100%;padding:0 20px;box-sizing:border-box}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item{display:flex;align-items:center;height:100%;padding:0 20px;box-sizing:border-box}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item:first-child{margin-right:0}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item:last-child{margin-left:0}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item.rsssl-header-menu-item-active{background-color:#f5f5f5}.rsssl-header-container .rsssl-header .rsssl-header-actions{display:flex;align-items:center;margin-right:auto;gap:var(--rsp-spacing-s)}.rsssl-header-container .rsssl-header .rsssl-header-actions select{max-width:60ch}.rsssl-grid .border-to-border .rsssl-grid-item-content{padding:0}.rsssl-grid .border-to-border .rsssl-grid-item-content>*{padding-inline:var(--rsp-spacing-l);width:100%;display:flex;flex-wrap:wrap;align-items:center}.rsssl-grid .border-to-border.rsssl-ssllabs .rsssl-grid-item-content>*,.rsssl-grid .border-to-border.rsssl-wpvul .rsssl-grid-item-content>*{padding-right:0;padding-left:0}.rsssl .rsssl-wpvul .rsssl-icon{margin-top:5px}.rsssl .rsssl-ssl-labs-select,.rsssl .rsssl-hardening-select{background:var(--rsp-grey-200);padding-inline:var(--rsp-spacing-l);padding-block:var(--rsp-spacing-m);display:grid;width:100%;grid-template-columns:calc(50% - var(--rsp-spacing-s) / 2) calc(50% - var(--rsp-spacing-s) / 2);gap:var(--rsp-spacing-s);transition:background-color .3s ease-in-out}.rsssl .rsssl-ssl-labs-select.rsssl-error,.rsssl .rsssl-hardening-select.rsssl-error{background:var(--rsp-red-faded)}.rsssl .rsssl-ssl-labs-select.rsssl-warning,.rsssl .rsssl-hardening-select.rsssl-warning{background:var(--rsp-yellow-faded)}.rsssl .rsssl-ssl-labs-select.rsssl-success,.rsssl .rsssl-hardening-select.rsssl-success{background:var(--rsp-green-faded)}.rsssl .rsssl-ssl-labs-select-item,.rsssl .rsssl-hardening-select-item{border-radius:var(--rsp-border-radius-xs);display:flex;flex-direction:column;justify-content:center;text-align:center;padding-block:var(--rsp-spacing-s);justify-items:center;flex-wrap:wrap;background:var(--rsp-white);min-height:118px}.rsssl .rsssl-ssl-labs-select-item.active,.rsssl .rsssl-hardening-select-item.active{box-shadow:inset 0 0 3px 2px var(--rsp-green-faded);border:2px solid var(--rsp-green)}.rsssl .rsssl-ssl-labs-select-item h2,.rsssl .rsssl-hardening-select-item h2{margin-top:var(--rsp-spacing-xxs);font-weight:800}.rsssl .rsssl-ssl-labs-select-item h2.big-number,.rsssl .rsssl-hardening-select-item h2.big-number{font-size:var(--rsp-fs-850)}.rsssl .rsssl-ssl-labs-select-item span,.rsssl .rsssl-hardening-select-item span{display:flex;gap:3px;justify-content:center;font-size:var(--rsp-fs-100)}.rsssl .rsssl-ssl-labs-list,.rsssl .rsssl-hardening-list{width:100%}.rsssl .rsssl-ssl-labs-list-item,.rsssl .rsssl-hardening-list-item{width:100%;display:grid;justify-items:flex-start;grid-template-columns:auto 1fr auto;gap:var(--rsp-spacing-s);padding-block:var(--rsp-spacing-xs);padding-inline:var(--rsp-spacing-l)}.rsssl .rsssl-ssl-labs-list-item:nth-of-type(even),.rsssl .rsssl-hardening-list-item:nth-of-type(even){background:var(--rsp-grey-200)}.rsssl .rsssl-ssl-labs-list-item-text,.rsssl .rsssl-hardening-list-item-text{width:100%;margin-left:auto}.rsssl .rsssl-ssl-labs-list-item-number,.rsssl .rsssl-hardening-list-item-number{font-weight:600}.rsssl .rsssl-ssl-labs-list-item .rsssl-icon,.rsssl .rsssl-hardening-list-item .rsssl-icon{align-items:start;margin-top:2px}.rsssl .rsssl-ssl-labs-select-item{padding-inline:var(--rsp-spacing-s);gap:var(--rsp-spacing-xxs)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet{max-width:100%;overflow:hidden;text-overflow:ellipsis;height:18px;line-height:18px;padding-inline:var(--rsp-spacing-xxs);font-size:var(--rsp-fs-100);border-radius:var(--rsp-border-radius-xs);color:var(--rsp-text-color);text-align:right}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-hover{height:initial;line-height:initial}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-inactive{background-color:var(--rsp-grey-200);color:var(--rsp-color-disabled)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-processing{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-success{background-color:var(--rsp-color-success);color:var(--rsp-text-color-white)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-error{background-color:var(--rsp-brand-primary);color:var(--rsp-black)}.rsssl .rsssl-hardening-select-item .rsssl-badge{margin-top:var(--rsp-spacing-xxs)}.rsssl-gridblock-progress-container.rsssl-error .rsssl-gridblock-progress{background:var(--rsp-color-warning)}.rsssl-gridblock-progress-container.rsssl-inactive{height:4px;width:100%;display:flex;background:var(--rsp-grey-300)}.rsssl-gridblock-progress-container.rsssl-inactive .rsssl-gridblock-progress{transition:width 1s ease-in-out;background:var(--rsp-green)}.rsssl .rsssl-field-button button.button{display:flex}.rsssl a.button,.rsssl button.button,.rsssl input.button,.rsssl span.button{font-size:var(--rsp-fs-300);font-weight:400;transition:all .3s ease;min-height:10px}.rsssl a.button.button-secondary,.rsssl a.button.button-default,.rsssl button.button.button-secondary,.rsssl button.button.button-default,.rsssl input.button.button-secondary,.rsssl input.button.button-default,.rsssl span.button.button-secondary,.rsssl span.button.button-default{background:transparent}.rsssl a.button .rsssl-icon,.rsssl button.button .rsssl-icon,.rsssl input.button .rsssl-icon,.rsssl span.button .rsssl-icon{padding-top:7px;padding-right:7px}.rsssl a.button.button-black,.rsssl button.button.button-black,.rsssl input.button.button-black,.rsssl span.button.button-black{border:1px solid var(--rsp-black);background:var(--rsp-black);color:var(--rsp-text-color-white)}.rsssl a.button.button-tertiary,.rsssl a.button.button-red,.rsssl button.button.button-tertiary,.rsssl button.button.button-red,.rsssl input.button.button-tertiary,.rsssl input.button.button-red,.rsssl span.button.button-tertiary,.rsssl span.button.button-red{border:0 solid transparent;background:var(--rsp-red);color:var(--rsp-text-color-white)}.rsssl a.button.button-primary:hover,.rsssl a.button.button-primary:focus,.rsssl a.button.button-primary:active,.rsssl button.button.button-primary:hover,.rsssl button.button.button-primary:focus,.rsssl button.button.button-primary:active,.rsssl input.button.button-primary:hover,.rsssl input.button.button-primary:focus,.rsssl input.button.button-primary:active,.rsssl span.button.button-primary:hover,.rsssl span.button.button-primary:focus,.rsssl span.button.button-primary:active{box-shadow:none}.rsssl a.button.button-secondary:hover,.rsssl a.button.button-secondary:focus,.rsssl a.button.button-secondary:active,.rsssl button.button.button-secondary:hover,.rsssl button.button.button-secondary:focus,.rsssl button.button.button-secondary:active,.rsssl input.button.button-secondary:hover,.rsssl input.button.button-secondary:focus,.rsssl input.button.button-secondary:active,.rsssl span.button.button-secondary:hover,.rsssl span.button.button-secondary:focus,.rsssl span.button.button-secondary:active{box-shadow:none}.rsssl a.rsssl-button-small,.rsssl button.rsssl-button-small,.rsssl input.rsssl-button-small{font-size:var(--rsp-fs-100);font-weight:300;min-height:auto}.rsssl .rsssl-button-small+.rsssl-button-small{margin-right:10px}.rsssl .rsssl-shortcode{left:10000px;position:absolute;background-color:#fff;padding:0;white-space:nowrap}.rsssl .shortcode{cursor:pointer}.rsssl .rsssl-action-buttons{display:flex;justify-content:flex-end}.rsssl .rsssl-action-buttons__inner{display:flex;justify-content:flex-end}.rsssl .rsssl-action-buttons__inner{float:left}.rsssl .rsssl-action-buttons__button{margin-left:10px}.rsssl .rsssl-action-buttons__inner:last-child{margin-left:0}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer{margin-right:0;margin-left:0;padding-right:25px}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .button{display:block;margin-left:0;margin-right:0}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .components-toggle-control{margin-top:12px}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer label{display:flex;align-items:center;justify-content:center}.rsssl .rsssl-bullet{height:13px;width:13px;flex:0 0 13px;border-radius:50%;display:inline-block;background-color:var(--rsp-grey-300)}.rsssl .rsssl-bullet.rsp-yellow{background-color:var(--rsp-yellow)}.rsssl .rsssl-bullet.rsp-blue{background-color:var(--rsp-blue)}.rsssl .rsssl-bullet.rsp-pink{background-color:var(--rsp-pink)}.rsssl .rsssl-bullet.rsp-red,.rsssl .rsssl-bullet.rsssl-bullet-error{background-color:var(--rsp-red)}.rsssl .rsssl-bullet.rsp-green,.rsssl .rsssl-bullet.rsssl-bullet-success{background-color:var(--rsp-green)}.rsssl .rsssl-bullet.rsp-blue-yellow{background:var(--rsp-blue);background:linear-gradient(-77deg,#009fff 0,#009fff 30%,#f4bf3e 70%,#f4bf3e 100%);animation:gradient 2s ease infinite;background-size:200% 200%}.rsssl .rsssl-legend{display:flex;width:max-content;color:var(--rsp-text-color-light);align-items:center;min-width:0;gap:var(--rsp-spacing-xxs);text-decoration:none}.rsssl .rsssl-legend:first-of-type{margin-right:auto}.rsssl .rsssl-legend .rsssl-progress-footer-link a{color:inherit;text-decoration:none}.rsssl .rsssl-legend .rsssl-progress-footer-link a:hover{text-decoration:underline}@keyframes gradient{0%{background-position:100% 50%}50%{background-position:0% 50%}100%{background-position:100% 50%}}.rsssl-icon{display:flex;align-items:center;justify-content:center}.rsssl-icon>div{display:flex}.rsssl-icon svg{fill:currentColor}.rsssl-icon-loading svg{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}.rsssl-icon.rsssl-click-animation{animation:beat .4s ease-out}button.button .cmplz-icon.rsssl-icon-loading{padding-top:6px}button.button .cmplz-icon.rsssl-icon-loading>div{line-height:inherit}.rsssl .rsssl-badge{--badge-height:20px;height:var(--badge-height);line-height:var(--badge-height);padding-inline:8px;min-width:100px;text-align:center;border-radius:var(--rsp-border-radius-xs);color:var(--rsp-white);display:table;margin:auto auto;font-size:var(--rsp-fs-100)}.rsssl .rsssl-badge.rsp-dark{background-color:var(--rsp-black);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-low{background-color:var(--rsp-yellow-faded);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-medium{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-high{background-color:var(--rsp-red-faded);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-critical{background-color:var(--rsp-red);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-success{background-color:var(--rsp-color-success);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-default{background-color:var(--rsp-grey-200);color:black}.rsssl .rsssl-badge-large{--badge-height:28px;height:var(--badge-height);line-height:var(--badge-height);padding:0 10px;min-width:80px;text-align:center;border-radius:var(--rsp-border-radius-xs);color:var(--rsp-white);display:table;margin:auto auto;font-size:var(--rsp-fs-300);font-weight:400}.rsssl .rsssl-badge-large.rsp-dark{background-color:var(--rsp-black);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-risk-level-l{background-color:var(--rsp-yellow-faded);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-m{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-h{background-color:var(--rsp-red-faded);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-c{background-color:var(--rsp-red);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-success{background-color:var(--rsp-color-success);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-default{background-color:var(--rsp-grey-200);color:black}:root{--toastify-color-light:var(--rsp-white);--toastify-color-dark:var(--rsp-black);--toastify-color-info:var(--rsp-yellow);--toastify-color-success:var(--rsp-green);--toastify-color-warning:var(--rsp-orange);--toastify-color-error:var(--rsp-red);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--rsp-green);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:42px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:999999;--toastify-text-color-light:var(--rsp-text-color);--toastify-text-color-dark:var(--rsp-text-color-white);--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,var(--rsp-green),#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--rsp-green);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;right:1em}.Toastify__toast-container--top-center{top:calc(2em + 32px);right:50%;transform:translateX(50%)}.Toastify__toast-container--top-right{top:1em;left:1em}.Toastify__toast-container--bottom-left{bottom:1em;right:1em}.Toastify__toast-container--bottom-center{bottom:1em;right:50%;transform:translateX(50%)}.Toastify__toast-container--bottom-right{bottom:1em;left:1em}@media only screen and (max-width :480px){.Toastify__toast-container{width:100vw;padding:0;right:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:0;right:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--rsp-border-radius);border:1px solid #eee;box-shadow:0 1px 10px 0 rgba(0,0,0,0.1),0 2px 15px 0 rgba(0,0,0,0.05);box-shadow:var(--rsp-box-shadow);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:rtl;z-index:0}.Toastify__toast--rtl{direction:ltr}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width :480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--rsp-green)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:0;border:0;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;right:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:right}.Toastify__progress-bar--animated{animation:toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:0;right:initial;transform-origin:left}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-left-color:var(--toastify-spinner-color);animation:toastify__spin .65s linear infinite}@keyframes toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes toastify__bounceOutRight{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}@keyframes toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:toastify__bounceOutDown}@keyframes toastify__zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}}@keyframes toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:toastify__zoomIn}.Toastify__zoom-exit{animation-name:toastify__zoomOut}@keyframes toastify__flipIn{from{transform:perspective(400px) rotate3d(-1,0,0,-90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(-1,0,0,20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(-1,0,0,-10deg);opacity:1}80%{transform:perspective(400px) rotate3d(-1,0,0,5deg)}to{transform:perspective(400px)}}@keyframes toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(-1,0,0,20deg);opacity:1}to{transform:perspective(400px) rotate3d(-1,0,0,-90deg);opacity:0}}.Toastify__flip-enter{animation-name:toastify__flipIn}.Toastify__flip-exit{animation-name:toastify__flipOut}@keyframes toastify__slideInRight{from{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInLeft{from{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInUp{from{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInDown{from{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes toastify__slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes toastify__slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes toastify__slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:toastify__slideOutDown}@keyframes toastify__spin{from{transform:rotate(0)}to{transform:rotate(-360deg)}}.rsssl-modal.rsssl-onboarding{width:clamp(300px,100ch,100vw);padding-top:var(--rsp-spacing-m);line-height:2.2;min-height:295px}.rsssl-modal.rsssl-onboarding .rsssl-logo{height:26px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content{display:flex;min-height:295px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content .rsssl-onboarding-placeholder{flex-grow:1}.rsssl-modal.rsssl-onboarding .rsssl-modal-content-step{display:flex;flex-direction:column;width:100%}.rsssl-modal.rsssl-onboarding .rsssl-modal-content .rsssl-processing{opacity:.5}.rsssl-modal.rsssl-onboarding .rsssl-modal-content ul li .rsssl-icon{margin-top:7px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content ul li .components-button.is-link{padding:5px 0}.rsssl-grid-item.rsssl-progress .rsssl-grid-item-content{padding:0}.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress{overflow:hidden;height:20px;border-radius:5px;background-color:#f7f7f7}.rsssl-progress-block .rsssl-progress .rsssl-bar{height:100%;background-color:var(--rsp-color-success);transition:width 1s ease}.rsssl-progress-block .rsssl-progress .rsssl-bar.rsssl-orange{background-color:var(--rsp-color-warning)}.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:0;border-radius:5px}@media screen and (max-width:1280px){.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress-text{display:flex;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:var(--rsp-spacing-s);justify-content:flex-start;gap:var(--rsp-spacing-m)}@media screen and (max-width:1280px){.rsssl-progress-block .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-progress-block .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-percentage{font-size:var(--rsp-fs-800);font-weight:700}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span{font-weight:500;font-size:var(--rsp-fs-600)}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span a{margin-right:3px}@media only screen and (max-width:1366px) and (min-width:1280px){.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span{font-size:var(--rsp-fs-500)}}.rsssl-header-html{display:flex;color:var(--rsp-text-color-light)}.rsssl-header-html .rsssl-toggle-active{text-decoration:underline}.rsssl-task-switcher-container{display:flex;border-radius:var(--rsp-border-radius)}.rsssl-task-switcher-container .rsssl-task-switcher:first-of-type{border-left:1px solid var(--rsp-grey-400);padding-left:10px}.rsssl-task-switcher-container .rsssl-task-switcher:last-of-type{padding-right:10px}.rsssl-task-switcher{font-size:var(--rsp-fs-200);cursor:pointer;transition:.3s}.rsssl-task-switcher:hover{text-decoration:underline}.rsssl-active-filter-remaining .rsssl-remaining-tasks,.rsssl-active-filter-all .rsssl-all-tasks{text-decoration:underline}.rsssl-task-element{display:flex;align-items:flex-start;justify-content:center;gap:var(--rsp-spacing-m);padding-bottom:var(--rsp-spacing-s)}@media(max-width:1280px){.rsssl-task-element{gap:var(--rsp-spacing-xs)}}.rsssl-task-element .rsssl-task-message{flex:1;font-size:var(--rsp-fs-300)}.rsssl-task-element .rsssl-task-form{margin-top:var(--rsp-spacing-xxs);display:flex;gap:var(--rsp-spacing-xs)}.rsssl-task-element .rsssl-task-enable{cursor:pointer;line-height:1.5}.rsssl-task-element .rsssl-task-enable .rsssl-icon.rsssl-icon-loading{padding:3px}.rsssl-task-element .rsssl-task-dismiss:hover{transform:scale(1.1)}.rsssl-task-element .rsssl-task-dismiss button{all:initial;cursor:pointer;padding:4px}.rsssl-task-element .rsssl-task-dismiss svg{height:12px;width:12px}.rsssl-scroll-container{padding:var(--rsp-spacing-m) var(--rsp-spacing-l);height:230px;overflow-y:auto;padding-block:0;padding-top:var(--rsp-spacing-s);border-radius:0}@media screen and (max-width:1280px){.rsssl-scroll-container{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-scroll-container{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-scroll-container::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0);background-color:transparent}.rsssl-scroll-container::-webkit-scrollbar{width:8px;border-radius:10px;background-color:var(--rsp-grey-300)}.rsssl-scroll-container::-webkit-scrollbar-thumb{background-color:var(--rsp-grey-400);border-radius:10px}.rsssl-progress-status-container{margin-left:40px}.rsssl-task-status,.rsssl-locked-overlay .rsssl-progress-status{display:block;min-width:100px;text-align:center;border-radius:var(--rsp-border-radius-xs);padding:4px 8px;font-size:var(--rsp-fs-100);font-weight:600}@media(max-width:1280px){.rsssl-task-status,.rsssl-locked-overlay .rsssl-progress-status{min-width:80px}}.rsssl-task-status.rsssl-completed,.rsssl-locked-overlay .rsssl-completed.rsssl-progress-status,.rsssl-task-status.rsssl-success,.rsssl-locked-overlay .rsssl-success.rsssl-progress-status{background-color:var(--rsp-color-success);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-open,.rsssl-locked-overlay .rsssl-open.rsssl-progress-status{background-color:var(--rsp-color-open)}.rsssl-task-status.rsssl-warning,.rsssl-locked-overlay .rsssl-warning.rsssl-progress-status{background-color:var(--rsp-color-error);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-premium,.rsssl-locked-overlay .rsssl-premium.rsssl-progress-status{background-color:var(--rsp-blue);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-loading,.rsssl-locked-overlay .rsssl-loading.rsssl-progress-status{background-color:var(--rsp-grey-200)}@media(max-width:1080px){.rsssl-scroll-container .rsssl-task-status,.rsssl-scroll-container .rsssl-locked-overlay .rsssl-progress-status,.rsssl-locked-overlay .rsssl-scroll-container .rsssl-progress-status{aspect-ratio:1/1;min-width:10px;height:16px;border-radius:100%;text-indent:-9999px;white-space:nowrap}}.rsssl-plusone{min-width:15px;height:16px;font-size:var(--rsp-fs-100);line-height:1.5;display:inline-block;vertical-align:top;box-sizing:border-box;margin:1px 2px -1px 0;padding:0 5px;border-radius:9px;background-color:#d63638;color:#fff;text-align:center}@media only screen and (max-width:1366px){.rsssl-footer-left{display:none}}.rsssl-datatable-placeholder div{background-color:var(--rsp-grey-300);height:25px}.rsssl-datatable-placeholder div:nth-child(even){background-color:#fff}.rsssl-rest-error-message{margin:30px}.rsssl-rest-error-message ul{list-style:disc;margin:20px}.rsssl-placeholder{box-sizing:border-box;width:100%;text-align:right;margin:0;padding-bottom:24px;color:#1e1e1e;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;border-radius:2px}.rsssl-placeholder{flex-grow:100}.rsssl-placeholder .rsssl-placeholder-line{float:right;width:100%;height:16px;margin-top:12px;border-radius:7px;animation:shine-lines 1.6s infinite linear;background-image:linear-gradient(-90deg,#ddd 0,#e8e8e8 40px,#ddd 80px);background-size:600px}.rsssl-placeholder .rsssl-placeholder-line:last-of-type{margin-bottom:24px}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(1){width:65%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(2){width:77%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(3){width:86%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(4){width:79%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(5){width:75%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(6){width:79%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(7){width:80%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(8){width:76%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(9){width:87%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(10){width:64%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(11){width:79%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(12){width:81%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(13){width:85%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(14){width:88%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(15){width:80%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(16){width:94%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(17){width:81%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(18){width:70%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(19){width:75%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(20){width:84%}.rsssl-placeholder .rsssl-placeholder-line ~ .rsssl-placeholder-line{background-color:#ddd}.rsssl-dashboard-placeholder.rsssl-grid-item.rsssl-row-2{grid-row:span 1}.rsssl-settings-placeholder .rsssl-grid-item{min-height:400px}.rsssl-menu-placeholder{min-height:400px}@keyframes shine-lines{0%{background-position:-400px}100%{background-position:220px}}.rsssl .rsssl-other-plugins .rsssl-placeholder{background-color:transparent}.rsssl .rsssl-other-plugins .rsp-logo img{height:20px}.rsssl .rsssl-other-plugins-container{display:flex !important;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;font-size:var(--rsp-fs-300);line-height:1.7;gap:var(--rsp-spacing-xxs)}@media screen and (max-width:992px){.rsssl .rsssl-other-plugins-container{flex-direction:row;overflow:hidden}}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element{width:100%;display:flex;align-content:space-between;justify-content:space-between;gap:10px;--rsp-other-plugins-color:var(---rsp-brand-primary)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-zip-recipes{--rsp-other-plugins-color:var(--rsp-pink)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-burst-statistics{--rsp-other-plugins-color:var(--rsp-green)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-gdpr{--rsp-other-plugins-color:var(--rsp-blue)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-terms-conditions{--rsp-other-plugins-color:var(--rsp-black)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-really-simple-ssl{--rsp-other-plugins-color:var(--rsp-yellow)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a{width:max-content;color:var(--rsp-text-color-light);transition:color .3s ease;display:flex;align-items:center;min-width:0;gap:var(--rsp-spacing-xs);text-decoration:none}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover{color:var(--rsp-other-plugins-color);text-decoration:underline}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-bullet{background-color:var(--rsp-other-plugins-color)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-other-plugins-content{text-decoration:underline}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-bullet{transition:background-color .3s ease;background-color:var(--rsp-other-plugins-color)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugins-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugin-status{min-width:fit-content}.rsssl-tips_tricks .rsssl-grid-item-header .rsssl-grid-item-controls{height:28px}.rsssl-tips-tricks-container{display:flex !important;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;font-size:var(--rsp-fs-300);line-height:1.7;gap:var(--rsp-spacing-xxs)}@media screen and (max-width:992px){.rsssl-tips-tricks-container{flex-direction:row;overflow:hidden}}.rsssl-tips-tricks-container .rsssl-tips-tricks-element{width:calc(50% - var(--rsp-spacing-xxs))}@media(max-width:768px){.rsssl-tips-tricks-container .rsssl-tips-tricks-element{width:100%}}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a{color:var(--rsp-text-color-light);transition:color .3s ease;display:flex;align-items:center;gap:var(--rsp-spacing-xs);min-width:0;text-decoration:none}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover{color:var(--rsp-brand-primary);text-decoration:underline}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover svg path{fill:var(--rsp-brand-primary)}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover .rsssl-tips-tricks-content{text-decoration:underline}.rsssl-tips-tricks-container .rsssl-tips-tricks-element .rsssl-bullet{transition:background-color .3s ease;background-color:var(--rsp-grey-300)}.rsssl-tips-tricks-container .rsssl-tips-tricks-element .rsssl-tips-tricks-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsssl div[class^=rsssl-wizard-] .rsssl-helplink{color:var(--rsp-text-color)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item{position:relative;margin-bottom:var(--rsp-grid-gap)}@media(max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item{grid-column:span 4}}.rsssl div[class^=rsssl-wizard-].rsssl-column-2{grid-column:span 2}@media(max-width:1080px){.rsssl div[class^=rsssl-wizard-].rsssl-column-2{grid-column:span 4}}.rsssl div[class^=rsssl-wizard-] .rsssl-locked{position:absolute;z-index:20;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,0.8);border-radius:var(--rsp-border-radius)}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-shield-overlay{height:445px;align-items:center;justify-content:center;display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{z-index:18;position:absolute;display:flex;align-items:center;gap:var(--rsp-spacing-s);background-color:var(--rsp-white);margin:var(--rsp-spacing-s);border-radius:var(--rsp-border-radius-s);box-shadow:var(--rsp-box-shadow);bottom:0;width:calc(100% - 2 * var(--rsp-spacing-s));padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay .rsssl-open{float:right;margin-left:12px}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay .rsssl-progress-status{float:right;margin-left:20px}.rsssl div[class^=rsssl-wizard-]>div:nth-last-of-type(2){margin-bottom:0;border-radius:var(--rsp-border-radius) var(--rsp-border-radius) 0 0}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container{position:sticky;bottom:0;display:flex;flex-direction:column;z-index:20}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button{box-shadow:none !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button:focus,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button:active,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button:focus,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button:active{box-shadow:none !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-scroll-progress-container{display:flex;flex-direction:column;width:100%;height:3px;background-color:var(--rsp-grey-300);overflow:hidden}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-scroll-progress{height:100%;background-color:var(--rsp-blue)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{background:var(--rsp-grey-100);border-radius:0 0 var(--rsp-border-radius) var(--rsp-border-radius);border-top:1px solid var(--rsp-grey-300);box-sizing:border-box;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);box-shadow:var(--rsp-box-shadow);gap:var(--rsp-grid-margin);width:100%;min-height:20px;justify-content:space-around}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer>div:last-of-type{margin-right:auto}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-buttons{display:flex;justify-content:flex-end;align-items:center;gap:var(--rsp-spacing-s)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer .rsssl-legend{display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer .rsssl-legend span{padding-right:5px}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-upsell-bar .button{display:inline-block !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer:empty{display:none}.rsssl-wizard-help{display:flex;flex-wrap:wrap;align-content:flex-start;gap:var(--rsp-spacing-xs)}.rsssl-wizard-help details{font-size:var(--rsp-fs-200)}.rsssl-wizard-help details .rsssl-help-more-info{display:flex;flex-direction:row;margin-top:12px}.rsssl-wizard-help details summary{display:grid;grid-template-columns:1fr auto;justify-content:space-between;font-size:var(--rsp-fs-300);font-weight:600;cursor:pointer}.rsssl-wizard-help details summary::-webkit-details-marker{display:none}.rsssl-wizard-help details summary:first-of-type{list-style-type:none}.rsssl-wizard-help details summary .rsssl-icon{transition:all .3s ease-in-out;transform:rotate(0)}.rsssl-wizard-help code{white-space:pre-line;display:block}.rsssl-wizard-help summary,.rsssl-wizard-help p{font-size:var(--rsp-fs-200)}.rsssl-wizard-help details[open]{padding:var(--rsp-spacing-s) var(--rsp-spacing-m)}.rsssl-wizard-help details[open] summary{padding:0;padding-bottom:var(--rsp-spacing-xs)}.rsssl-wizard-help details[open] summary .rsssl-icon{transform:rotate(-180deg)}.rsssl-wizard-help .rsssl-help-header{width:100%;display:flex;padding:10px}.rsssl-wizard-help .rsssl-help-header .rsssl-help-title{font-size:18px}.rsssl-wizard-help .rsssl-help-header .rsssl-help-control{margin-right:auto;cursor:pointer}.rsssl-wizard-help>div{flex-grow:1;width:100%}.rsssl-wizard-help-notice{width:100%;background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);border-radius:var(--rsp-border-radius-s);height:fit-content;background-color:var(--rsp-dark-blue-faded)}.rsssl-wizard-help-notice.rsssl-warning{background-color:var(--rsp-red-faded)}.rsssl-wizard-help-notice.rsssl-open{background-color:var(--rsp-yellow-faded)}.rsssl-wizard-help-notice summary,.rsssl-wizard-help-notice p{padding:var(--rsp-spacing-s) var(--rsp-spacing-m)}.rsssl-wizard-menu{height:fit-content;background:none !important;box-shadow:none !important}.rsssl-wizard-menu .rsssl-grid-item-header{padding-right:var(--rsp-spacing-xs)}.rsssl-wizard-menu .rsssl-grid-item-content{padding:0;padding-bottom:var(--rsp-spacing-l)}.rsssl-wizard-menu-items>.rsssl-menu-item>a{font-weight:600 !important;padding-inline:var(--rsp-spacing-xs) !important}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-active{border-radius:var(--rsp-border-radius-s);background:var(--rsp-yellow-faded);box-shadow:var(--rsp-box-shadow)}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-active a:hover{text-decoration:none}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-menu-item a span{font-weight:600}.rsssl-wizard-menu-items .rsssl-menu-item a{display:flex;align-items:center;gap:var(--rsp-spacing-xs);text-decoration:none;color:var(--rsp-text-color);font-size:var(--rsp-fs-400);padding-block:var(--rsp-spacing-xs);transition:all .2s ease-in-out;padding-right:var(--rsp-spacing-xs)}.rsssl-wizard-menu-items .rsssl-menu-item a:hover{text-decoration:underline}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-active>a{font-weight:600}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-active a:focus{box-shadow:none !important}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured.rsssl-active .rsssl-menu-item-beta-pill{color:var(--rsp-dark-blue)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a .rsssl-menu-item-featured-pill{background:var(--rsp-green);color:var(--rsp-text-color-white);padding:4px 8px;border-radius:var(--rsp-border-radius-xs);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a .rsssl-menu-item-beta-pill{color:var(--rsp-dark-blue)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new .rsssl-menu-item-new-pill{background:var(--rsp-yellow);color:var(--rsp-text-color-dark);padding:4px 8px;border-radius:var(--rsp-border-radius-xs);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new.rsssl-active .rsssl-menu-item-new-pill{color:var(--rsp-text-color-dark)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-premium a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-premium a .rsssl-menu-item-featured-pill{background:var(--rsp-dark-blue);color:var(--rsp-text-color-white);padding:2px 9px;border-radius:var(--rsp-border-radius);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-submenu-item a{padding-right:calc(var(--rsp-spacing-xs) + var(--rsp-spacing-s)) !important;font-size:var(--rsp-fs-300)}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a{text-decoration:none;position:relative}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a span{color:initial}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a::before{content:"•";color:var(--rsp-dark-blue);font-size:3em;position:absolute;right:var(--rsp-spacing-xxs) !important;margin-bottom:7px}html{scroll-behavior:smooth}.rsssl div[class^=rsssl-wizard-] .components-flex{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.rsssl div[class^=rsssl-wizard-] .components-flex .components-flex-item label{margin:0}.rsssl div[class^=rsssl-wizard-] .components-flex .rsssl-tooltip{flex-grow:1}.rsssl div[class^=rsssl-wizard-] .components-flex .components-input-control__container{max-width:max-content}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-content label{font-size:var(--rsp-fs-300);font-weight:400;line-height:1.5;text-transform:unset;box-sizing:border-box;display:inherit;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rsssl div[class^=rsssl-wizard-] .components-base-control__field{margin-bottom:0}.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-base-control__field,.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-flex{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;width:100%}.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-base-control__field .components-form-toggle,.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-flex .components-form-toggle{margin-left:0}.rsssl div[class^=rsssl-wizard-] select option{font-size:var(--rsp-fs-300)}.rsssl div[class^=rsssl-wizard-] .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--rsp-dark-blue)}.rsssl div[class^=rsssl-wizard-] input.components-form-toggle__input[type=checkbox]:disabled{background:var(--rsp-grey-100);opacity:.7}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item .rsssl-grid-item-content{padding:var(--rsp-spacing-xs) 0}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap .rsssl-comment{font-style:italic}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-block:var(--rsp-spacing-s);padding-inline:var(--rsp-spacing-l);overflow:hidden}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-inline:var(--rsp-spacing-m)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-inline:var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap>.rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro>.rsssl-field-wrap{padding:0}.rsssl div[class^=rsssl-wizard-] .rsssl-field-button{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.rsssl .rsssl-highlight{background-color:transparent;border-right:4px solid var(--rsp-green);-o-animation:fadeIt 3s ease-in-out;animation:fadeIt 3s ease-in-out;scroll-margin-top:100px;scroll-padding-top:100px}.rsssl .rsssl-block-highlight{border:0;-o-animation:pulse 2s infinite;animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 var(--rsp-green)}70%{-webkit-box-shadow:0 0 0 10px var(--rsp-green-faded)}100%{-webkit-box-shadow:0 0 0 0 var(--rsp-green-faded)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 var(--rsp-green);box-shadow:0 0 0 0 var(--rsp-green)}70%{-moz-box-shadow:0 0 0 10px var(--rsp-green-faded);box-shadow:0 0 0 10px var(--rsp-green-faded)}100%{-moz-box-shadow:0 0 0 0 var(--rsp-green-faded);box-shadow:0 0 0 0 var(--rsp-green-faded)}}@-o-keyframes fadeIt{0%{background-color:transparent}30%{background-color:var(--rsp-green-faded)}100%{border-left:0;background-color:inherit}}@keyframes fadeIt{0%{background-color:transparent;border-left:0}30%{background-color:var(--rsp-green-faded)}100%{background-color:inherit}}.rsssl-email-verified{position:absolute;bottom:23px;left:35px}.rsssl-ip-verified{position:absolute;bottom:8px;left:6px}.rsssl-license .rsssl-task-element{padding-top:var(--rsp-spacing-s);padding-bottom:0}.rsssl-license .rsssl-license-field{display:flex}.input-container{position:relative;display:inline-block;width:100%}input.rsssl-input.full{width:100%;padding-left:40px}input.rsssl-input.rsssl-error{border:2px solid var(--rsp-red);outline:0}input.rsssl-input.rsssl-error:focus{border-color:var(--rsp-red) !important}input.rsssl-input.rsssl-success{border:2px solid var(--rsp-green);outline:0}input.rsssl-input.rsssl-success:focus{border-color:var(--rsp-green) !important}.wp-core-ui select{flex-grow:1 !important;max-width:33%}.icon-button{position:absolute;left:10px;top:50%;transform:translateY(-50%);border:0;background:100%;cursor:pointer}.rsssl-group-filter{min-width:25%;max-width:100% !important}.rsssl .components-snackbar-list.edit-site-notices{width:max-content;position:fixed;bottom:var(--rsp-spacing-m);left:var(--rsp-spacing-l)}.rsssl .components-snackbar-list.edit-site-notices>div{margin-right:auto}.rsssl .components-snackbar-list.edit-site-notices .components-snackbar{background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);color:var(--rsp-color-success);background-color:#fff;font-weight:700;font-size:14px}.rsssl-mixed-content-scan .rsssl-mixed-content-placeholder{height:250px}.rsssl-mixed-content-scan .rsssl-mixed-content-placeholder div{background-color:var(--rsp-grey-200);margin:10px 0;height:20px}.rsssl-mixed-content-scan .rsssl-shield-overlay{height:250px;align-items:center;justify-content:center;display:flex}.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell[data-column-id="2"]{display:grid}.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell{min-width:110px}.rsssl-mixed-content-scan .rsssl-progress-container .rsssl-progress-bar{border-radius:5px;height:20px;background-color:var(--rsp-green)}.rsssl-mixed-content-scan .rsssl-task-status,.rsssl-mixed-content-scan .rsssl-locked-overlay .rsssl-progress-status,.rsssl-locked-overlay .rsssl-mixed-content-scan .rsssl-progress-status{min-width:min-content}.rsssl-mixed-content-scan .rsssl-task-status.rsssl-warning,.rsssl-mixed-content-scan .rsssl-locked-overlay .rsssl-warning.rsssl-progress-status,.rsssl-locked-overlay .rsssl-mixed-content-scan .rsssl-warning.rsssl-progress-status{background-color:var(--rsp-yellow);color:var(--rsp-text-color)}.rsssl-mixed-content-scan button.button{line-height:1.5;min-height:10px}.rsssl-mixed-content-scan .rsssl-grid-item-content-footer{display:flex;gap:var(--rsp-spacing-s)}.rsssl-mixed-content-scan .rsssl-current-scan-action,.rsssl-mixed-content-scan .rsssl-mixed-content-description{margin:10px 5px;font-size:var(--rsp-fs-300)}.rsssl-learningmode-placeholder{height:150px}.rsssl-learningmode-placeholder div{background-color:var(--rsp-grey-200);margin:10px 0;height:20px}.rsssl-learning-mode-delete{cursor:pointer;background:100%;border:0;font-size:1.5em;font-weight:700}.rsssl-locked-overlay .rsssl-open{float:right;margin-left:12px}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-completed,.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-enforced{background-color:var(--rsp-color-success);color:#fff}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode{background-color:var(--rsp-color-open)}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-error{background-color:var(--rsp-color-error);color:#fff}.rsssl-locked-overlay .rsssl-progress-status.rsssl-disabled,.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-disabled{background-color:var(--rsp-color-disabled)}.rsssl-learning-mode-footer{display:flex;align-items:center;justify-content:flex-start;gap:var(--rsp-spacing-s)}.rsssl-learning-mode-footer select{margin-right:auto}.rsssl-learning-mode-footer label{display:flex;align-items:center}.rsssl-learning-mode-footer label input{margin-top:0}.rsssl-lets-encrypt-tests{margin:var(--rsp-spacing-xs) var(--rsp-spacing-xl)}.rsssl-lets-encrypt-tests .rsssl-features ul{display:flex;list-style-type:none;padding:0;margin:0}.rsssl-lets-encrypt-tests .rsssl-features ul .rsssl-checkbox-items{display:flex;flex-direction:column;align-items:flex-start;margin-left:var(--rsp-spacing-l)}.rsssl-lets-encrypt-tests .rsssl-progress-bar{padding-block:0;margin-bottom:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress{overflow:hidden;height:var(--rsp-spacing-m);border-radius:5px;background-color:var(--rsp-grey-200)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress .rsssl-bar{height:100%;background-color:var(--rsp-color-success)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress .rsssl-bar.rsssl-orange{background-color:var(--rsp-color-warning)}.rsssl-lets-encrypt-tests p{margin-bottom:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-progress-text{display:flex;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:0;padding-top:var(--rsp-spacing-xs)}@media screen and (max-width:1280px){.rsssl-lets-encrypt-tests .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-lets-encrypt-tests .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-percentage{font-size:32px;font-weight:700}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-text-span{margin-right:35px;font-size:18px;font-weight:600}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-text-span a{margin-right:3px}.rsssl-lets-encrypt-tests ul li{display:flex;margin-bottom:15px}.rsssl-lets-encrypt-tests ul li .rsssl-icon{margin-left:7px}.rsssl-lets-encrypt-tests ul li ul li:before{background-color:var(--rsp-grey-500);color:#fff;height:6px;width:6px;border-radius:50%;content:"";position:absolute;margin-top:7px;margin-right:-19px}.rsssl-lets-encrypt-tests .rsssl-test-results ul li{display:block}.rsssl-lets-encrypt-tests .rsssl-test-results h4{margin:var(--rsp-spacing-m) 0}.rsssl-lets-encrypt-tests .rsssl-test-results a+button{margin-right:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-certificate-data{display:none}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div{display:flex;flex-direction:row;margin-left:20px}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div .rsssl-dns-domain,.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div .rsssl-dns-field{margin-left:var(--rsp-spacing-m);width:50%}.rsssl-lets-encrypt-tests .rsssl-modal-subtitle{display:none}.rsssl-lets-encrypt-tests .components-toggle-control{margin:20px 0}.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rdt_TableCell,.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rdt_TableCol{min-width:fit-content}.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rsssl-locked .rsssl-shield-overlay{top:calc(100% - 300px)}.rsssl-vulnerability-action a.button{margin-right:10px}.rsssl-processing{opacity:.5}.rsssl-vulnerabilities_measures-overview .allowRowEvents .wp-core-ui select{max-width:100%}.rsssl-vulnerabilities_measures-overview .rdt_TableCell:nth-child(2) select{max-width:100%}.rsssl-vulnerabilities_measures .rsssl-locked-overlay input[type=checkbox]{margin-top:0}.rsssl-404_blocking .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-user_agents .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-content_security_policy_source_directives .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_block_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-two_fa_users .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-vulnerabilities_overview .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-permissions_policy .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_white_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_logs_content .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_country .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_users .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-mixed-content-scan .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-content_security_policy .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-hardening-xml .rsssl-field-wrap nav.rdt_Pagination>div>svg{display:none !important}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar{float:left;padding:0}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__inner{display:flex;align-items:center;border-radius:3px;transition:background-color .3s ease}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__inner:focus-within{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__input{width:150px;transition:width .3s ease}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__input:focus{width:200px}.rsssl-404_blocking .rsssl-field-wrap .rsssl-container,.rsssl-user_agents .rsssl-field-wrap .rsssl-container,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-container,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-container,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-container,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-container,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-container,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-container,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-container,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-container,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-container{padding:2em;display:flex;align-items:center;justify-content:space-between}.rsssl-404_blocking .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-user_agents .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-multiselect-datatable-form{display:flex;align-items:center;Justify-content:space-between;width:100%;padding:1em 2em;background:var(--rsp-blue-faded)}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child{min-width:20px;float:left}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span{min-width:20px;float:left}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol_Sortable{flex-direction:row}.rsssl-404_blocking .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-user_agents .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-content_security_policy_source_directives .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_block_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-two_fa_users .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-vulnerabilities_overview .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-permissions_policy .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_white_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_logs_content .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_country .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_users .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-mixed-content-scan .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-content_security_policy .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-hardening-xml .rsssl-field-wrap #cell-2-force_update>div>select{max-width:100%}.rsssl-404_blocking .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-user_agents .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-content_security_policy_source_directives .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_block_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-two_fa_users .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-vulnerabilities_overview .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-permissions_policy .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_white_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_logs_content .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_country .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_users .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-mixed-content-scan .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-content_security_policy .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-hardening-xml .rsssl-field-wrap #cell-2-quarantine>div>select{max-width:100%}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:first-child{min-width:initial}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:0;flex-direction:row-reverse;min-width:initial}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow{padding:var(--rsp-spacing-xs) 0}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow:nth-child(odd){background-color:var(--rsp-grey-200)}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child{flex-grow:0}.rsssl-404_blocking .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-user_agents .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-two_fa_users .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-permissions_policy .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-content_security_policy .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-hardening-xml .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3){opacity:.3}.rsssl-content_security_policy .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:0;min-width:initial;justify-content:flex-end}.rdt_TableRow .rdt_TableCell:last-child{flex-grow:0;min-width:initial}.rsssl-csp-revoked>div:nth-child(-n+3){opacity:.3}.rsssl-content_security_policy .rsssl-field-wrap>div>div,.rsssl-xml_rpc .rsssl-field-wrap>div>div{overflow-x:inherit;overflow-y:inherit}.rsssl-mixed-content-datatable>div>div{display:flex}.rsssl-vulnerabilities_measures .rdt_TableRow .rdt_TableCell:nth-child(3){max-width:50%}.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-right:calc(-1 * var(--rsp-spacing-l));margin-left:calc(-1 * var(--rsp-spacing-l))}@media(max-width:1280px){.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-right:calc(-1 * var(--rsp-spacing-m));margin-left:calc(-1 * var(--rsp-spacing-m))}}@media(max-width:1080px){.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-right:calc(-1 * var(--rsp-spacing-s));margin-left:calc(-1 * var(--rsp-spacing-s))}}.rsssl-vulnerabilities_measures .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities_measures .rsssl-field-wrap>div>button,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-404_blocking .rsssl-field-wrap>.components-base-control,.rsssl-404_blocking .rsssl-field-wrap .rsssl-comment,.rsssl-404_blocking .rsssl-field-wrap .rsssl-progress-container,.rsssl-404_blocking .rsssl-field-wrap>div>button,.rsssl-404_blocking .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-404_blocking .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-404_blocking .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-user_agents .rsssl-field-wrap>.components-base-control,.rsssl-user_agents .rsssl-field-wrap .rsssl-comment,.rsssl-user_agents .rsssl-field-wrap .rsssl-progress-container,.rsssl-user_agents .rsssl-field-wrap>div>button,.rsssl-user_agents .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-user_agents .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-user_agents .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_logs .rsssl-field-wrap>.components-base-control,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_logs .rsssl-field-wrap>div>button,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-permissions_policy .rsssl-field-wrap>.components-base-control,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-comment,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-progress-container,.rsssl-permissions_policy .rsssl-field-wrap>div>button,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-two_fa_users .rsssl-field-wrap>.components-base-control,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-comment,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-progress-container,.rsssl-two_fa_users .rsssl-field-wrap>div>button,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap>div>button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-content_security_policy_source_directives .rsssl-field-wrap>.components-base-control,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-comment,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-progress-container,.rsssl-content_security_policy_source_directives .rsssl-field-wrap>div>button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_white_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_white_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_block_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_block_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-vulnerabilities_overview .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities_overview .rsssl-field-wrap>div>button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_country .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_country .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_users .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_users .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_event_log_viewer .rsssl-field-wrap>.components-base-control,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_event_log_viewer .rsssl-field-wrap>div>button,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_logs_content .rsssl-field-wrap>.components-base-control,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_logs_content .rsssl-field-wrap>div>button,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-mixed-content-scan .rsssl-field-wrap>.components-base-control,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-comment,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-progress-container,.rsssl-mixed-content-scan .rsssl-field-wrap>div>button,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-content_security_policy .rsssl-field-wrap>.components-base-control,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-comment,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-progress-container,.rsssl-content_security_policy .rsssl-field-wrap>div>button,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-hardening-xml .rsssl-field-wrap>.components-base-control,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-comment,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-progress-container,.rsssl-hardening-xml .rsssl-field-wrap>div>button,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-current-scan-action{margin-right:var(--rsp-spacing-l);margin-left:var(--rsp-spacing-l)}.rsssl-vulnerabilities_measures .rdt_TableCell:first-child,.rsssl-vulnerabilities_measures .rdt_TableCol:first-child,.rsssl-404_blocking .rdt_TableCell:first-child,.rsssl-404_blocking .rdt_TableCol:first-child,.rsssl-user_agents .rdt_TableCell:first-child,.rsssl-user_agents .rdt_TableCol:first-child,.rsssl-firewall_logs .rdt_TableCell:first-child,.rsssl-firewall_logs .rdt_TableCol:first-child,.rsssl-permissions_policy .rdt_TableCell:first-child,.rsssl-permissions_policy .rdt_TableCol:first-child,.rsssl-two_fa_users .rdt_TableCell:first-child,.rsssl-two_fa_users .rdt_TableCol:first-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCol:first-child,.rsssl-content_security_policy_source_directives .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rdt_TableCol:first-child,.rsssl-firewall_white_list_listing .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rdt_TableCol:first-child,.rsssl-firewall_block_list_listing .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rdt_TableCol:first-child,.rsssl-firewall_list_listing .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rdt_TableCol:first-child,.rsssl-vulnerabilities_overview .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rdt_TableCol:first-child,.rsssl-limit_login_attempts_country .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rdt_TableCol:first-child,.rsssl-limit_login_attempts_users .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rdt_TableCol:first-child,.rsssl-firewall_event_log_viewer .rdt_TableCell:first-child,.rsssl-firewall_event_log_viewer .rdt_TableCol:first-child,.rsssl-firewall_logs_content .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rdt_TableCol:first-child,.rsssl-limit_login_attempts_event_log .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rdt_TableCol:first-child,.rsssl-mixed-content-scan .rdt_TableCell:first-child,.rsssl-mixed-content-scan .rdt_TableCol:first-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCol:first-child,.rsssl-content_security_policy .rdt_TableCell:first-child,.rsssl-content_security_policy .rdt_TableCol:first-child,.rsssl-hardening-xml .rdt_TableCell:first-child,.rsssl-hardening-xml .rdt_TableCol:first-child{padding-right:var(--rsp-spacing-l);padding-left:var(--rsp-spacing-l)}.rsssl-vulnerabilities_measures .rdt_TableCell:last-child,.rsssl-vulnerabilities_measures .rdt_TableCol:last-child,.rsssl-404_blocking .rdt_TableCell:last-child,.rsssl-404_blocking .rdt_TableCol:last-child,.rsssl-user_agents .rdt_TableCell:last-child,.rsssl-user_agents .rdt_TableCol:last-child,.rsssl-firewall_logs .rdt_TableCell:last-child,.rsssl-firewall_logs .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableCell:last-child,.rsssl-permissions_policy .rdt_TableCol:last-child,.rsssl-two_fa_users .rdt_TableCell:last-child,.rsssl-two_fa_users .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rdt_TableCol:last-child,.rsssl-firewall_event_log_viewer .rdt_TableCell:last-child,.rsssl-firewall_event_log_viewer .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rdt_TableCol:last-child,.rsssl-mixed-content-scan .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCol:last-child,.rsssl-content_security_policy .rdt_TableCell:last-child,.rsssl-content_security_policy .rdt_TableCol:last-child,.rsssl-hardening-xml .rdt_TableCell:last-child,.rsssl-hardening-xml .rdt_TableCol:last-child{padding-left:var(--rsp-spacing-l)}.rsssl-content_security_policy .rdt_TableCell,.rsssl-content_security_policy .rdt_TableCol,.rsssl-permissions_policy .rdt_TableCell,.rsssl-permissions_policy .rdt_TableCol,.rsssl-firewall_list_listing .rdt_TableCell,.rsssl-firewall_list_listing .rdt_TableCol,.rsssl-user_agents .rdt_TableCell,.rsssl-user_agents .rdt_TableCol,.rsssl-404_blocking .rdt_TableCell,.rsssl-404_blocking .rdt_TableCol,.rsssl-firewall_white_list_listing .rdt_TableCell,.rsssl-firewall_white_list_listing .rdt_TableCol,.rsssl-firewall_block_list_listing .rdt_TableCell,.rsssl-firewall_block_list_listing .rdt_TableCol,.rsssl-hardening-xml .rdt_TableCell,.rsssl-hardening-xml .rdt_TableCol,.rsssl-vulnerabilities_overview .rdt_TableCell,.rsssl-vulnerabilities_overview .rdt_TableCol,.rsssl-content_security_policy_source_directives .rdt_TableCell,.rsssl-content_security_policy_source_directives .rdt_TableCol,.rsssl-vulnerabilities-measures-overview .rdt_TableCell,.rsssl-vulnerabilities-measures-overview .rdt_TableCol,.rsssl-limit_login_attempts_ip_address .rdt_TableCell,.rsssl-limit_login_attempts_ip_address .rdt_TableCol,.rsssl-limit_login_attempts_users .rdt_TableCell,.rsssl-limit_login_attempts_users .rdt_TableCol,.rsssl-limit_login_attempts_country .rdt_TableCell,.rsssl-limit_login_attempts_country .rdt_TableCol,.rsssl-two_fa_users .rdt_TableCell,.rsssl-two_fa_users .rdt_TableCol,.rsssl-firewall_logs .rdt_TableCell,.rsssl-firewall_logs .rdt_TableCol,.rsssl-firewall_logs_content .rdt_TableCell,.rsssl-firewall_logs_content .rdt_TableCol,.rsssl-limit_login_attempts_event_log .rdt_TableCell,.rsssl-limit_login_attempts_event_log .rdt_TableCol{min-width:initial}.rsssl-content_security_policy .rdt_Pagination,.rsssl-permissions_policy .rdt_Pagination,.rsssl-firewall_list_listing .rdt_Pagination,.rsssl-user_agents .rdt_Pagination,.rsssl-404_blocking .rdt_Pagination,.rsssl-firewall_white_list_listing .rdt_Pagination,.rsssl-firewall_block_list_listing .rdt_Pagination,.rsssl-hardening-xml .rdt_Pagination,.rsssl-vulnerabilities_overview .rdt_Pagination,.rsssl-content_security_policy_source_directives .rdt_Pagination,.rsssl-vulnerabilities-measures-overview .rdt_Pagination,.rsssl-limit_login_attempts_ip_address .rdt_Pagination,.rsssl-limit_login_attempts_users .rdt_Pagination,.rsssl-limit_login_attempts_country .rdt_Pagination,.rsssl-two_fa_users .rdt_Pagination,.rsssl-firewall_logs .rdt_Pagination,.rsssl-firewall_logs_content .rdt_Pagination,.rsssl-limit_login_attempts_event_log .rdt_Pagination{margin-top:0;padding:0 25px}.rsssl-content_security_policy .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-permissions_policy .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-user_agents .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-404_blocking .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_white_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_block_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-hardening-xml .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-vulnerabilities_overview .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-content_security_policy_source_directives .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-vulnerabilities-measures-overview .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_ip_address .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_users .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_country .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-two_fa_users .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_logs .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_logs_content .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_event_log .rdt_tableCell:has(div>.rsssl-action-buttons){position:relative}.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap{padding:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:1}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_Pagination,.rsssl-permissions_policy .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-user_agents .rsssl-field-wrap .rdt_Pagination,.rsssl-404_blocking .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-hardening-xml .rsssl-field-wrap .rdt_Pagination,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_Pagination,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_Pagination,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_Pagination,.rsssl-two_fa_users .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_logs .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_Pagination{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child{flex-grow:1}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child{padding:0;flex-direction:row}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child{padding:0 25px;flex-direction:row}.rsssl-content_security_policy .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-user_agents .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-404_blocking .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-learning-mode-delete{float:left}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div{width:100%}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div a{margin-right:10px}.rsssl-limit_login_attempts_event_log .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rdt_TableHeadRow .rdt_TableCol:last-child{justify-content:flex-start}.rsssl-vulnerabilities-measures-overview .allowRowEvents .wp-core-ui select{max-width:100%}.rsssl-vulnerabilities-measures-overview div:first-child{white-space:initial !important}.rsssl-vulnerabilities-measures-overview .rdt_TableCell:nth-child(2) select{max-width:100%}.rsssl-content_security_policy .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableCol:last-child{flex-grow:1;text-align:left}.rsssl-content_security_policy .rdt_TableCol:last-child div,.rsssl-permissions_policy .rdt_TableCol:last-child div{width:100%;display:flex;justify-content:flex-start}.rsssl-content_security_policy .rdt_TableCell:last-child,.rsssl-permissions_policy .rdt_TableCell:last-child{flex-grow:1;text-align:left}.rsssl-content_security_policy .rdt_TableCell:last-child div,.rsssl-permissions_policy .rdt_TableCell:last-child div{width:100%;display:flex;justify-content:flex-end}.rsssl-content_security_policy .rdt_TableCell:last-child div button,.rsssl-permissions_policy .rdt_TableCell:last-child div button{margin-left:0 !important}.rsssl-vulnerabilities-measures-overview .rdt_TableRow .rdt_TableCell:last-child{overflow:hidden;text-overflow:ellipsis;width:200px}.rsssl .rsssl-new-features-block .rsssl-grid-item-content{display:flex;flex-direction:column;justify-content:space-between}.rsssl .rsssl-new-features{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--rsp-spacing-xs)}@media only screen and (max-width:1599px) and (min-width:1280px){.rsssl .rsssl-new-features{gap:var(--rsp-spacing-xxs)}}.rsssl .rsssl-new-feature{width:100%;color:var(--rsp-text-color-light);display:flex;align-items:flex-start;min-width:0;gap:var(--rsp-spacing-xs);text-decoration:none}.rsssl .rsssl-new-feature .rsssl-icon{margin-top:2px}.rsssl .rsssl-new-feature .rsssl-new-feature-desc p{font-size:var(--rsp-fs-300)}a.rsssl-skip-link{display:flex;justify-content:center;margin:15px 0 20px}.rsssl-two_fa_users div[data-column-id="5"].rdt_TableCol{display:none}.rsssl-two_fa_users .rdt_TableRow .rdt_TableCell:last-child{flex:1;display:flex;justify-content:flex-end}.rsssl-two_fa_users .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:1;display:flex;justify-content:flex-end}.MuiPopper-root,.MuiPaper-root{max-height:30px;z-index:15}.MuiPopper-root div,.MuiPaper-root div{font-family:inherit !important}.MuiPopper-root ul,.MuiPaper-root ul{max-height:initial}.rsssl-add-button__inner .button{display:flex;align-items:center}.rsssl-add-button__inner .button .icon{margin-right:8px}.rsssl-modal .rsssl-intro-logo{width:7em;position:absolute;left:1.6em;height:auto;bottom:.15em;margin:0;padding:0}@media(max-width:768px){.rsssl-modal .rsssl-intro-logo{display:none}}.rsssl-modal .rsssl-ssl-intro-container .rsssl-details{display:flex;padding:var(--rsp-spacing-xs) var(--rsp-spacing-m);gap:var(--rsp-spacing-xs)}.rsssl-modal .rsssl-ssl-intro-container .rsssl-details .rsssl-icon{min-width:25px}.rsssl-modal .rsssl-modal-footer{padding:var(--rsp-spacing-m) var(--rsp-spacing-m)}.rsssl-modal .icon-spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}.rsssl .rsssl-locked{position:relative;z-index:0}.rsssl .rsssl-locked.rsssl-locked-premium .rsssl-locked-overlay{bottom:var(--rsp-spacing-s);flex-direction:column;z-index:0}.rsssl .rsssl-locked .rsssl-locked-overlay{display:flex;bottom:0;text-align:right;margin-bottom:20px;padding:0;z-index:0}.rsssl .rsssl-locked .rsssl-locked-overlay.rsssl-premium{bottom:0;flex-direction:column}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-header{width:100%;flex-direction:row}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-header .rsssl-locked-header-title{font-weight:600;color:var(--rsp-blue)}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-content{flex-direction:row;width:100%}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer{display:flex;align-items:center;justify-content:flex-start;width:100%}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer a{position:relative;float:right !important}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer::after{content:"";display:table;clear:both}.rsssl .rsssl-disabled .rsssl-field-wrap .rsssl-locked{background:transparent}.rsssl div[class^=rsssl-wizard-] .rsssl-hardening-xml .rsssl-locked .rsssl-shield-overlay{align-items:center;display:flex;justify-content:center}.rsssl-accordeon{border:1px solid #ccc;border-radius:5px;overflow:hidden;transition:all .3s ease}.rsssl-accordeon__header{display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;padding:10px;cursor:pointer}.rsssl-accordeon__header__inner{display:flex;align-items:center}.rsssl-accordeon__header__icon{width:20px;height:20px;margin-left:10px}.rsssl-accordeon__header__title{font-size:16px;font-weight:bold}.rsssl-accordeon__header__button__inner{background:100%;border:0;cursor:pointer;font-size:18px}.rsssl-accordeon__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.rsssl-accordeon--open .rsssl-accordeon__content{max-height:300px}.rsssl-accordeon__content__inner{padding:15px;background-color:#fff}.rsssl div[class^=rsssl-wizard-] .rsssl-tooltip-icon .react-tooltip{max-width:300px;white-space:pre-wrap}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap label{display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap label .cmplz-label-text{margin-left:10px}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap .rsssl-icon{cursor:pointer}.rsssl .rsssl-skeleton:empty{margin:auto;margin-bottom:25px;width:100%;height:235px;background-image:linear-gradient(-100deg,rgba(255,255,255,0),rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.5) 15%),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0);background-repeat:repeat-y;background-size:50px 200px,100% 117px,100% 117px,100% 117px,100% 117px;background-position:100% 0,1px 1px,1px 40px,1px 79px,1px 118px;background-color:#d6d8db;border-left:1px solid #d6d8db;animation:shine 2.5s infinite}@keyframes shine{to{background-position:0% 0,1px 1px,1px 40px,1px 79px,1px 118px}}.rsssl .rsssl-loader{margin:0;width:50px;height:15px;text-align:center;font-size:10px}.rsssl .rsssl-loader>div{margin:1px;background-color:#333;height:100%;width:3px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.rsssl .rsssl-loader.rsssl-loader-white>div{background-color:#fff}.rsssl .rsssl-loader .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.rsssl .rsssl-loader .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.rsssl .rsssl-loader .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.rsssl .rsssl-loader .rect5{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.rsssl .button-primary .rsssl-loader div{background-color:#fff}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.4);-webkit-transform:scaleY(0.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.rsssl{--rsp-brand-primary:var(--rsp-yellow);--rsp-brand-secondary:var(--rsp-blue);--rsp-brand-primary-faded:var(--rsp-yellow-faded)}
     1@charset "UTF-8";:root{--rsp-spacing-xxs:5px;--rsp-spacing-xs:10px;--rsp-spacing-s:15px;--rsp-spacing-m:20px;--rsp-spacing-l:25px;--rsp-spacing-xl:30px;--rsp-grid-margin:var(--rsp-spacing-s);--rsp-grid-gap:var(--rsp-spacing-m);--rsp-border-radius:12px;--rsp-border-radius-s:8px;--rsp-border-radius-xs:3px;--rsp-border:1px solid var(--rsp-border-color);--rsp-box-shadow:rgba(0,0,0,0.1) 0 4px 6px -1px,rgba(0,0,0,0.06) 0 2px 4px -1px;--rsp-box-shadow-dark:rgba(0,0,0,0.2) 0 4px 6px -1px,rgba(0,0,0,0.12) 1px 0 4px 1px;--rsp-border-color:#dfdfdf;--rsp-black:#333;--rsp-white:#fff;--rsp-yellow:#fbc43e;--rsp-blue:#009fff;--rsp-dark-yellow:#e6a800;--rsp-dark-blue:#1e73be;--rsp-green:#2e8a37;--rsp-red:#d7263d;--rsp-dark-red:#9b0212;--rsp-pink:#e35899;--rsp-wp-blue:#007cba;--rsp-yellow-faded:#fdf4df;--rsp-blue-faded:#ecf8fe;--rsp-dark-blue-faded:#ebf2f9;--rsp-green-faded:#ecf4ed;--rsp-red-faded:#fbebed;--rsp-pink-faded:#fceff5;--rsp-wp-blue-faded:#c6e0ef;--rsp-background-block-color:var(--rsp-white);--rsp-background-color:#f0f0f1;--rsp-input-background-color:#fff;--rsp-input-text-color:var(--rsp-text-color);--rsp-input-border-color:var(--rsp-grey-400);--rsp-text-color:rgba(26,26,26,0.9);--rsp-text-color-invert:rgba(255,255,255,0.9);--rsp-text-color-white:rgba(255,255,255,0.9);--rsp-text-color-light:rgba(69,69,82,0.9);--rsp-text-color-hover:var(--rsp-green);--rsp-grey-100:#fafafa;--rsp-grey-200:#f7f7f7;--rsp-grey-300:#ededed;--rsp-grey-400:#c6c6c6;--rsp-grey-500:#737373;--rsp-grey-600:#696969;--rsp-color-success:var(--rsp-green);--rsp-color-error:var(--rsp-red);--rsp-color-warning:var(--rsp-yellow);--rsp-color-open:var(--rsp-yellow);--rsp-color-disabled:var(--rsp-grey-300);--rsp-fs-100:.6875rem;--rsp-fs-200:.75rem;--rsp-fs-300:.8125rem;--rsp-fs-400:.875rem;--rsp-fs-500:1rem;--rsp-fs-600:1.125rem;--rsp-fs-700:1.25rem;--rsp-fs-800:1.5rem;--rsp-fs-850:2.8rem;--rsp-fs-900:3.5rem}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.rsssl{font-variant-numeric:tabular-nums;margin:0;margin-right:-20px;font-size:var(--rsp-fs-300);box-sizing:border-box;color:var(--rsp-text-color);font-weight:400;line-height:1.5}@media only screen and (max-width:768px){.rsssl{margin-right:-9px}}.rsssl *,.rsssl *:before,.rsssl *:after{box-sizing:inherit}.rsssl body,.rsssl h1,.rsssl h2,.rsssl h3,.rsssl h4,.rsssl h5,.rsssl h6,.rsssl p,.rsssl ol,.rsssl ul{margin:0;padding:0}.rsssl img{max-width:100%;height:auto}.rsssl h1,.rsssl h2,.rsssl h3,.rsssl h4,.rsssl h5,.rsssl h6{color:var(--rsp-text-color);line-height:1.5}.rsssl .rsssl-h0{font-size:var(--rsp-fs-900);font-weight:700;letter-spacing:.025rem}.rsssl h1,.rsssl .rsssl-h1{font-size:var(--rsp-fs-800);line-height:1.5;font-weight:500;letter-spacing:.025rem}.rsssl h2,.rsssl .rsssl-h2{font-size:var(--rsp-fs-700);font-weight:700;letter-spacing:.025rem}.rsssl h3,.rsssl .rsssl-h3{font-size:var(--rsp-fs-600);font-weight:600;letter-spacing:.0125rem}.rsssl h4,.rsssl .rsssl-h4{font-size:var(--rsp-fs-500);font-weight:600;letter-spacing:.0125rem}.rsssl h5,.rsssl .rsssl-h5{font-size:var(--rsp-fs-400);font-weight:400;letter-spacing:.1px}.rsssl h6,.rsssl .rsssl-h6{font-size:var(--rsp-fs-300);letter-spacing:.1px}.rsssl p{color:var(--rsp-text-color);font-weight:400;font-size:var(--rsp-fs-300);line-height:1.5}.rsssl .rsssl-small-text{font-size:var(--rsp-fs-200);line-height:1.5;color:var(--rsp-text-color-light)}.rsssl a{font-size:1em}.rsssl .rsssl-notice-hook-element{display:none !important}.rsssl .rsssl-divider{width:1px;height:1.3rem;background-color:#ccc}.error:not(.really-simple-plugins),.notice:not(.really-simple-plugins),.update-nag:not(.really-simple-plugins),.notice-info:not(.really-simple-plugins){display:none !important}.error.really-simple-plugins,.notice.really-simple-plugins,.update-nag.really-simple-plugins,.notice-info.really-simple-plugins{margin:var(--rsp-grid-gap)}.number_full input[type=number]{width:100% !important;position:relative}.rsssl .rsssl-header,.rsssl .rsssl-content-area{max-width:clamp(300px,100% - var(--rsp-grid-gap) * 2,1600px);margin:0 auto}@media(max-width:1599px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-m)}}@media(max-width:1440px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-s)}}@media(max-width:1366px){.rsssl .rsssl-header,.rsssl .rsssl-content-area{--rsp-grid-gap:var(--rsp-spacing-xs)}}.rsssl .rsssl-header-container .rsssl-header{display:flex;flex-wrap:wrap;justify-content:space-between;height:70px;box-sizing:border-box;background-color:var(--rsp-background-block-color)}@media(max-width:1080px){.rsssl .rsssl-header-container .rsssl-header{height:100%}}@media(max-width:576px){.rsssl .rsssl-logo{display:none}}.rsssl .rsssl-header-left{display:flex;font-size:var(--rsp-fs-400)}@media(max-width:1080px){.rsssl .rsssl-header-left{justify-content:center;margin:var(--rsp-spacing-xs) 0;order:3;width:100%;background-color:var(--rsp-background-block-color)}}.rsssl .rsssl-header-left .rsssl-header-menu{margin:auto 15px}.rsssl .rsssl-header-left .rsssl-header-menu ul{display:flex}.rsssl .rsssl-header-left .rsssl-header-menu li{margin-bottom:0}.rsssl .rsssl-header-left .rsssl-header-menu a{padding:23px 15px;text-decoration:none;color:var(--rsp-text-color);height:100%;border-bottom:4px solid transparent;transition:border .3s ease-out;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media(max-width:1080px){.rsssl .rsssl-header-left .rsssl-header-menu a{padding:10px 15px}}.rsssl .rsssl-header-left .rsssl-header-menu a.active{border-bottom:4px solid var(--rsp-brand-primary)}.rsssl .rsssl-header-left .rsssl-header-menu a:hover{color:var(--rsp-brand-primary)}.rsssl .rsssl-header-right{display:flex;flex-wrap:wrap;align-items:center;margin-right:auto;gap:var(--rsp-spacing-s);min-height:52px}.rsssl .rsssl-header-right select{max-width:60ch}@media(max-width:576px){.rsssl .rsssl-header-right{display:none}}@media(max-width:768px){.rsssl .rsssl-header-right .button{display:none}}.rsssl .rsssl-content-area{margin-top:var(--rsp-grid-gap)}.rsssl .rsssl-header-container{background:var(--rsp-background-block-color)}.rsssl .rsssl-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:max-content;gap:var(--rsp-grid-gap);min-height:calc(100vh - 32px - 80px - 20px - var(--rsp-grid-gap))}.rsssl .rsssl-grid.rsssl-settings,.rsssl .rsssl-grid.rsssl-letsencrypt{grid-template-columns:minmax(235px,max-content) 2fr minmax(min-content,1fr)}@media only screen and (max-width:1080px){.rsssl .rsssl-grid.rsssl-settings,.rsssl .rsssl-grid.rsssl-letsencrypt{grid-template-columns:repeat(4,1fr)}.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-menu,.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-settings,.rsssl .rsssl-grid.rsssl-settings .rsssl-wizard-help,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-menu,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-settings,.rsssl .rsssl-grid.rsssl-letsencrypt .rsssl-wizard-help{grid-column:1/-1}}@media only screen and (max-width:1280px){.rsssl .rsssl-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1080px){.rsssl .rsssl-grid{max-width:790px;width:calc(100% - var(--rsp-grid-gap) * 2)}}.rsssl .rsssl-grid-item{background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:column;flex-basis:100%;grid-column:span 1;grid-row:span 1}.rsssl .rsssl-grid-item.rsssl-disabled{min-height:320px}.rsssl .rsssl-grid-item.rsssl-two_fa_users .rsssl-grid-item-content .rsssl-field-wrap{margin-top:-50px}@media(max-width:1080px){.rsssl .rsssl-grid-item{grid-column:span 4}}.rsssl .rsssl-grid-item.no-background{background:100%;border:0;box-shadow:none}.rsssl .rsssl-grid-item.rsssl-column-2{grid-column:span 2}@media(max-width:1080px){.rsssl .rsssl-grid-item.rsssl-column-2{grid-column:span 4}}.rsssl .rsssl-grid-item.rsssl-row-2{grid-row:span 2;min-height:400px}.rsssl .rsssl-grid-item-header{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;min-height:calc(30px + var(--rsp-spacing-s) * 2);padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-header{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-header{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-header:empty{display:none}.rsssl .rsssl-grid-item-title{margin:4px 0 4px 0}.rsssl .rsssl-grid-item-controls{font-size:var(--rsp-fs-200);display:flex;gap:var(--rsp-spacing-s)}.rsssl .rsssl-grid-item-content{flex-grow:100;width:100%;box-sizing:border-box;padding-inline:var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-content{padding-inline:var(--rsp-spacing-m)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-content{padding-inline:var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-content:empty{display:none}.rsssl .rsssl-grid-item-footer{display:flex;flex-wrap:wrap;align-items:center;align-self:flex-end;justify-content:space-between;gap:var(--rsp-grid-margin);width:100%;min-height:calc(30px + var(--rsp-spacing-s) * 2);box-sizing:border-box;padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl .rsssl-grid-item-footer .rsssl-legend{display:flex}.rsssl .rsssl-grid-item-footer .rsssl-legend span{padding-right:5px}.rsssl .rsssl-grid-item-footer:empty{display:none}.rsssl .rsssl-grid-item .rsssl-flex-push-right{margin-right:auto}.rsssl .rsssl-grid-item .rsssl-flex-push-left{margin-left:auto}.rsssl-header-container .rsssl-header{display:flex;justify-content:space-between;height:70px;box-sizing:border-box}.rsssl-header-container .rsssl-header img{margin:auto 0;height:26px}.rsssl-header-container .rsssl-header .rsssl-header-menu{display:flex;align-items:center;height:100%;padding:0 20px;box-sizing:border-box}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item{display:flex;align-items:center;height:100%;padding:0 20px;box-sizing:border-box}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item:first-child{margin-right:0}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item:last-child{margin-left:0}.rsssl-header-container .rsssl-header .rsssl-header-menu .rsssl-header-menu-item.rsssl-header-menu-item-active{background-color:#f5f5f5}.rsssl-header-container .rsssl-header .rsssl-header-actions{display:flex;align-items:center;margin-right:auto;gap:var(--rsp-spacing-s)}.rsssl-header-container .rsssl-header .rsssl-header-actions select{max-width:60ch}.rsssl-grid .border-to-border .rsssl-grid-item-content{padding:0}.rsssl-grid .border-to-border .rsssl-grid-item-content>*{padding-inline:var(--rsp-spacing-l);width:100%;display:flex;flex-wrap:wrap;align-items:center}.rsssl-grid .border-to-border.rsssl-ssllabs .rsssl-grid-item-content>*,.rsssl-grid .border-to-border.rsssl-wpvul .rsssl-grid-item-content>*{padding-right:0;padding-left:0}.rsssl .rsssl-wpvul .rsssl-icon{margin-top:5px}.rsssl .rsssl-ssl-labs-select,.rsssl .rsssl-hardening-select{background:var(--rsp-grey-200);padding-inline:var(--rsp-spacing-l);padding-block:var(--rsp-spacing-m);display:grid;width:100%;grid-template-columns:calc(50% - var(--rsp-spacing-s) / 2) calc(50% - var(--rsp-spacing-s) / 2);gap:var(--rsp-spacing-s);transition:background-color .3s ease-in-out}.rsssl .rsssl-ssl-labs-select.rsssl-error,.rsssl .rsssl-hardening-select.rsssl-error{background:var(--rsp-red-faded)}.rsssl .rsssl-ssl-labs-select.rsssl-warning,.rsssl .rsssl-hardening-select.rsssl-warning{background:var(--rsp-yellow-faded)}.rsssl .rsssl-ssl-labs-select.rsssl-success,.rsssl .rsssl-hardening-select.rsssl-success{background:var(--rsp-green-faded)}.rsssl .rsssl-ssl-labs-select-item,.rsssl .rsssl-hardening-select-item{border-radius:var(--rsp-border-radius-xs);display:flex;flex-direction:column;justify-content:center;text-align:center;padding-block:var(--rsp-spacing-s);justify-items:center;flex-wrap:wrap;background:var(--rsp-white);min-height:118px}.rsssl .rsssl-ssl-labs-select-item.active,.rsssl .rsssl-hardening-select-item.active{box-shadow:inset 0 0 3px 2px var(--rsp-green-faded);border:2px solid var(--rsp-green)}.rsssl .rsssl-ssl-labs-select-item h2,.rsssl .rsssl-hardening-select-item h2{margin-top:var(--rsp-spacing-xxs);font-weight:800}.rsssl .rsssl-ssl-labs-select-item h2.big-number,.rsssl .rsssl-hardening-select-item h2.big-number{font-size:var(--rsp-fs-850)}.rsssl .rsssl-ssl-labs-select-item span,.rsssl .rsssl-hardening-select-item span{display:flex;gap:3px;justify-content:center;font-size:var(--rsp-fs-100)}.rsssl .rsssl-ssl-labs-list,.rsssl .rsssl-hardening-list{width:100%}.rsssl .rsssl-ssl-labs-list-item,.rsssl .rsssl-hardening-list-item{width:100%;display:grid;justify-items:flex-start;grid-template-columns:auto 1fr auto;gap:var(--rsp-spacing-s);padding-block:var(--rsp-spacing-xs);padding-inline:var(--rsp-spacing-l)}.rsssl .rsssl-ssl-labs-list-item:nth-of-type(even),.rsssl .rsssl-hardening-list-item:nth-of-type(even){background:var(--rsp-grey-200)}.rsssl .rsssl-ssl-labs-list-item-text,.rsssl .rsssl-hardening-list-item-text{width:100%;margin-left:auto}.rsssl .rsssl-ssl-labs-list-item-number,.rsssl .rsssl-hardening-list-item-number{font-weight:600}.rsssl .rsssl-ssl-labs-list-item .rsssl-icon,.rsssl .rsssl-hardening-list-item .rsssl-icon{align-items:start;margin-top:2px}.rsssl .rsssl-ssl-labs-select-item{padding-inline:var(--rsp-spacing-s);gap:var(--rsp-spacing-xxs)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet{max-width:100%;overflow:hidden;text-overflow:ellipsis;height:18px;line-height:18px;padding-inline:var(--rsp-spacing-xxs);font-size:var(--rsp-fs-100);border-radius:var(--rsp-border-radius-xs);color:var(--rsp-text-color);text-align:right}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-hover{height:initial;line-height:initial}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-inactive{background-color:var(--rsp-grey-200);color:var(--rsp-color-disabled)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-processing{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-success{background-color:var(--rsp-color-success);color:var(--rsp-text-color-white)}.rsssl .rsssl-ssl-labs .rsssl-score-snippet.rsssl-test-error{background-color:var(--rsp-brand-primary);color:var(--rsp-black)}.rsssl .rsssl-hardening-select-item .rsssl-badge{margin-top:var(--rsp-spacing-xxs)}.rsssl-gridblock-progress-container.rsssl-error .rsssl-gridblock-progress{background:var(--rsp-color-warning)}.rsssl-gridblock-progress-container.rsssl-inactive{height:4px;width:100%;display:flex;background:var(--rsp-grey-300)}.rsssl-gridblock-progress-container.rsssl-inactive .rsssl-gridblock-progress{transition:width 1s ease-in-out;background:var(--rsp-green)}.rsssl .rsssl-field-button button.button{display:flex}.rsssl a.button,.rsssl button.button,.rsssl input.button,.rsssl span.button{font-size:var(--rsp-fs-300);font-weight:400;transition:all .3s ease;min-height:10px}.rsssl a.button.button-secondary,.rsssl a.button.button-default,.rsssl button.button.button-secondary,.rsssl button.button.button-default,.rsssl input.button.button-secondary,.rsssl input.button.button-default,.rsssl span.button.button-secondary,.rsssl span.button.button-default{background:transparent}.rsssl a.button .rsssl-icon,.rsssl button.button .rsssl-icon,.rsssl input.button .rsssl-icon,.rsssl span.button .rsssl-icon{padding-top:7px;padding-right:7px}.rsssl a.button.button-black,.rsssl button.button.button-black,.rsssl input.button.button-black,.rsssl span.button.button-black{border:1px solid var(--rsp-black);background:var(--rsp-black);color:var(--rsp-text-color-white)}.rsssl a.button.button-tertiary,.rsssl a.button.button-red,.rsssl button.button.button-tertiary,.rsssl button.button.button-red,.rsssl input.button.button-tertiary,.rsssl input.button.button-red,.rsssl span.button.button-tertiary,.rsssl span.button.button-red{border:0 solid transparent;background:var(--rsp-red);color:var(--rsp-text-color-white)}.rsssl a.button.button-primary:hover,.rsssl a.button.button-primary:focus,.rsssl a.button.button-primary:active,.rsssl button.button.button-primary:hover,.rsssl button.button.button-primary:focus,.rsssl button.button.button-primary:active,.rsssl input.button.button-primary:hover,.rsssl input.button.button-primary:focus,.rsssl input.button.button-primary:active,.rsssl span.button.button-primary:hover,.rsssl span.button.button-primary:focus,.rsssl span.button.button-primary:active{box-shadow:none}.rsssl a.button.button-secondary:hover,.rsssl a.button.button-secondary:focus,.rsssl a.button.button-secondary:active,.rsssl button.button.button-secondary:hover,.rsssl button.button.button-secondary:focus,.rsssl button.button.button-secondary:active,.rsssl input.button.button-secondary:hover,.rsssl input.button.button-secondary:focus,.rsssl input.button.button-secondary:active,.rsssl span.button.button-secondary:hover,.rsssl span.button.button-secondary:focus,.rsssl span.button.button-secondary:active{box-shadow:none}.rsssl a.rsssl-button-small,.rsssl button.rsssl-button-small,.rsssl input.rsssl-button-small{font-size:var(--rsp-fs-100);font-weight:300;min-height:auto}.rsssl .rsssl-button-small+.rsssl-button-small{margin-right:10px}.rsssl .rsssl-shortcode{left:10000px;position:absolute;background-color:#fff;padding:0;white-space:nowrap}.rsssl .shortcode{cursor:pointer}.rsssl .rsssl-action-buttons{display:flex;justify-content:flex-end}.rsssl .rsssl-action-buttons__inner{display:flex;justify-content:flex-end}.rsssl .rsssl-action-buttons__inner{float:left}.rsssl .rsssl-action-buttons__button{margin-left:10px}.rsssl .rsssl-action-buttons__inner:last-child{margin-left:0}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer{margin-right:0;margin-left:0;padding-right:25px}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .button{display:block;margin-left:0;margin-right:0}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .components-toggle-control{margin-top:12px}.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer label{display:flex;align-items:center;justify-content:center}.rsssl .rsssl-bullet{height:13px;width:13px;flex:0 0 13px;border-radius:50%;display:inline-block;background-color:var(--rsp-grey-300)}.rsssl .rsssl-bullet.rsp-yellow{background-color:var(--rsp-yellow)}.rsssl .rsssl-bullet.rsp-blue{background-color:var(--rsp-blue)}.rsssl .rsssl-bullet.rsp-pink{background-color:var(--rsp-pink)}.rsssl .rsssl-bullet.rsp-red,.rsssl .rsssl-bullet.rsssl-bullet-error{background-color:var(--rsp-red)}.rsssl .rsssl-bullet.rsp-green,.rsssl .rsssl-bullet.rsssl-bullet-success{background-color:var(--rsp-green)}.rsssl .rsssl-bullet.rsp-blue-yellow{background:var(--rsp-blue);background:linear-gradient(-77deg,#009fff 0,#009fff 30%,#f4bf3e 70%,#f4bf3e 100%);animation:gradient 2s ease infinite;background-size:200% 200%}.rsssl .rsssl-legend{display:flex;width:max-content;color:var(--rsp-text-color-light);align-items:center;min-width:0;gap:var(--rsp-spacing-xxs);text-decoration:none}.rsssl .rsssl-legend:first-of-type{margin-right:auto}.rsssl .rsssl-legend .rsssl-progress-footer-link a{color:inherit;text-decoration:none}.rsssl .rsssl-legend .rsssl-progress-footer-link a:hover{text-decoration:underline}@keyframes gradient{0%{background-position:100% 50%}50%{background-position:0% 50%}100%{background-position:100% 50%}}.rsssl-icon{display:flex;align-items:center;justify-content:center}.rsssl-icon>div{display:flex}.rsssl-icon svg{fill:currentColor}.rsssl-icon-loading svg{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}.rsssl-icon.rsssl-click-animation{animation:beat .4s ease-out}button.button .cmplz-icon.rsssl-icon-loading{padding-top:6px}button.button .cmplz-icon.rsssl-icon-loading>div{line-height:inherit}.rsssl .rsssl-badge{--badge-height:20px;height:var(--badge-height);line-height:var(--badge-height);padding-inline:8px;min-width:100px;text-align:center;border-radius:var(--rsp-border-radius-xs);color:var(--rsp-white);display:table;margin:auto auto;font-size:var(--rsp-fs-100)}.rsssl .rsssl-badge.rsp-dark{background-color:var(--rsp-black);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-low{background-color:var(--rsp-yellow-faded);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-medium{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-high{background-color:var(--rsp-red-faded);color:var(--rsp-black)}.rsssl .rsssl-badge.rsp-critical{background-color:var(--rsp-red);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-success{background-color:var(--rsp-color-success);color:var(--rsp-white)}.rsssl .rsssl-badge.rsp-default{background-color:var(--rsp-grey-200);color:black}.rsssl .rsssl-badge-large{--badge-height:28px;height:var(--badge-height);line-height:var(--badge-height);padding:0 10px;min-width:80px;text-align:center;border-radius:var(--rsp-border-radius-xs);color:var(--rsp-white);display:table;margin:auto auto;font-size:var(--rsp-fs-300);font-weight:400}.rsssl .rsssl-badge-large.rsp-dark{background-color:var(--rsp-black);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-risk-level-l{background-color:var(--rsp-yellow-faded);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-m{background-color:var(--rsp-yellow);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-h{background-color:var(--rsp-red-faded);color:var(--rsp-black)}.rsssl .rsssl-badge-large.rsp-risk-level-c{background-color:var(--rsp-red);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-success{background-color:var(--rsp-color-success);color:var(--rsp-white)}.rsssl .rsssl-badge-large.rsp-default{background-color:var(--rsp-grey-200);color:black}:root{--toastify-color-light:var(--rsp-white);--toastify-color-dark:var(--rsp-black);--toastify-color-info:var(--rsp-yellow);--toastify-color-success:var(--rsp-green);--toastify-color-warning:var(--rsp-orange);--toastify-color-error:var(--rsp-red);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--rsp-green);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:42px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:999999;--toastify-text-color-light:var(--rsp-text-color);--toastify-text-color-dark:var(--rsp-text-color-white);--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,var(--rsp-green),#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--rsp-green);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;right:1em}.Toastify__toast-container--top-center{top:calc(2em + 32px);right:50%;transform:translateX(50%)}.Toastify__toast-container--top-right{top:1em;left:1em}.Toastify__toast-container--bottom-left{bottom:1em;right:1em}.Toastify__toast-container--bottom-center{bottom:1em;right:50%;transform:translateX(50%)}.Toastify__toast-container--bottom-right{bottom:1em;left:1em}@media only screen and (max-width :480px){.Toastify__toast-container{width:100vw;padding:0;right:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:0;right:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--rsp-border-radius);border:1px solid #eee;box-shadow:0 1px 10px 0 rgba(0,0,0,0.1),0 2px 15px 0 rgba(0,0,0,0.05);box-shadow:var(--rsp-box-shadow);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:rtl;z-index:0}.Toastify__toast--rtl{direction:ltr}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width :480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--rsp-green)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:0;border:0;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;right:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:right}.Toastify__progress-bar--animated{animation:toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:0;right:initial;transform-origin:left}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-left-color:var(--toastify-spinner-color);animation:toastify__spin .65s linear infinite}@keyframes toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes toastify__bounceOutRight{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}@keyframes toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:toastify__bounceOutDown}@keyframes toastify__zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}}@keyframes toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:toastify__zoomIn}.Toastify__zoom-exit{animation-name:toastify__zoomOut}@keyframes toastify__flipIn{from{transform:perspective(400px) rotate3d(-1,0,0,-90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(-1,0,0,20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(-1,0,0,-10deg);opacity:1}80%{transform:perspective(400px) rotate3d(-1,0,0,5deg)}to{transform:perspective(400px)}}@keyframes toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(-1,0,0,20deg);opacity:1}to{transform:perspective(400px) rotate3d(-1,0,0,-90deg);opacity:0}}.Toastify__flip-enter{animation-name:toastify__flipIn}.Toastify__flip-exit{animation-name:toastify__flipOut}@keyframes toastify__slideInRight{from{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInLeft{from{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInUp{from{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideInDown{from{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes toastify__slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes toastify__slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes toastify__slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes toastify__slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:toastify__slideOutDown}@keyframes toastify__spin{from{transform:rotate(0)}to{transform:rotate(-360deg)}}.rsssl-modal.rsssl-onboarding{width:clamp(300px,100ch,100vw);padding-top:var(--rsp-spacing-m);line-height:2.2;min-height:295px}.rsssl-modal.rsssl-onboarding .rsssl-logo{height:26px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content{display:flex;min-height:295px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content .rsssl-onboarding-placeholder{flex-grow:1}.rsssl-modal.rsssl-onboarding .rsssl-modal-content-step{display:flex;flex-direction:column;width:100%}.rsssl-modal.rsssl-onboarding .rsssl-modal-content .rsssl-processing{opacity:.5}.rsssl-modal.rsssl-onboarding .rsssl-modal-content ul li .rsssl-icon{margin-top:7px}.rsssl-modal.rsssl-onboarding .rsssl-modal-content ul li .components-button.is-link{padding:5px 0}.rsssl-grid-item.rsssl-progress .rsssl-grid-item-content{padding:0}.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-grid-item.rsssl-progress .rsssl-placeholder{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress{overflow:hidden;height:20px;border-radius:5px;background-color:#f7f7f7}.rsssl-progress-block .rsssl-progress .rsssl-bar{height:100%;background-color:var(--rsp-color-success);transition:width 1s ease}.rsssl-progress-block .rsssl-progress .rsssl-bar.rsssl-orange{background-color:var(--rsp-color-warning)}.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:0;border-radius:5px}@media screen and (max-width:1280px){.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-progress-block .rsssl-progress-bar{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress-text{display:flex;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:var(--rsp-spacing-s);justify-content:flex-start;gap:var(--rsp-spacing-m)}@media screen and (max-width:1280px){.rsssl-progress-block .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-progress-block .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-percentage{font-size:var(--rsp-fs-800);font-weight:700}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span{font-weight:500;font-size:var(--rsp-fs-600)}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span a{margin-right:3px}@media only screen and (max-width:1366px) and (min-width:1280px){.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text-span{font-size:var(--rsp-fs-500)}}.rsssl-header-html{display:flex;color:var(--rsp-text-color-light)}.rsssl-header-html .rsssl-toggle-active{text-decoration:underline}.rsssl-task-switcher-container{display:flex;border-radius:var(--rsp-border-radius)}.rsssl-task-switcher-container .rsssl-task-switcher:first-of-type{border-left:1px solid var(--rsp-grey-400);padding-left:10px}.rsssl-task-switcher-container .rsssl-task-switcher:last-of-type{padding-right:10px}.rsssl-task-switcher{font-size:var(--rsp-fs-200);cursor:pointer;transition:.3s}.rsssl-task-switcher:hover{text-decoration:underline}.rsssl-active-filter-remaining .rsssl-remaining-tasks,.rsssl-active-filter-all .rsssl-all-tasks{text-decoration:underline}.rsssl-task-element{display:flex;align-items:flex-start;justify-content:center;gap:var(--rsp-spacing-m);padding-bottom:var(--rsp-spacing-s)}@media(max-width:1280px){.rsssl-task-element{gap:var(--rsp-spacing-xs)}}.rsssl-task-element .rsssl-task-message{flex:1;font-size:var(--rsp-fs-300)}.rsssl-task-element .rsssl-task-form{margin-top:var(--rsp-spacing-xxs);display:flex;gap:var(--rsp-spacing-xs)}.rsssl-task-element .rsssl-task-enable{cursor:pointer;line-height:1.5}.rsssl-task-element .rsssl-task-enable .rsssl-icon.rsssl-icon-loading{padding:3px}.rsssl-task-element .rsssl-task-dismiss:hover{transform:scale(1.1)}.rsssl-task-element .rsssl-task-dismiss button{all:initial;cursor:pointer;padding:4px}.rsssl-task-element .rsssl-task-dismiss svg{height:12px;width:12px}.rsssl-scroll-container{padding:var(--rsp-spacing-m) var(--rsp-spacing-l);height:230px;overflow-y:auto;padding-block:0;padding-top:var(--rsp-spacing-s);border-radius:0}@media screen and (max-width:1280px){.rsssl-scroll-container{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-scroll-container{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-scroll-container::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0);background-color:transparent}.rsssl-scroll-container::-webkit-scrollbar{width:8px;border-radius:10px;background-color:var(--rsp-grey-300)}.rsssl-scroll-container::-webkit-scrollbar-thumb{background-color:var(--rsp-grey-400);border-radius:10px}.rsssl-progress-status-container{margin-left:40px}.rsssl-task-status,.rsssl-locked-overlay .rsssl-progress-status{display:block;min-width:100px;text-align:center;border-radius:var(--rsp-border-radius-xs);padding:4px 8px;font-size:var(--rsp-fs-100);font-weight:600}@media(max-width:1280px){.rsssl-task-status,.rsssl-locked-overlay .rsssl-progress-status{min-width:80px}}.rsssl-task-status.rsssl-completed,.rsssl-locked-overlay .rsssl-completed.rsssl-progress-status,.rsssl-task-status.rsssl-success,.rsssl-locked-overlay .rsssl-success.rsssl-progress-status{background-color:var(--rsp-color-success);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-open,.rsssl-locked-overlay .rsssl-open.rsssl-progress-status{background-color:var(--rsp-color-open)}.rsssl-task-status.rsssl-warning,.rsssl-locked-overlay .rsssl-warning.rsssl-progress-status{background-color:var(--rsp-color-error);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-premium,.rsssl-locked-overlay .rsssl-premium.rsssl-progress-status{background-color:var(--rsp-blue);color:var(--rsp-text-color-white)}.rsssl-task-status.rsssl-loading,.rsssl-locked-overlay .rsssl-loading.rsssl-progress-status{background-color:var(--rsp-grey-200)}@media(max-width:1080px){.rsssl-scroll-container .rsssl-task-status,.rsssl-scroll-container .rsssl-locked-overlay .rsssl-progress-status,.rsssl-locked-overlay .rsssl-scroll-container .rsssl-progress-status{aspect-ratio:1/1;min-width:10px;height:16px;border-radius:100%;text-indent:-9999px;white-space:nowrap}}.rsssl-plusone{min-width:15px;height:16px;font-size:var(--rsp-fs-100);line-height:1.5;display:inline-block;vertical-align:top;box-sizing:border-box;margin:1px 2px -1px 0;padding:0 5px;border-radius:9px;background-color:#d63638;color:#fff;text-align:center}@media only screen and (max-width:1366px){.rsssl-footer-left{display:none}}.rsssl-datatable-placeholder div{background-color:var(--rsp-grey-300);height:25px}.rsssl-datatable-placeholder div:nth-child(even){background-color:#fff}.rsssl-rest-error-message{margin:30px}.rsssl-rest-error-message ul{list-style:disc;margin:20px}.rsssl-placeholder{box-sizing:border-box;width:100%;text-align:right;margin:0;padding-bottom:24px;color:#1e1e1e;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;border-radius:2px}.rsssl-placeholder{flex-grow:100}.rsssl-placeholder .rsssl-placeholder-line{float:right;width:100%;height:16px;margin-top:12px;border-radius:7px;animation:shine-lines 1.6s infinite linear;background-image:linear-gradient(-90deg,#ddd 0,#e8e8e8 40px,#ddd 80px);background-size:600px}.rsssl-placeholder .rsssl-placeholder-line:last-of-type{margin-bottom:24px}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(1){width:99%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(2){width:66%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(3){width:94%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(4){width:75%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(5){width:78%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(6){width:66%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(7){width:67%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(8){width:76%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(9){width:79%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(10){width:85%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(11){width:92%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(12){width:78%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(13){width:65%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(14){width:75%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(15){width:73%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(16){width:92%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(17){width:96%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(18){width:91%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(19){width:99%}.rsssl-placeholder .rsssl-placeholder-line:nth-of-type(20){width:79%}.rsssl-placeholder .rsssl-placeholder-line ~ .rsssl-placeholder-line{background-color:#ddd}.rsssl-dashboard-placeholder.rsssl-grid-item.rsssl-row-2{grid-row:span 1}.rsssl-settings-placeholder .rsssl-grid-item{min-height:400px}.rsssl-menu-placeholder{min-height:400px}@keyframes shine-lines{0%{background-position:-400px}100%{background-position:220px}}.rsssl .rsssl-other-plugins .rsssl-placeholder{background-color:transparent}.rsssl .rsssl-other-plugins .rsp-logo img{height:20px}.rsssl .rsssl-other-plugins-container{display:flex !important;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;font-size:var(--rsp-fs-300);line-height:1.7;gap:var(--rsp-spacing-xxs)}@media screen and (max-width:992px){.rsssl .rsssl-other-plugins-container{flex-direction:row;overflow:hidden}}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element{width:100%;display:flex;align-content:space-between;justify-content:space-between;gap:10px;--rsp-other-plugins-color:var(---rsp-brand-primary)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-zip-recipes{--rsp-other-plugins-color:var(--rsp-pink)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-burst-statistics{--rsp-other-plugins-color:var(--rsp-green)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-gdpr{--rsp-other-plugins-color:var(--rsp-blue)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-terms-conditions{--rsp-other-plugins-color:var(--rsp-black)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-really-simple-ssl{--rsp-other-plugins-color:var(--rsp-yellow)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a{width:max-content;color:var(--rsp-text-color-light);transition:color .3s ease;display:flex;align-items:center;min-width:0;gap:var(--rsp-spacing-xs);text-decoration:none}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover{color:var(--rsp-other-plugins-color);text-decoration:underline}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-bullet{background-color:var(--rsp-other-plugins-color)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-other-plugins-content{text-decoration:underline}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-bullet{transition:background-color .3s ease;background-color:var(--rsp-other-plugins-color)}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugins-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugin-status{min-width:fit-content}.rsssl-tips_tricks .rsssl-grid-item-header .rsssl-grid-item-controls{height:28px}.rsssl-tips-tricks-container{display:flex !important;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;font-size:var(--rsp-fs-300);line-height:1.7;gap:var(--rsp-spacing-xxs)}@media screen and (max-width:992px){.rsssl-tips-tricks-container{flex-direction:row;overflow:hidden}}.rsssl-tips-tricks-container .rsssl-tips-tricks-element{width:calc(50% - var(--rsp-spacing-xxs))}@media(max-width:768px){.rsssl-tips-tricks-container .rsssl-tips-tricks-element{width:100%}}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a{color:var(--rsp-text-color-light);transition:color .3s ease;display:flex;align-items:center;gap:var(--rsp-spacing-xs);min-width:0;text-decoration:none}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover{color:var(--rsp-brand-primary);text-decoration:underline}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover svg path{fill:var(--rsp-brand-primary)}.rsssl-tips-tricks-container .rsssl-tips-tricks-element a:hover .rsssl-tips-tricks-content{text-decoration:underline}.rsssl-tips-tricks-container .rsssl-tips-tricks-element .rsssl-bullet{transition:background-color .3s ease;background-color:var(--rsp-grey-300)}.rsssl-tips-tricks-container .rsssl-tips-tricks-element .rsssl-tips-tricks-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsssl div[class^=rsssl-wizard-] .rsssl-helplink{color:var(--rsp-text-color)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item{position:relative;margin-bottom:var(--rsp-grid-gap)}@media(max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item{grid-column:span 4}}.rsssl div[class^=rsssl-wizard-].rsssl-column-2{grid-column:span 2}@media(max-width:1080px){.rsssl div[class^=rsssl-wizard-].rsssl-column-2{grid-column:span 4}}.rsssl div[class^=rsssl-wizard-] .rsssl-locked{position:absolute;z-index:20;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,0.8);border-radius:var(--rsp-border-radius)}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-shield-overlay{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);display:flex;align-items:center;justify-content:center;height:calc(100px + 2 * var(--rsp-spacing-s));width:calc(200px + 2 * var(--rsp-spacing-s));z-index:19}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked:has(.rsssl-shield-overlay){min-height:calc(100px + 4 * var(--rsp-spacing-s));display:flex;align-items:center;justify-content:center;position:relative;padding:var(--rsp-spacing-s)}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{z-index:20;position:absolute;display:flex;align-items:center;gap:var(--rsp-spacing-s);background-color:var(--rsp-white);margin:var(--rsp-spacing-s);border-radius:var(--rsp-border-radius-s);box-shadow:var(--rsp-box-shadow);bottom:0;width:calc(100% - 2 * var(--rsp-spacing-s));padding:var(--rsp-spacing-m) var(--rsp-spacing-l)}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay .rsssl-open{float:right;margin-left:12px}.rsssl div[class^=rsssl-wizard-] .rsssl-locked .rsssl-locked-overlay .rsssl-progress-status{float:right;margin-left:20px}.rsssl div[class^=rsssl-wizard-]>div:nth-last-of-type(2){margin-bottom:0;border-radius:var(--rsp-border-radius) var(--rsp-border-radius) 0 0}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container{position:sticky;bottom:0;display:flex;flex-direction:column;z-index:20}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button{box-shadow:none !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button:focus,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons a.button:active,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button:focus,.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-container .rsssl-grid-item-footer-buttons button:active{box-shadow:none !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-scroll-progress-container{display:flex;flex-direction:column;width:100%;height:3px;background-color:var(--rsp-grey-300);overflow:hidden}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-scroll-progress{height:100%;background-color:var(--rsp-blue)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{background:var(--rsp-grey-100);border-radius:0 0 var(--rsp-border-radius) var(--rsp-border-radius);border-top:1px solid var(--rsp-grey-300);box-sizing:border-box;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);box-shadow:var(--rsp-box-shadow);gap:var(--rsp-grid-margin);width:100%;min-height:20px;justify-content:space-around}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer>div:last-of-type{margin-right:auto}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-buttons{display:flex;justify-content:flex-end;align-items:center;gap:var(--rsp-spacing-s)}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer .rsssl-legend{display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer .rsssl-legend span{padding-right:5px}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer-upsell-bar .button{display:inline-block !important}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-footer:empty{display:none}.rsssl-wizard-help{display:flex;flex-wrap:wrap;align-content:flex-start;gap:var(--rsp-spacing-xs)}.rsssl-wizard-help details{font-size:var(--rsp-fs-200)}.rsssl-wizard-help details .rsssl-help-more-info{display:flex;flex-direction:row;margin-top:12px}.rsssl-wizard-help details summary{display:grid;grid-template-columns:1fr auto;justify-content:space-between;font-size:var(--rsp-fs-300);font-weight:600;cursor:pointer}.rsssl-wizard-help details summary::-webkit-details-marker{display:none}.rsssl-wizard-help details summary:first-of-type{list-style-type:none}.rsssl-wizard-help details summary .rsssl-icon{transition:all .3s ease-in-out;transform:rotate(0)}.rsssl-wizard-help code{white-space:pre-line;display:block}.rsssl-wizard-help summary,.rsssl-wizard-help p{font-size:var(--rsp-fs-200)}.rsssl-wizard-help details[open]{padding:var(--rsp-spacing-s) var(--rsp-spacing-m)}.rsssl-wizard-help details[open] summary{padding:0;padding-bottom:var(--rsp-spacing-xs)}.rsssl-wizard-help details[open] summary .rsssl-icon{transform:rotate(-180deg)}.rsssl-wizard-help .rsssl-help-header{width:100%;display:flex;padding:10px}.rsssl-wizard-help .rsssl-help-header .rsssl-help-title{font-size:18px}.rsssl-wizard-help .rsssl-help-header .rsssl-help-control{margin-right:auto;cursor:pointer}.rsssl-wizard-help>div{flex-grow:1;width:100%}.rsssl-wizard-help-notice{width:100%;background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);border-radius:var(--rsp-border-radius-s);height:fit-content;background-color:var(--rsp-dark-blue-faded)}.rsssl-wizard-help-notice.rsssl-warning{background-color:var(--rsp-red-faded)}.rsssl-wizard-help-notice.rsssl-open{background-color:var(--rsp-yellow-faded)}.rsssl-wizard-help-notice summary,.rsssl-wizard-help-notice p{padding:var(--rsp-spacing-s) var(--rsp-spacing-m)}.rsssl-wizard-menu{height:fit-content;background:none !important;box-shadow:none !important}.rsssl-wizard-menu .rsssl-grid-item-header{padding-right:var(--rsp-spacing-xs)}.rsssl-wizard-menu .rsssl-grid-item-content{padding:0;padding-bottom:var(--rsp-spacing-l)}.rsssl-wizard-menu-items>.rsssl-menu-item>a{font-weight:600 !important;padding-inline:var(--rsp-spacing-xs) !important}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-active{border-radius:var(--rsp-border-radius-s);background:var(--rsp-yellow-faded);box-shadow:var(--rsp-box-shadow)}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-active a:hover{text-decoration:none}.rsssl-wizard-menu-items .rsssl-main-menu .rsssl-menu-item a span{font-weight:600}.rsssl-wizard-menu-items .rsssl-menu-item a{display:flex;align-items:center;gap:var(--rsp-spacing-xs);text-decoration:none;color:var(--rsp-text-color);font-size:var(--rsp-fs-400);padding-block:var(--rsp-spacing-xs);transition:all .2s ease-in-out;padding-right:var(--rsp-spacing-xs)}.rsssl-wizard-menu-items .rsssl-menu-item a:hover{text-decoration:underline}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-active>a{font-weight:600}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-active a:focus{box-shadow:none !important}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured.rsssl-active .rsssl-menu-item-beta-pill{color:var(--rsp-dark-blue)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a .rsssl-menu-item-featured-pill{background:var(--rsp-green);color:var(--rsp-text-color-white);padding:4px 8px;border-radius:var(--rsp-border-radius-xs);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-featured a .rsssl-menu-item-beta-pill{color:var(--rsp-dark-blue)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new .rsssl-menu-item-new-pill{background:var(--rsp-yellow);color:var(--rsp-text-color-dark);padding:4px 8px;border-radius:var(--rsp-border-radius-xs);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new.rsssl-active .rsssl-menu-item-new-pill{color:var(--rsp-text-color-dark)}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-new a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-premium a{flex-wrap:wrap}.rsssl-wizard-menu-items .rsssl-menu-item.rsssl-premium a .rsssl-menu-item-featured-pill{background:var(--rsp-dark-blue);color:var(--rsp-text-color-white);padding:2px 9px;border-radius:var(--rsp-border-radius);font-size:var(--rsp-fs-100)}.rsssl-wizard-menu-items .rsssl-submenu-item a{padding-right:calc(var(--rsp-spacing-xs) + var(--rsp-spacing-s)) !important;font-size:var(--rsp-fs-300)}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a{text-decoration:none;position:relative}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a span{color:initial}.rsssl-wizard-menu-items .rsssl-submenu-item .rsssl-active a::before{content:"•";color:var(--rsp-dark-blue);font-size:3em;position:absolute;right:var(--rsp-spacing-xxs) !important;margin-bottom:7px}html{scroll-behavior:smooth}.rsssl div[class^=rsssl-wizard-] .components-flex{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.rsssl div[class^=rsssl-wizard-] .components-flex .components-flex-item label{margin:0}.rsssl div[class^=rsssl-wizard-] .components-flex .rsssl-tooltip{flex-grow:1}.rsssl div[class^=rsssl-wizard-] .components-flex .components-input-control__container{max-width:max-content}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item-content label{font-size:var(--rsp-fs-300);font-weight:400;line-height:1.5;text-transform:unset;box-sizing:border-box;display:inherit;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rsssl div[class^=rsssl-wizard-] .components-base-control__field{margin-bottom:0}.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-base-control__field,.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-flex{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;width:100%}.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-base-control__field .components-form-toggle,.rsssl div[class^=rsssl-wizard-] .components-toggle-control .components-flex .components-form-toggle{margin-left:0}.rsssl div[class^=rsssl-wizard-] select option{font-size:var(--rsp-fs-300)}.rsssl div[class^=rsssl-wizard-] .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--rsp-dark-blue)}.rsssl div[class^=rsssl-wizard-] input.components-form-toggle__input[type=checkbox]:disabled{background:var(--rsp-grey-100);opacity:.7}.rsssl div[class^=rsssl-wizard-] .rsssl-grid-item .rsssl-grid-item-content{padding:var(--rsp-spacing-xs) 0}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap .rsssl-comment{font-style:italic}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-block:var(--rsp-spacing-s);padding-inline:var(--rsp-spacing-l);overflow:hidden}@media screen and (max-width:1280px){.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-inline:var(--rsp-spacing-m)}}@media screen and (max-width:1080px){.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro{padding-inline:var(--rsp-spacing-s)}}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap>.rsssl-field-wrap,.rsssl div[class^=rsssl-wizard-] .rsssl-settings-block-intro>.rsssl-field-wrap{padding:0}.rsssl div[class^=rsssl-wizard-] .rsssl-field-button{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.rsssl .rsssl-highlight{background-color:transparent;border-right:4px solid var(--rsp-green);-o-animation:fadeIt 3s ease-in-out;animation:fadeIt 3s ease-in-out;scroll-margin-top:100px;scroll-padding-top:100px}.rsssl .rsssl-block-highlight{border:0;-o-animation:pulse 2s infinite;animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 var(--rsp-green)}70%{-webkit-box-shadow:0 0 0 10px var(--rsp-green-faded)}100%{-webkit-box-shadow:0 0 0 0 var(--rsp-green-faded)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 var(--rsp-green);box-shadow:0 0 0 0 var(--rsp-green)}70%{-moz-box-shadow:0 0 0 10px var(--rsp-green-faded);box-shadow:0 0 0 10px var(--rsp-green-faded)}100%{-moz-box-shadow:0 0 0 0 var(--rsp-green-faded);box-shadow:0 0 0 0 var(--rsp-green-faded)}}@-o-keyframes fadeIt{0%{background-color:transparent}30%{background-color:var(--rsp-green-faded)}100%{border-left:0;background-color:inherit}}@keyframes fadeIt{0%{background-color:transparent;border-left:0}30%{background-color:var(--rsp-green-faded)}100%{background-color:inherit}}.rsssl-email-verified{position:absolute;bottom:23px;left:35px}.rsssl-ip-verified{position:absolute;bottom:8px;left:6px}.rsssl-license .rsssl-task-element{padding-top:var(--rsp-spacing-s);padding-bottom:0}.rsssl-license .rsssl-license-field{display:flex}.input-container{position:relative;display:inline-block;width:100%}input.rsssl-input.full{width:100%;padding-left:40px}input.rsssl-input.rsssl-error{border:2px solid var(--rsp-red);outline:0}input.rsssl-input.rsssl-error:focus{border-color:var(--rsp-red) !important}input.rsssl-input.rsssl-success{border:2px solid var(--rsp-green);outline:0}input.rsssl-input.rsssl-success:focus{border-color:var(--rsp-green) !important}.wp-core-ui select{flex-grow:1 !important;max-width:33%}.icon-button{position:absolute;left:10px;top:50%;transform:translateY(-50%);border:0;background:100%;cursor:pointer}.rsssl-group-filter{min-width:25%;max-width:100% !important}.rsssl .components-snackbar-list.edit-site-notices{width:max-content;position:fixed;bottom:var(--rsp-spacing-m);left:var(--rsp-spacing-l)}.rsssl .components-snackbar-list.edit-site-notices>div{margin-right:auto}.rsssl .components-snackbar-list.edit-site-notices .components-snackbar{background:var(--rsp-background-block-color);box-shadow:var(--rsp-box-shadow);border-radius:var(--rsp-border-radius);color:var(--rsp-color-success);background-color:#fff;font-weight:700;font-size:14px}.rsssl-mixed-content-scan .rsssl-mixed-content-placeholder{height:250px}.rsssl-mixed-content-scan .rsssl-mixed-content-placeholder div{background-color:var(--rsp-grey-200);margin:10px 0;height:20px}.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell[data-column-id="2"]{display:grid}.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell{min-width:110px}.rsssl-mixed-content-scan .rsssl-progress-container .rsssl-progress-bar{border-radius:5px;height:20px;background-color:var(--rsp-green)}.rsssl-mixed-content-scan .rsssl-task-status,.rsssl-mixed-content-scan .rsssl-locked-overlay .rsssl-progress-status,.rsssl-locked-overlay .rsssl-mixed-content-scan .rsssl-progress-status{min-width:min-content}.rsssl-mixed-content-scan .rsssl-task-status.rsssl-warning,.rsssl-mixed-content-scan .rsssl-locked-overlay .rsssl-warning.rsssl-progress-status,.rsssl-locked-overlay .rsssl-mixed-content-scan .rsssl-warning.rsssl-progress-status{background-color:var(--rsp-yellow);color:var(--rsp-text-color)}.rsssl-mixed-content-scan button.button{line-height:1.5;min-height:10px}.rsssl-mixed-content-scan .rsssl-grid-item-content-footer{display:flex;gap:var(--rsp-spacing-s)}.rsssl-mixed-content-scan .rsssl-current-scan-action,.rsssl-mixed-content-scan .rsssl-mixed-content-description{margin:10px 5px;font-size:var(--rsp-fs-300)}.rsssl-learningmode-placeholder{height:150px}.rsssl-learningmode-placeholder div{background-color:var(--rsp-grey-200);margin:10px 0;height:20px}.rsssl-learning-mode-delete{cursor:pointer;background:100%;border:0;font-size:1.5em;font-weight:700}.rsssl-locked-overlay .rsssl-open{float:right;margin-left:12px}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-completed,.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-enforced{background-color:var(--rsp-color-success);color:#fff}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode{background-color:var(--rsp-color-open)}.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-error{background-color:var(--rsp-color-error);color:#fff}.rsssl-locked-overlay .rsssl-progress-status.rsssl-disabled,.rsssl-locked-overlay .rsssl-progress-status.rsssl-learning-mode-disabled{background-color:var(--rsp-color-disabled)}.rsssl-learning-mode-footer{display:flex;align-items:center;justify-content:flex-start;gap:var(--rsp-spacing-s)}.rsssl-learning-mode-footer select{margin-right:auto}.rsssl-learning-mode-footer label{display:flex;align-items:center}.rsssl-learning-mode-footer label input{margin-top:0}.rsssl-lets-encrypt-tests{margin:var(--rsp-spacing-xs) var(--rsp-spacing-xl)}.rsssl-lets-encrypt-tests .rsssl-features ul{display:flex;list-style-type:none;padding:0;margin:0}.rsssl-lets-encrypt-tests .rsssl-features ul .rsssl-checkbox-items{display:flex;flex-direction:column;align-items:flex-start;margin-left:var(--rsp-spacing-l)}.rsssl-lets-encrypt-tests .rsssl-progress-bar{padding-block:0;margin-bottom:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress{overflow:hidden;height:var(--rsp-spacing-m);border-radius:5px;background-color:var(--rsp-grey-200)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress .rsssl-bar{height:100%;background-color:var(--rsp-color-success)}.rsssl-lets-encrypt-tests .rsssl-progress-bar .rsssl-progress .rsssl-bar.rsssl-orange{background-color:var(--rsp-color-warning)}.rsssl-lets-encrypt-tests p{margin-bottom:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-progress-text{display:flex;align-items:center;padding:var(--rsp-spacing-m) var(--rsp-spacing-l);padding-block:0;padding-top:var(--rsp-spacing-xs)}@media screen and (max-width:1280px){.rsssl-lets-encrypt-tests .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}@media screen and (max-width:1080px){.rsssl-lets-encrypt-tests .rsssl-progress-text{padding:var(--rsp-spacing-xs) var(--rsp-spacing-s)}}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-percentage{font-size:32px;font-weight:700}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-text-span{margin-right:35px;font-size:18px;font-weight:600}.rsssl-lets-encrypt-tests .rsssl-progress-text .rsssl-progress-text-span a{margin-right:3px}.rsssl-lets-encrypt-tests ul li{display:flex;margin-bottom:15px}.rsssl-lets-encrypt-tests ul li .rsssl-icon{margin-left:7px}.rsssl-lets-encrypt-tests ul li ul li:before{background-color:var(--rsp-grey-500);color:#fff;height:6px;width:6px;border-radius:50%;content:"";position:absolute;margin-top:7px;margin-right:-19px}.rsssl-lets-encrypt-tests .rsssl-test-results ul li{display:block}.rsssl-lets-encrypt-tests .rsssl-test-results h4{margin:var(--rsp-spacing-m) 0}.rsssl-lets-encrypt-tests .rsssl-test-results a+button{margin-right:var(--rsp-spacing-m)}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-certificate-data{display:none}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div{display:flex;flex-direction:row;margin-left:20px}.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div .rsssl-dns-domain,.rsssl-lets-encrypt-tests .rsssl-test-results .rsssl-dns-text-records div .rsssl-dns-field{margin-left:var(--rsp-spacing-m);width:50%}.rsssl-lets-encrypt-tests .rsssl-modal-subtitle{display:none}.rsssl-lets-encrypt-tests .components-toggle-control{margin:20px 0}.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rdt_TableCell,.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rdt_TableCol{min-width:fit-content}.rsssl div[class^=rsssl-wizard-] .rsssl-permissions_policy .rsssl-locked .rsssl-shield-overlay{top:calc(100% - 300px)}.rsssl-vulnerability-action a.button{margin-right:10px}.rsssl-processing{opacity:.5}.rsssl-vulnerabilities_measures-overview .allowRowEvents .wp-core-ui select{max-width:100%}.rsssl-vulnerabilities_measures-overview .rdt_TableCell:nth-child(2) select{max-width:100%}.rsssl-vulnerabilities_measures .rsssl-locked-overlay input[type=checkbox]{margin-top:0}.rsssl-404_blocking .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-user_agents .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-content_security_policy_source_directives .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_block_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-two_fa_users .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-vulnerabilities_overview .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-permissions_policy .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_white_list_listing .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-firewall_logs_content .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_country .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_users .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-mixed-content-scan .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-content_security_policy .rsssl-field-wrap nav.rdt_Pagination>div>svg,.rsssl-hardening-xml .rsssl-field-wrap nav.rdt_Pagination>div>svg{display:none !important}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar{float:left;padding:0}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__inner,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__inner{display:flex;align-items:center;border-radius:3px;transition:background-color .3s ease}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__inner:focus-within,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__inner:focus-within{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__input,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__input{width:150px;transition:width .3s ease}.rsssl-404_blocking .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-user_agents .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-search-bar__input:focus,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-search-bar__input:focus{width:200px}.rsssl-404_blocking .rsssl-field-wrap .rsssl-container,.rsssl-user_agents .rsssl-field-wrap .rsssl-container,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-container,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-container,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-container,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-container,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-container,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-container,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-container,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-container,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-container,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-container,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-container{padding:2em;display:flex;align-items:center;justify-content:space-between}.rsssl-404_blocking .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-user_agents .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-multiselect-datatable-form,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-multiselect-datatable-form{display:flex;align-items:center;Justify-content:space-between;width:100%;padding:1em 2em;background:var(--rsp-blue-faded)}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child{min-width:20px;float:left}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child button,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child span{min-width:20px;float:left}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol_Sortable,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol_Sortable{flex-direction:row}.rsssl-404_blocking .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-user_agents .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-content_security_policy_source_directives .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_block_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-two_fa_users .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-vulnerabilities_overview .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-permissions_policy .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_white_list_listing .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-firewall_logs_content .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_country .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_users .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-mixed-content-scan .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-content_security_policy .rsssl-field-wrap #cell-2-force_update>div>select,.rsssl-hardening-xml .rsssl-field-wrap #cell-2-force_update>div>select{max-width:100%}.rsssl-404_blocking .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-user_agents .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-content_security_policy_source_directives .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_block_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-two_fa_users .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-vulnerabilities_overview .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-permissions_policy .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_white_list_listing .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-firewall_logs_content .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_country .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_users .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-mixed-content-scan .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-content_security_policy .rsssl-field-wrap #cell-2-quarantine>div>select,.rsssl-hardening-xml .rsssl-field-wrap #cell-2-quarantine>div>select{max-width:100%}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCol:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:first-child{min-width:initial}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:0;flex-direction:row-reverse;min-width:initial}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow{padding:var(--rsp-spacing-xs) 0}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow:nth-child(odd),.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow:nth-child(odd){background-color:var(--rsp-grey-200)}.rsssl-404_blocking .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableRow .rdt_TableCell:last-child{flex-grow:0}.rsssl-404_blocking .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-user_agents .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-two_fa_users .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-permissions_policy .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-content_security_policy .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3),.rsssl-hardening-xml .rsssl-field-wrap .rsssl-csp-revoked>div:nth-child(-n+3){opacity:.3}.rsssl-content_security_policy .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:0;min-width:initial;justify-content:flex-end}.rdt_TableRow .rdt_TableCell:last-child{flex-grow:0;min-width:initial}.rsssl-csp-revoked>div:nth-child(-n+3){opacity:.3}.rsssl-content_security_policy .rsssl-field-wrap>div>div,.rsssl-xml_rpc .rsssl-field-wrap>div>div{overflow-x:inherit;overflow-y:inherit}.rsssl-mixed-content-datatable>div>div{display:flex}.rsssl-vulnerabilities_measures .rdt_TableRow .rdt_TableCell:nth-child(3){max-width:50%}.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-right:calc(-1 * var(--rsp-spacing-l));margin-left:calc(-1 * var(--rsp-spacing-l))}@media(max-width:1280px){.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-right:calc(-1 * var(--rsp-spacing-m));margin-left:calc(-1 * var(--rsp-spacing-m))}}@media(max-width:1080px){.rsssl-vulnerabilities_measures .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-firewall_event_log_viewer .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap,.rsssl-mixed-content-scan .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap{margin-right:calc(-1 * var(--rsp-spacing-s));margin-left:calc(-1 * var(--rsp-spacing-s))}}.rsssl-vulnerabilities_measures .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities_measures .rsssl-field-wrap>div>button,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities_measures .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-404_blocking .rsssl-field-wrap>.components-base-control,.rsssl-404_blocking .rsssl-field-wrap .rsssl-comment,.rsssl-404_blocking .rsssl-field-wrap .rsssl-progress-container,.rsssl-404_blocking .rsssl-field-wrap>div>button,.rsssl-404_blocking .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-404_blocking .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-404_blocking .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-user_agents .rsssl-field-wrap>.components-base-control,.rsssl-user_agents .rsssl-field-wrap .rsssl-comment,.rsssl-user_agents .rsssl-field-wrap .rsssl-progress-container,.rsssl-user_agents .rsssl-field-wrap>div>button,.rsssl-user_agents .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-user_agents .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-user_agents .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_logs .rsssl-field-wrap>.components-base-control,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_logs .rsssl-field-wrap>div>button,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-permissions_policy .rsssl-field-wrap>.components-base-control,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-comment,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-progress-container,.rsssl-permissions_policy .rsssl-field-wrap>div>button,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-two_fa_users .rsssl-field-wrap>.components-base-control,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-comment,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-progress-container,.rsssl-two_fa_users .rsssl-field-wrap>div>button,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap>div>button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-content_security_policy_source_directives .rsssl-field-wrap>.components-base-control,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-comment,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-progress-container,.rsssl-content_security_policy_source_directives .rsssl-field-wrap>div>button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_white_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_white_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_block_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_block_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_list_listing .rsssl-field-wrap>.components-base-control,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_list_listing .rsssl-field-wrap>div>button,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-vulnerabilities_overview .rsssl-field-wrap>.components-base-control,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-comment,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-progress-container,.rsssl-vulnerabilities_overview .rsssl-field-wrap>div>button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_country .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_country .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_users .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_users .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_event_log_viewer .rsssl-field-wrap>.components-base-control,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_event_log_viewer .rsssl-field-wrap>div>button,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_event_log_viewer .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-firewall_logs_content .rsssl-field-wrap>.components-base-control,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-comment,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-progress-container,.rsssl-firewall_logs_content .rsssl-field-wrap>div>button,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-mixed-content-scan .rsssl-field-wrap>.components-base-control,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-comment,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-progress-container,.rsssl-mixed-content-scan .rsssl-field-wrap>div>button,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-mixed-content-scan .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap>.components-base-control,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-comment,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-progress-container,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap>div>button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-content_security_policy .rsssl-field-wrap>.components-base-control,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-comment,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-progress-container,.rsssl-content_security_policy .rsssl-field-wrap>div>button,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-content_security_policy .rsssl-field-wrap .rsssl-current-scan-action,.rsssl-hardening-xml .rsssl-field-wrap>.components-base-control,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-comment,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-progress-container,.rsssl-hardening-xml .rsssl-field-wrap>div>button,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-learning-mode-footer,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-mixed-content-description,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-current-scan-action{margin-right:var(--rsp-spacing-l);margin-left:var(--rsp-spacing-l)}.rsssl-vulnerabilities_measures .rdt_TableCell:first-child,.rsssl-vulnerabilities_measures .rdt_TableCol:first-child,.rsssl-404_blocking .rdt_TableCell:first-child,.rsssl-404_blocking .rdt_TableCol:first-child,.rsssl-user_agents .rdt_TableCell:first-child,.rsssl-user_agents .rdt_TableCol:first-child,.rsssl-firewall_logs .rdt_TableCell:first-child,.rsssl-firewall_logs .rdt_TableCol:first-child,.rsssl-permissions_policy .rdt_TableCell:first-child,.rsssl-permissions_policy .rdt_TableCol:first-child,.rsssl-two_fa_users .rdt_TableCell:first-child,.rsssl-two_fa_users .rdt_TableCol:first-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCol:first-child,.rsssl-content_security_policy_source_directives .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rdt_TableCol:first-child,.rsssl-firewall_white_list_listing .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rdt_TableCol:first-child,.rsssl-firewall_block_list_listing .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rdt_TableCol:first-child,.rsssl-firewall_list_listing .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rdt_TableCol:first-child,.rsssl-vulnerabilities_overview .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rdt_TableCol:first-child,.rsssl-limit_login_attempts_country .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rdt_TableCol:first-child,.rsssl-limit_login_attempts_users .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rdt_TableCol:first-child,.rsssl-firewall_event_log_viewer .rdt_TableCell:first-child,.rsssl-firewall_event_log_viewer .rdt_TableCol:first-child,.rsssl-firewall_logs_content .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rdt_TableCol:first-child,.rsssl-limit_login_attempts_event_log .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rdt_TableCol:first-child,.rsssl-mixed-content-scan .rdt_TableCell:first-child,.rsssl-mixed-content-scan .rdt_TableCol:first-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCol:first-child,.rsssl-content_security_policy .rdt_TableCell:first-child,.rsssl-content_security_policy .rdt_TableCol:first-child,.rsssl-hardening-xml .rdt_TableCell:first-child,.rsssl-hardening-xml .rdt_TableCol:first-child{padding-right:var(--rsp-spacing-l);padding-left:var(--rsp-spacing-l)}.rsssl-vulnerabilities_measures .rdt_TableCell:last-child,.rsssl-vulnerabilities_measures .rdt_TableCol:last-child,.rsssl-404_blocking .rdt_TableCell:last-child,.rsssl-404_blocking .rdt_TableCol:last-child,.rsssl-user_agents .rdt_TableCell:last-child,.rsssl-user_agents .rdt_TableCol:last-child,.rsssl-firewall_logs .rdt_TableCell:last-child,.rsssl-firewall_logs .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableCell:last-child,.rsssl-permissions_policy .rdt_TableCol:last-child,.rsssl-two_fa_users .rdt_TableCell:last-child,.rsssl-two_fa_users .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rdt_TableCol:last-child,.rsssl-firewall_event_log_viewer .rdt_TableCell:last-child,.rsssl-firewall_event_log_viewer .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rdt_TableCol:last-child,.rsssl-mixed-content-scan .rdt_TableCell:last-child,.rsssl-mixed-content-scan .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rdt_TableCol:last-child,.rsssl-content_security_policy .rdt_TableCell:last-child,.rsssl-content_security_policy .rdt_TableCol:last-child,.rsssl-hardening-xml .rdt_TableCell:last-child,.rsssl-hardening-xml .rdt_TableCol:last-child{padding-left:var(--rsp-spacing-l)}.rsssl-content_security_policy .rdt_TableCell,.rsssl-content_security_policy .rdt_TableCol,.rsssl-permissions_policy .rdt_TableCell,.rsssl-permissions_policy .rdt_TableCol,.rsssl-firewall_list_listing .rdt_TableCell,.rsssl-firewall_list_listing .rdt_TableCol,.rsssl-user_agents .rdt_TableCell,.rsssl-user_agents .rdt_TableCol,.rsssl-404_blocking .rdt_TableCell,.rsssl-404_blocking .rdt_TableCol,.rsssl-firewall_white_list_listing .rdt_TableCell,.rsssl-firewall_white_list_listing .rdt_TableCol,.rsssl-firewall_block_list_listing .rdt_TableCell,.rsssl-firewall_block_list_listing .rdt_TableCol,.rsssl-hardening-xml .rdt_TableCell,.rsssl-hardening-xml .rdt_TableCol,.rsssl-vulnerabilities_overview .rdt_TableCell,.rsssl-vulnerabilities_overview .rdt_TableCol,.rsssl-content_security_policy_source_directives .rdt_TableCell,.rsssl-content_security_policy_source_directives .rdt_TableCol,.rsssl-vulnerabilities-measures-overview .rdt_TableCell,.rsssl-vulnerabilities-measures-overview .rdt_TableCol,.rsssl-limit_login_attempts_ip_address .rdt_TableCell,.rsssl-limit_login_attempts_ip_address .rdt_TableCol,.rsssl-limit_login_attempts_users .rdt_TableCell,.rsssl-limit_login_attempts_users .rdt_TableCol,.rsssl-limit_login_attempts_country .rdt_TableCell,.rsssl-limit_login_attempts_country .rdt_TableCol,.rsssl-two_fa_users .rdt_TableCell,.rsssl-two_fa_users .rdt_TableCol,.rsssl-firewall_logs .rdt_TableCell,.rsssl-firewall_logs .rdt_TableCol,.rsssl-firewall_logs_content .rdt_TableCell,.rsssl-firewall_logs_content .rdt_TableCol,.rsssl-limit_login_attempts_event_log .rdt_TableCell,.rsssl-limit_login_attempts_event_log .rdt_TableCol{min-width:initial}.rsssl-content_security_policy .rdt_Pagination,.rsssl-permissions_policy .rdt_Pagination,.rsssl-firewall_list_listing .rdt_Pagination,.rsssl-user_agents .rdt_Pagination,.rsssl-404_blocking .rdt_Pagination,.rsssl-firewall_white_list_listing .rdt_Pagination,.rsssl-firewall_block_list_listing .rdt_Pagination,.rsssl-hardening-xml .rdt_Pagination,.rsssl-vulnerabilities_overview .rdt_Pagination,.rsssl-content_security_policy_source_directives .rdt_Pagination,.rsssl-vulnerabilities-measures-overview .rdt_Pagination,.rsssl-limit_login_attempts_ip_address .rdt_Pagination,.rsssl-limit_login_attempts_users .rdt_Pagination,.rsssl-limit_login_attempts_country .rdt_Pagination,.rsssl-two_fa_users .rdt_Pagination,.rsssl-firewall_logs .rdt_Pagination,.rsssl-firewall_logs_content .rdt_Pagination,.rsssl-limit_login_attempts_event_log .rdt_Pagination{margin-top:0;padding:0 25px}.rsssl-content_security_policy .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-permissions_policy .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-user_agents .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-404_blocking .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_white_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_block_list_listing .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-hardening-xml .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-vulnerabilities_overview .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-content_security_policy_source_directives .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-vulnerabilities-measures-overview .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_ip_address .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_users .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_country .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-two_fa_users .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_logs .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-firewall_logs_content .rdt_tableCell:has(div>.rsssl-action-buttons),.rsssl-limit_login_attempts_event_log .rdt_tableCell:has(div>.rsssl-action-buttons){position:relative}.rsssl-content_security_policy .rsssl-field-wrap,.rsssl-permissions_policy .rsssl-field-wrap,.rsssl-firewall_list_listing .rsssl-field-wrap,.rsssl-user_agents .rsssl-field-wrap,.rsssl-404_blocking .rsssl-field-wrap,.rsssl-firewall_white_list_listing .rsssl-field-wrap,.rsssl-firewall_block_list_listing .rsssl-field-wrap,.rsssl-hardening-xml .rsssl-field-wrap,.rsssl-vulnerabilities_overview .rsssl-field-wrap,.rsssl-content_security_policy_source_directives .rsssl-field-wrap,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap,.rsssl-limit_login_attempts_users .rsssl-field-wrap,.rsssl-limit_login_attempts_country .rsssl-field-wrap,.rsssl-two_fa_users .rsssl-field-wrap,.rsssl-firewall_logs .rsssl-field-wrap,.rsssl-firewall_logs_content .rsssl-field-wrap,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap{padding:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:1}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableHeadRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableHeadRow{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_Pagination,.rsssl-permissions_policy .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-user_agents .rsssl-field-wrap .rdt_Pagination,.rsssl-404_blocking .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_Pagination,.rsssl-hardening-xml .rsssl-field-wrap .rdt_Pagination,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_Pagination,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_Pagination,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_Pagination,.rsssl-two_fa_users .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_logs .rsssl-field-wrap .rdt_Pagination,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_Pagination,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_Pagination{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow{border:0}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:last-child{flex-grow:1}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_Expanding .rdt_TableRow .rdt_TableCell:first-child{padding:0;flex-direction:row}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-user_agents .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableBody .rdt_TableRow .rdt_TableCell:first-child{padding:0 25px;flex-direction:row}.rsssl-content_security_policy .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-permissions_policy .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-user_agents .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-404_blocking .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-hardening-xml .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-two_fa_users .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_logs .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-firewall_logs_content .rsssl-field-wrap .rsssl-learning-mode-delete,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rsssl-learning-mode-delete{float:left}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div{width:100%}.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-content_security_policy .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-permissions_policy .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-user_agents .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-404_blocking .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_white_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_block_list_listing .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-hardening-xml .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-vulnerabilities_overview .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-content_security_policy_source_directives .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-vulnerabilities-measures-overview .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_ip_address .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_users .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_country .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-two_fa_users .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_logs .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-firewall_logs_content .rsssl-field-wrap .rdt_TableCell:last-child div a,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div button,.rsssl-limit_login_attempts_event_log .rsssl-field-wrap .rdt_TableCell:last-child div a{margin-right:10px}.rsssl-limit_login_attempts_event_log .rdt_TableHeadRow .rdt_TableCol:last-child,.rsssl-firewall_logs_content .rdt_TableHeadRow .rdt_TableCol:last-child{justify-content:flex-start}.rsssl-vulnerabilities-measures-overview .allowRowEvents .wp-core-ui select{max-width:100%}.rsssl-vulnerabilities-measures-overview div:first-child{white-space:initial !important}.rsssl-vulnerabilities-measures-overview .rdt_TableCell:nth-child(2) select{max-width:100%}.rsssl-content_security_policy .rdt_TableCol:last-child,.rsssl-permissions_policy .rdt_TableCol:last-child{flex-grow:1;text-align:left}.rsssl-content_security_policy .rdt_TableCol:last-child div,.rsssl-permissions_policy .rdt_TableCol:last-child div{width:100%;display:flex;justify-content:flex-start}.rsssl-content_security_policy .rdt_TableCell:last-child,.rsssl-permissions_policy .rdt_TableCell:last-child{flex-grow:1;text-align:left}.rsssl-content_security_policy .rdt_TableCell:last-child div,.rsssl-permissions_policy .rdt_TableCell:last-child div{width:100%;display:flex;justify-content:flex-end}.rsssl-content_security_policy .rdt_TableCell:last-child div button,.rsssl-permissions_policy .rdt_TableCell:last-child div button{margin-left:0 !important}.rsssl-vulnerabilities-measures-overview .rdt_TableRow .rdt_TableCell:last-child{overflow:hidden;text-overflow:ellipsis;width:200px}.rsssl-content_security_policy_source_directives:has(.rsssl-shield-overlay){min-height:250px}.rsssl .rsssl-new-features-block .rsssl-grid-item-content{display:flex;flex-direction:column;justify-content:space-between}.rsssl .rsssl-new-features{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--rsp-spacing-xs)}@media only screen and (max-width:1599px) and (min-width:1280px){.rsssl .rsssl-new-features{gap:var(--rsp-spacing-xxs)}}.rsssl .rsssl-new-feature{width:100%;color:var(--rsp-text-color-light);display:flex;align-items:flex-start;min-width:0;gap:var(--rsp-spacing-xs);text-decoration:none}.rsssl .rsssl-new-feature .rsssl-icon{margin-top:2px}.rsssl .rsssl-new-feature .rsssl-new-feature-desc p{font-size:var(--rsp-fs-300)}a.rsssl-skip-link{display:flex;justify-content:center;margin:15px 0 20px}.rsssl-two_fa_users div[data-column-id="5"].rdt_TableCol{display:none}.rsssl-two_fa_users .rdt_TableRow .rdt_TableCell:last-child{flex:1;display:flex;justify-content:flex-end}.rsssl-two_fa_users .rdt_TableHeadRow .rdt_TableCol:last-child{flex-grow:1;display:flex;justify-content:flex-end}.rsssl-two_fa_general .MuiPopper-root,.rsssl-two_fa_general .MuiPaper-root,.rsssl-two_fa_email .MuiPopper-root,.rsssl-two_fa_email .MuiPaper-root,.rsssl-two_fa_totp .MuiPopper-root,.rsssl-two_fa_totp .MuiPaper-root,.rsssl-two_fa_users .MuiPopper-root,.rsssl-two_fa_users .MuiPaper-root{max-height:30px;z-index:15}.rsssl-two_fa_general .MuiPopper-root div,.rsssl-two_fa_general .MuiPaper-root div,.rsssl-two_fa_email .MuiPopper-root div,.rsssl-two_fa_email .MuiPaper-root div,.rsssl-two_fa_totp .MuiPopper-root div,.rsssl-two_fa_totp .MuiPaper-root div,.rsssl-two_fa_users .MuiPopper-root div,.rsssl-two_fa_users .MuiPaper-root div{font-family:inherit !important}.rsssl-two_fa_general .MuiPopper-root ul,.rsssl-two_fa_general .MuiPaper-root ul,.rsssl-two_fa_email .MuiPopper-root ul,.rsssl-two_fa_email .MuiPaper-root ul,.rsssl-two_fa_totp .MuiPopper-root ul,.rsssl-two_fa_totp .MuiPaper-root ul,.rsssl-two_fa_users .MuiPopper-root ul,.rsssl-two_fa_users .MuiPaper-root ul{max-height:initial}.rsssl-add-button__inner .button{display:flex;align-items:center}.rsssl-add-button__inner .button .icon{margin-right:8px}.rsssl-modal .rsssl-intro-logo{width:7em;position:absolute;left:1.6em;height:auto;bottom:.15em;margin:0;padding:0}@media(max-width:768px){.rsssl-modal .rsssl-intro-logo{display:none}}.rsssl-modal .rsssl-ssl-intro-container .rsssl-details{display:flex;padding:var(--rsp-spacing-xs) var(--rsp-spacing-m);gap:var(--rsp-spacing-xs)}.rsssl-modal .rsssl-ssl-intro-container .rsssl-details .rsssl-icon{min-width:25px}.rsssl-modal .rsssl-modal-footer{padding:var(--rsp-spacing-m) var(--rsp-spacing-m)}.rsssl-modal .icon-spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}.rsssl .rsssl-locked{position:relative;z-index:0}.rsssl .rsssl-locked.rsssl-locked-premium .rsssl-locked-overlay{bottom:var(--rsp-spacing-s);flex-direction:column;z-index:0}.rsssl .rsssl-locked .rsssl-locked-overlay{display:flex;bottom:0;text-align:right;margin-bottom:20px;padding:0;z-index:0}.rsssl .rsssl-locked .rsssl-locked-overlay.rsssl-premium{bottom:0;flex-direction:column}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-header{width:100%;flex-direction:row}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-header .rsssl-locked-header-title{font-weight:600;color:var(--rsp-blue)}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-content{flex-direction:row;width:100%}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer{display:flex;align-items:center;justify-content:flex-start;width:100%}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer a{position:relative;float:right !important}.rsssl .rsssl-locked .rsssl-locked-overlay .rsssl-locked-footer::after{content:"";display:table;clear:both}.rsssl .rsssl-disabled .rsssl-field-wrap .rsssl-locked{background:transparent}.rsssl div[class^=rsssl-wizard-] .rsssl-hardening-xml .rsssl-locked .rsssl-shield-overlay{align-items:center;display:flex;justify-content:center}.rsssl-accordeon{border:1px solid #ccc;border-radius:5px;overflow:hidden;transition:all .3s ease}.rsssl-accordeon__header{display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;padding:10px;cursor:pointer}.rsssl-accordeon__header__inner{display:flex;align-items:center}.rsssl-accordeon__header__icon{width:20px;height:20px;margin-left:10px}.rsssl-accordeon__header__title{font-size:16px;font-weight:bold}.rsssl-accordeon__header__button__inner{background:100%;border:0;cursor:pointer;font-size:18px}.rsssl-accordeon__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.rsssl-accordeon--open .rsssl-accordeon__content{max-height:300px}.rsssl-accordeon__content__inner{padding:15px;background-color:#fff}.rsssl div[class^=rsssl-wizard-] .rsssl-tooltip-icon .react-tooltip{max-width:300px;white-space:pre-wrap}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap label{display:flex}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap label .cmplz-label-text{margin-left:10px}.rsssl div[class^=rsssl-wizard-] .rsssl-field-wrap .rsssl-icon{cursor:pointer}.rsssl .rsssl-skeleton:empty{margin:auto;margin-bottom:25px;width:100%;height:235px;background-image:linear-gradient(-100deg,rgba(255,255,255,0),rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.5) 15%),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0),linear-gradient(#f2f2f2 38px,transparent 0);background-repeat:repeat-y;background-size:50px 200px,100% 117px,100% 117px,100% 117px,100% 117px;background-position:100% 0,1px 1px,1px 40px,1px 79px,1px 118px;background-color:#d6d8db;border-left:1px solid #d6d8db;animation:shine 2.5s infinite}@keyframes shine{to{background-position:0% 0,1px 1px,1px 40px,1px 79px,1px 118px}}.rsssl .rsssl-loader{margin:0;width:50px;height:15px;text-align:center;font-size:10px}.rsssl .rsssl-loader>div{margin:1px;background-color:#333;height:100%;width:3px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.rsssl .rsssl-loader.rsssl-loader-white>div{background-color:#fff}.rsssl .rsssl-loader .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.rsssl .rsssl-loader .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.rsssl .rsssl-loader .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.rsssl .rsssl-loader .rect5{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.rsssl .button-primary .rsssl-loader div{background-color:#fff}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.4);-webkit-transform:scaleY(0.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.rsssl{--rsp-brand-primary:var(--rsp-yellow);--rsp-brand-secondary:var(--rsp-blue);--rsp-brand-primary-faded:var(--rsp-yellow-faded)}
  • really-simple-ssl/trunk/class-admin.php

    r3198701 r3209008  
    26672667        if ( $this->secure_cookie_settings_status() !== 'set' ) {
    26682668            $wpconfig_path = $this->wpconfig_path();
     2669
    26692670            if ( empty( $wpconfig_path ) ) {
    26702671                return;
  • really-simple-ssl/trunk/functions.php

    r3152546 r3209008  
    173173
    174174/**
    175  * @return string
    176  *
    177  * Get wp-config.php path
    178  */
    179 if ( ! function_exists('rsssl_wpconfig_path' ) ) {
     175 * Determines the path to WordPress configuration file (wp-config.php)
     176 *
     177 * This function attempts to locate the wp-config.php file in the following order:
     178 * 1. Checks for a filtered path via 'rsssl_wpconfig_path' filter
     179 * 2. Looks in the WordPress installation root directory (ABSPATH)
     180 * 3. Looks in the parent directory of the WordPress installation
     181 *
     182 * @return string The full path to wp-config.php if found, empty string otherwise
     183 *
     184 * @filter rsssl_wpconfig_path Allows modification of the wp-config.php path
     185 *
     186 * @example
     187 * // Get wp-config.php path
     188 * $config_path = rsssl_wpconfig_path();
     189 *
     190 * // Filter example
     191 * add_filter('rsssl_wpconfig_path', function($path) {
     192 *     return '/custom/path/to/wp-config.php';
     193 * });
     194 */
     195if ( ! function_exists( 'rsssl_wpconfig_path' ) ) {
    180196    function rsssl_wpconfig_path(): string {
     197        // Allow the wp-config.php path to be overridden via a filter.
     198        $filtered_path = apply_filters( 'rsssl_wpconfig_path', '' );
     199
     200        // If a filtered path is provided and valid, use it.
     201        if ( ! empty( $filtered_path ) && file_exists( $filtered_path ) ) {
     202            return $filtered_path;
     203        }
     204
     205        // Default behavior to locate wp-config.php
    181206        $location_of_wp_config = ABSPATH;
    182207        if ( ! file_exists( ABSPATH . 'wp-config.php' ) && file_exists( dirname( ABSPATH ) . '/wp-config.php' ) ) {
    183208            $location_of_wp_config = dirname( ABSPATH );
    184209        }
     210
    185211        $location_of_wp_config = trailingslashit( $location_of_wp_config );
    186212        $wpconfig_path         = $location_of_wp_config . 'wp-config.php';
     213
     214        // Check if the file exists and return the path if valid.
    187215        if ( file_exists( $wpconfig_path ) ) {
    188216            return $wpconfig_path;
    189217        }
    190218
     219        // Return an empty string if no valid wp-config.php path is found.
    191220        return '';
    192221    }
  • really-simple-ssl/trunk/languages/really-simple-ssl.pot

    r3198701 r3209008  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Really Simple Security Pro 9.1.3\n"
     5"Project-Id-Version: Really Simple Security Pro 9.1.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/really-simple-ssl-pro\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-11-21T08:11:44+00:00\n"
     12"POT-Creation-Date: 2024-12-10T13:59:11+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.11.0\n"
     14"X-Generator: WP-CLI 2.8.1\n"
    1515"X-Domain: really-simple-ssl\n"
    1616
    1717#. Plugin Name of the plugin
    18 #: really-simple-ssl-pro.php
    19 #: onboarding/class-onboarding.php:216
    2018msgid "Really Simple Security Pro"
    2119msgstr ""
    2220
    2321#. Plugin URI of the plugin
    24 #: really-simple-ssl-pro.php
    2522msgid "https://really-simple-ssl.com"
    2623msgstr ""
    2724
    2825#. Description of the plugin
    29 #: really-simple-ssl-pro.php
    3026msgid "Simple and performant security"
    3127msgstr ""
    3228
    3329#. Author of the plugin
    34 #: really-simple-ssl-pro.php
    3530msgid "Really Simple Plugins"
    3631msgstr ""
    3732
    3833#. Author URI of the plugin
    39 #: really-simple-ssl-pro.php
    4034msgid "https://really-simple-plugins.com"
    4135msgstr ""
     
    9690
    9791#: assets/templates/two_fa/onboarding.php:126
    98 #: settings/build/814.6b641b67b3724fe2c046.js:1
    99 #: settings/build/829.24d4695d8d9daec16c60.js:1
     92#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     93#: settings/build/928.a4828756026ad32cf7bc.js:1
    10094#: settings/src/Onboarding/OnboardingControls.js:201
    10195msgid "Skip"
     
    144138#: assets/templates/two_fa/totp-config.php:23
    145139#: security/wordpress/two-fa/class-rsssl-two-factor-profile-settings.php:355
    146 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:923
     140#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:925
    147141msgid "Download Backup Codes"
    148142msgstr ""
     
    164158#: assets/templates/two_fa/totp-config.php:42
    165159#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:373
    166 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:707
     160#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:709
    167161msgid "Authentication Code:"
    168162msgstr ""
     
    209203
    210204#: class-admin.php:160
    211 #: settings/build/index.882a8b39d4cfa4743063.js:1
     205#: settings/build/index.dc0e12538832ff741b9e.js:1
    212206#: settings/src/Header.js:45
    213207msgid "Support"
     
    233227#: class-admin.php:611
    234228#: settings/build/43.3e98c0eeb2e262efa304.js:1
    235 #: settings/build/814.6b641b67b3724fe2c046.js:1
    236 #: settings/build/829.24d4695d8d9daec16c60.js:1
     229#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     230#: settings/build/928.a4828756026ad32cf7bc.js:1
    237231#: settings/src/Dashboard/TaskElement.js:58
    238232#: settings/src/Dashboard/TaskElement.js:62
     
    243237#: class-admin.php:611
    244238#: settings/build/43.3e98c0eeb2e262efa304.js:1
    245 #: settings/build/778.c387d34797a194dcf5f7.js:1
    246 #: settings/build/814.6b641b67b3724fe2c046.js:1
    247 #: settings/build/829.24d4695d8d9daec16c60.js:1
     239#: settings/build/778.60eedd33628297ab6b97.js:1
     240#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     241#: settings/build/928.a4828756026ad32cf7bc.js:1
    248242#: settings/src/Dashboard/TaskElement.js:51
    249243#: settings/src/Settings/Help.js:24
     
    252246
    253247#. translators: %1$ and %2$ are replaced with opening and closing a tag containing hyperlink
    254 #: class-admin.php:1690
     248#: class-admin.php:1695
    255249msgid "Hi, Really Simple Security has kept your site secure for some time now, awesome! If you have a moment, please consider leaving a review on WordPress.org to spread the word. We greatly appreciate it! If you have any questions or feedback, leave us a %1$smessage%2$s."
    256250msgstr ""
    257251
    258252#. translators: %1$ and %2$ are replaced with opening and closing a tag containing hyperlink
    259 #: class-admin.php:1697
     253#: class-admin.php:1702
    260254msgid "Hi, Really Simple Security has kept your site secure for a month now, awesome! If you have a moment, please consider leaving a review on WordPress.org to spread the word. We greatly appreciate it! If you have any questions or feedback, leave us a %1$smessage%2$s."
    261255msgstr ""
    262256
    263 #: class-admin.php:1705
     257#: class-admin.php:1710
    264258msgid "Leave a review"
    265259msgstr ""
    266260
    267 #: class-admin.php:1710
     261#: class-admin.php:1715
    268262msgid "Maybe later"
    269263msgstr ""
    270264
    271 #: class-admin.php:1713
     265#: class-admin.php:1718
    272266msgid "Don't show again"
    273267msgstr ""
    274268
    275 #: class-admin.php:1851
     269#: class-admin.php:1856
    276270msgid "Completed"
    277271msgstr ""
    278272
    279 #: class-admin.php:1852
     273#: class-admin.php:1857
    280274#: pro/class-licensing.php:653
    281 #: settings/build/829.24d4695d8d9daec16c60.js:1
     275#: settings/build/928.a4828756026ad32cf7bc.js:1
    282276#: settings/src/Settings/MixedContentScan/MixedContentScan.js:58
    283277msgid "Warning"
    284278msgstr ""
    285279
    286 #: class-admin.php:1853
     280#: class-admin.php:1858
    287281#: pro/class-licensing.php:654
    288 #: pro/security/wordpress/class-rsssl-geo-block.php:1502
     282#: pro/security/wordpress/class-rsssl-geo-block.php:1504
    289283#: settings/config/menu.php:367
    290284msgid "Open"
    291285msgstr ""
    292286
    293 #: class-admin.php:1854
     287#: class-admin.php:1859
    294288#: settings/build/43.3e98c0eeb2e262efa304.js:1
    295289#: settings/src/Dashboard/OtherPlugins/OtherPlugins.js:21
     
    297291msgstr ""
    298292
    299 #: class-admin.php:1895
     293#: class-admin.php:1900
    300294msgid "No recommended redirect rules detected."
    301295msgstr ""
    302296
    303 #: class-admin.php:1910
     297#: class-admin.php:1915
    304298#: lets-encrypt/class-letsencrypt-handler.php:290
    305299msgid "(unknown)"
    306300msgstr ""
    307301
    308 #: class-admin.php:1919
     302#: class-admin.php:1924
    309303msgid "Your wp-config.php has to be edited, but is not writable."
    310304msgstr ""
    311305
    312 #: class-admin.php:1920
    313 #: class-admin.php:1941
     306#: class-admin.php:1925
     307#: class-admin.php:1946
    314308msgid "Set your wp-config.php to writable and reload this page."
    315309msgstr ""
    316310
    317 #: class-admin.php:1921
     311#: class-admin.php:1926
    318312msgid "To safely enable SSL on your server configuration, you should add the following line of code to your wp-config.php."
    319313msgstr ""
    320314
    321 #: class-admin.php:1941
     315#: class-admin.php:1946
    322316msgid "A definition of a site url or home url was detected in your wp-config.php, but the file is not writable."
    323317msgstr ""
    324318
    325 #: class-admin.php:1956
     319#: class-admin.php:1961
    326320msgid "The 'force-deactivate.php' file has to be renamed to .txt. Otherwise your ssl can be deactivated by anyone on the internet."
    327321msgstr ""
    328322
    329 #: class-admin.php:1957
    330 #: settings/build/814.6b641b67b3724fe2c046.js:1
    331 #: settings/build/829.24d4695d8d9daec16c60.js:1
     323#: class-admin.php:1962
     324#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     325#: settings/build/928.a4828756026ad32cf7bc.js:1
    332326#: settings/src/Onboarding/Items/ListItem.js:46
    333327msgid "Check again"
    334328msgstr ""
    335329
    336 #: class-admin.php:1973
     330#: class-admin.php:1978
    337331msgid "SSL is now activated. Follow the three steps in this article to check if your website is secure."
    338332msgstr ""
    339333
    340 #: class-admin.php:1985
     334#: class-admin.php:1990
    341335msgid "SSL is enabled on your site."
    342336msgstr ""
    343337
    344 #: class-admin.php:1989
     338#: class-admin.php:1994
    345339msgid "SSL is not enabled yet."
    346340msgstr ""
    347341
    348 #: class-admin.php:2006
     342#: class-admin.php:2011
    349343msgid "The wp-config.php file is not writable, and needs to be edited. Please set this file to writable."
    350344msgstr ""
    351345
    352 #: class-admin.php:2010
     346#: class-admin.php:2015
    353347#: class-site-health.php:277
    354348msgid "No SSL detected"
    355349msgstr ""
    356350
    357 #: class-admin.php:2011
     351#: class-admin.php:2016
    358352msgid "No SSL detected. Use the retry button to check again."
    359353msgstr ""
    360354
    361 #: class-admin.php:2014
    362 #: class-admin.php:2024
    363 #: class-admin.php:2039
     355#: class-admin.php:2019
     356#: class-admin.php:2029
     357#: class-admin.php:2044
    364358msgid "Install SSL certificate"
    365359msgstr ""
    366360
    367 #: class-admin.php:2015
     361#: class-admin.php:2020
    368362msgid "Retry"
    369363msgstr ""
    370364
    371 #: class-admin.php:2020
     365#: class-admin.php:2025
    372366#: onboarding/class-onboarding.php:288
    373367msgid "Could not test certificate"
    374368msgstr ""
    375369
    376 #: class-admin.php:2021
     370#: class-admin.php:2026
    377371#: onboarding/class-onboarding.php:288
    378372msgid "Automatic certificate detection is not possible on your server."
    379373msgstr ""
    380374
    381 #: class-admin.php:2025
     375#: class-admin.php:2030
    382376msgid "Check manually"
    383377msgstr ""
    384378
    385 #: class-admin.php:2030
     379#: class-admin.php:2035
    386380msgid "Your SSL certificate will expire soon."
    387381msgstr ""
    388382
    389383#. translators: %s is replaced with date.
    390 #: class-admin.php:2033
     384#: class-admin.php:2038
    391385msgid "SSL certificate will expire on %s."
    392386msgstr ""
    393387
    394388#. translators: %s is replaced with date.
    395 #: class-admin.php:2033
     389#: class-admin.php:2038
    396390msgid "If your hosting provider auto-renews your certificate, no action is required. Alternatively, you have the option to generate an SSL certificate with Really Simple Security."
    397391msgstr ""
    398392
    399393#. translators: %1$ and %2$s are replaced with the opening and closing tag with link.
    400 #: class-admin.php:2035
     394#: class-admin.php:2040
    401395msgid "Depending on your hosting provider, %1$smanual installation%2$s may be required."
    402396msgstr ""
    403397
    404 #: class-admin.php:2040
     398#: class-admin.php:2045
    405399#: settings/build/43.3e98c0eeb2e262efa304.js:1
    406 #: settings/build/814.6b641b67b3724fe2c046.js:1
    407 #: settings/build/829.24d4695d8d9daec16c60.js:1
     400#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     401#: settings/build/928.a4828756026ad32cf7bc.js:1
    408402#: settings/src/Dashboard/TaskElement.js:52
    409403msgid "Re-check"
    410404msgstr ""
    411405
    412 #: class-admin.php:2053
     406#: class-admin.php:2058
    413407msgid "Really Simple Security has received no response from the webpage."
    414408msgstr ""
    415409
    416 #: class-admin.php:2060
     410#: class-admin.php:2065
    417411msgid "The mixed content fixer is active, but was not detected on the frontpage."
    418412msgstr ""
    419413
    420 #: class-admin.php:2065
     414#: class-admin.php:2070
    421415msgid "Error occurred when retrieving the webpage."
    422416msgstr ""
    423417
    424 #: class-admin.php:2071
     418#: class-admin.php:2076
    425419msgid "Mixed content fixer not enabled. Enable the option to fix mixed content on your site."
    426420msgstr ""
    427421
    428422#. translators: %s is replaced with the error description.
    429 #: class-admin.php:2078
     423#: class-admin.php:2083
    430424msgid "The mixed content fixer could not be detected due to a cURL error: %s. cURL errors are often caused by an outdated version of PHP or cURL and don't affect the front-end of your site. Contact your hosting provider for a fix."
    431425msgstr ""
    432426
    433 #: class-admin.php:2091
     427#: class-admin.php:2096
    434428msgid "301 redirect to https set."
    435429msgstr ""
    436430
    437 #: class-admin.php:2095
     431#: class-admin.php:2100
    438432msgid "No 301 redirect is set. Enable the WordPress 301 redirect in the settings to get a 301 permanent redirect."
    439433msgstr ""
    440434
    441 #: class-admin.php:2110
     435#: class-admin.php:2115
     436#: class-admin.php:2121
     437msgid "301 .htaccess redirect"
     438msgstr ""
     439
    442440#: class-admin.php:2116
    443 msgid "301 .htaccess redirect"
    444 msgstr ""
    445 
    446 #: class-admin.php:2111
    447441msgid "The 301 redirect with .htaccess to HTTPS is now enabled."
    448442msgstr ""
    449443
    450 #: class-admin.php:2117
     444#: class-admin.php:2122
    451445msgid "WordPress 301 redirect enabled. We recommend to enable a 301 .htaccess redirect."
    452446msgstr ""
    453447
    454 #: class-admin.php:2124
     448#: class-admin.php:2129
    455449msgid "Enable a .htaccess redirect or PHP redirect in the settings to create a 301 redirect."
    456450msgstr ""
    457451
    458 #: class-admin.php:2129
     452#: class-admin.php:2134
    459453msgid ".htaccess redirect."
    460454msgstr ""
    461455
    462 #: class-admin.php:2131
     456#: class-admin.php:2136
    463457msgid "The .htaccess redirect rules selected by this plugin failed in the test. Set manually or dismiss to leave on PHP redirect."
    464458msgstr ""
    465459
    466 #: class-admin.php:2146
     460#: class-admin.php:2151
    467461msgid "Your site uses Elementor. This can require some additional steps before getting the secure lock."
    468462msgstr ""
    469463
    470 #: class-admin.php:2160
     464#: class-admin.php:2165
    471465msgid "Your site uses Divi. This can require some additional steps before getting the secure lock."
    472466msgstr ""
    473467
    474 #: class-admin.php:2171
     468#: class-admin.php:2176
    475469msgid "See which recommended security headers are not present on your website."
    476470msgstr ""
    477471
    478 #: class-admin.php:2180
     472#: class-admin.php:2185
    479473msgid "Recommended security headers enabled."
    480474msgstr ""
    481475
    482 #: class-admin.php:2191
     476#: class-admin.php:2196
    483477msgid "Implement Two-Factor Authentication or Passkey login."
    484478msgstr ""
    485479
    486 #: class-admin.php:2203
     480#: class-admin.php:2208
    487481msgid "Protect your login form with Limit Login Attempts."
    488482msgstr ""
    489483
    490 #: class-admin.php:2215
     484#: class-admin.php:2220
    491485msgid "Protect your site with a performant Firewall."
    492486msgstr ""
    493487
    494488#. translators: %s is replaced with the plugin name.
    495 #: class-admin.php:2227
     489#: class-admin.php:2232
    496490msgid "We have detected the %s plugin on your website."
    497491msgstr ""
    498492
    499493#. translators: %s is replaced with the plugin name.
    500 #: class-admin.php:2227
     494#: class-admin.php:2232
    501495msgid "As Really Simple Security handles all the functionality this plugin provides, we recommend to disable this plugin to prevent unexpected behavior."
    502496msgstr ""
    503497
    504 #: class-admin.php:2241
     498#: class-admin.php:2246
    505499msgid "Black Friday sale! Get 40% Off Really Simple Security Pro"
    506500msgstr ""
    507501
    508 #: class-admin.php:2256
     502#: class-admin.php:2261
    509503msgid "Please check if your REST API is loading correctly. Your site currently is using the slower Ajax fallback method to load the settings."
    510504msgstr ""
    511505
    512 #: class-admin.php:2270
     506#: class-admin.php:2275
    513507msgid "Complete email validation and enable notifications to make sure you will receive security warnings."
    514508msgstr ""
    515509
    516 #: class-admin.php:2278
     510#: class-admin.php:2283
    517511msgid "Email address successfully verified."
    518512msgstr ""
    519513
    520 #: class-admin.php:2294
     514#: class-admin.php:2299
    521515msgid "Your site uses plain permalinks, which causes issues with the REST API. Please use a different permalinks configuration."
    522516msgstr ""
    523517
    524518#. translators: %1$s: opening bold tag, %2$s: closing bold tag
    525 #: class-admin.php:3053
     519#: class-admin.php:3059
    526520msgid "Really Simple SSL is now %1$sReally Simple Security!%2$s"
    527521msgstr ""
    528522
    529 #: class-admin.php:3060
     523#: class-admin.php:3066
    530524msgid "Read about our journey towards Really Simple Security"
    531525msgstr ""
    532526
    533 #: class-admin.php:3066
     527#: class-admin.php:3072
    534528msgid "Experience all powerful features of Really Simple Security Pro using this %slimited time discount%s: %s"
    535529msgstr ""
     
    629623#: settings/config/fields/vulnerability-detection.php:236
    630624#: settings/build/43.3e98c0eeb2e262efa304.js:1
    631 #: settings/build/829.24d4695d8d9daec16c60.js:1
     625#: settings/build/928.a4828756026ad32cf7bc.js:1
    632626#: settings/src/Dashboard/SslLabs/SslLabs.js:320
    633627#: settings/src/LetsEncrypt/DnsVerification.js:57
     
    703697#: class-site-health.php:273
    704698#: settings/build/43.3e98c0eeb2e262efa304.js:1
    705 #: settings/build/814.6b641b67b3724fe2c046.js:1
    706 #: settings/build/829.24d4695d8d9daec16c60.js:1
     699#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     700#: settings/build/928.a4828756026ad32cf7bc.js:1
    707701#: settings/src/Dashboard/Progress/ProgressFooter.js:24
    708702#: settings/src/Onboarding/OnboardingControls.js:168
     
    12001194#: lets-encrypt/config/fields.php:134
    12011195#: lets-encrypt/config/notices.php:51
    1202 #: settings/build/829.24d4695d8d9daec16c60.js:1
     1196#: settings/build/928.a4828756026ad32cf7bc.js:1
    12031197#: settings/src/LetsEncrypt/DnsVerification.js:62
    12041198msgid "Domain"
     
    14161410#: lets-encrypt/functions.php:376
    14171411#: lets-encrypt/functions.php:377
    1418 #: settings/build/778.c387d34797a194dcf5f7.js:1
     1412#: settings/build/778.60eedd33628297ab6b97.js:1
    14191413#: settings/src/Settings/SettingsGroup.js:99
    14201414msgid "Instructions"
     
    17001694
    17011695#: onboarding/class-onboarding.php:188
    1702 #: settings/build/778.c387d34797a194dcf5f7.js:1
     1696#: settings/build/778.60eedd33628297ab6b97.js:1
    17031697#: settings/src/Settings/Settings.js:153
    17041698msgid "Save and continue"
     
    17221716#: settings/config/menu.php:777
    17231717#: settings/build/43.3e98c0eeb2e262efa304.js:1
    1724 #: settings/build/814.6b641b67b3724fe2c046.js:1
    1725 #: settings/build/829.24d4695d8d9daec16c60.js:1
     1718#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     1719#: settings/build/928.a4828756026ad32cf7bc.js:1
    17261720#: settings/src/Dashboard/OtherPlugins/OtherPluginsData.js:74
    17271721#: settings/src/Onboarding/OnboardingControls.js:192
     
    18651859#: pro/class-scan.php:1856
    18661860#: settings/build/43.3e98c0eeb2e262efa304.js:1
    1867 #: settings/build/814.6b641b67b3724fe2c046.js:1
    1868 #: settings/build/829.24d4695d8d9daec16c60.js:1
     1861#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     1862#: settings/build/928.a4828756026ad32cf7bc.js:1
    18691863#: settings/src/Settings/MixedContentScan/MixedContentScan.js:90
    18701864#: settings/src/Settings/RiskConfiguration/RiskData.js:115
     
    20362030
    20372031#: pro/class-importer.php:537
    2038 #: settings/build/index.882a8b39d4cfa4743063.js:1
     2032#: settings/build/index.dc0e12538832ff741b9e.js:1
    20392033#: settings/src/Settings/FieldsData.js:183
    20402034msgid "Something went wrong"
     
    24672461msgstr ""
    24682462
    2469 #: pro/security/wordpress/class-rsssl-geo-block.php:260
     2463#: pro/security/wordpress/class-rsssl-geo-block.php:262
    24702464msgid "Administrator IP"
    24712465msgstr ""
    24722466
    2473 #: pro/security/wordpress/class-rsssl-geo-block.php:295
    2474 #: pro/security/wordpress/class-rsssl-geo-block.php:350
    2475 #: pro/security/wordpress/class-rsssl-geo-block.php:415
    2476 #: pro/security/wordpress/class-rsssl-geo-block.php:471
     2467#: pro/security/wordpress/class-rsssl-geo-block.php:297
     2468#: pro/security/wordpress/class-rsssl-geo-block.php:352
     2469#: pro/security/wordpress/class-rsssl-geo-block.php:417
     2470#: pro/security/wordpress/class-rsssl-geo-block.php:473
    24772471msgid "Missing or invalid region data."
    24782472msgstr ""
    24792473
    2480 #: pro/security/wordpress/class-rsssl-geo-block.php:300
    2481 #: pro/security/wordpress/class-rsssl-geo-block.php:355
    2482 #: pro/security/wordpress/class-rsssl-geo-block.php:420
    2483 #: pro/security/wordpress/class-rsssl-geo-block.php:476
     2474#: pro/security/wordpress/class-rsssl-geo-block.php:302
     2475#: pro/security/wordpress/class-rsssl-geo-block.php:357
     2476#: pro/security/wordpress/class-rsssl-geo-block.php:422
     2477#: pro/security/wordpress/class-rsssl-geo-block.php:478
    24842478msgid "Invalid region code."
    24852479msgstr ""
    24862480
    24872481#. translators: %s: Name of the country that was removed from the blocked list.
    2488 #: pro/security/wordpress/class-rsssl-geo-block.php:332
     2482#: pro/security/wordpress/class-rsssl-geo-block.php:334
    24892483msgid "Access from all countries in %s is now blocked."
    24902484msgstr ""
    24912485
    2492 #: pro/security/wordpress/class-rsssl-geo-block.php:392
     2486#: pro/security/wordpress/class-rsssl-geo-block.php:394
    24932487msgid "Access from the selected regions is now blocked."
    24942488msgstr ""
    24952489
    2496 #: pro/security/wordpress/class-rsssl-geo-block.php:398
     2490#: pro/security/wordpress/class-rsssl-geo-block.php:400
    24972491msgid "An error occurred while adding regions to the list."
    24982492msgstr ""
    24992493
    25002494#. translators: %s: Name of the country that was removed from the blocked list.
    2501 #: pro/security/wordpress/class-rsssl-geo-block.php:453
     2495#: pro/security/wordpress/class-rsssl-geo-block.php:455
    25022496msgid "Access from all countries in %s is now allowed."
    25032497msgstr ""
    25042498
    2505 #: pro/security/wordpress/class-rsssl-geo-block.php:512
     2499#: pro/security/wordpress/class-rsssl-geo-block.php:514
    25062500msgid "Access from the selected regions is now allowed."
    25072501msgstr ""
    25082502
    2509 #: pro/security/wordpress/class-rsssl-geo-block.php:518
     2503#: pro/security/wordpress/class-rsssl-geo-block.php:520
    25102504msgid "An error occurred while removing regions from the list."
    25112505msgstr ""
    25122506
    2513 #: pro/security/wordpress/class-rsssl-geo-block.php:553
     2507#: pro/security/wordpress/class-rsssl-geo-block.php:555
    25142508msgid "Failed to delete some countries."
    25152509msgstr ""
    25162510
    2517 #: pro/security/wordpress/class-rsssl-geo-block.php:611
    2518 #: pro/security/wordpress/class-rsssl-geo-block.php:656
    2519 #: pro/security/wordpress/class-rsssl-geo-block.php:810
     2511#: pro/security/wordpress/class-rsssl-geo-block.php:613
     2512#: pro/security/wordpress/class-rsssl-geo-block.php:658
     2513#: pro/security/wordpress/class-rsssl-geo-block.php:812
    25202514msgid "Missing or invalid country data."
    25212515msgstr ""
    25222516
    2523 #: pro/security/wordpress/class-rsssl-geo-block.php:618
    2524 #: pro/security/wordpress/class-rsssl-geo-block.php:663
     2517#: pro/security/wordpress/class-rsssl-geo-block.php:620
     2518#: pro/security/wordpress/class-rsssl-geo-block.php:665
    25252519msgid "Country already in the list."
    25262520msgstr ""
    25272521
    2528 #: pro/security/wordpress/class-rsssl-geo-block.php:625
    2529 #: pro/security/wordpress/class-rsssl-geo-block.php:669
     2522#: pro/security/wordpress/class-rsssl-geo-block.php:627
     2523#: pro/security/wordpress/class-rsssl-geo-block.php:671
    25302524msgid "Failed to add country to the list."
    25312525msgstr ""
    25322526
    2533 #: pro/security/wordpress/class-rsssl-geo-block.php:633
    2534 #: pro/security/wordpress/class-rsssl-geo-block.php:675
    2535 #: pro/security/wordpress/class-rsssl-geo-block.php:786
    2536 #: pro/security/wordpress/class-rsssl-geo-block.php:833
    2537 #: pro/security/wordpress/class-rsssl-geo-block.php:1435
     2527#: pro/security/wordpress/class-rsssl-geo-block.php:635
     2528#: pro/security/wordpress/class-rsssl-geo-block.php:677
     2529#: pro/security/wordpress/class-rsssl-geo-block.php:788
     2530#: pro/security/wordpress/class-rsssl-geo-block.php:835
     2531#: pro/security/wordpress/class-rsssl-geo-block.php:1437
    25382532msgid "An error occurred: "
    25392533msgstr ""
    25402534
    25412535#. translators: %s: Name of the country that was removed from the blocked list.
    2542 #: pro/security/wordpress/class-rsssl-geo-block.php:644
     2536#: pro/security/wordpress/class-rsssl-geo-block.php:646
    25432537msgid "Access from %s is now blocked."
    25442538msgstr ""
    25452539
    2546 #: pro/security/wordpress/class-rsssl-geo-block.php:685
     2540#: pro/security/wordpress/class-rsssl-geo-block.php:687
    25472541msgid "Access from the selected countries is now blocked."
    25482542msgstr ""
    25492543
    2550 #: pro/security/wordpress/class-rsssl-geo-block.php:691
     2544#: pro/security/wordpress/class-rsssl-geo-block.php:693
    25512545msgid "An error occurred while adding countries to the list."
    25522546msgstr ""
    25532547
    2554 #: pro/security/wordpress/class-rsssl-geo-block.php:753
    2555 #: pro/security/wordpress/class-rsssl-geo-block.php:1734
    2556 #: pro/security/wordpress/class-rsssl-geo-block.php:1780
    2557 #: pro/security/wordpress/class-rsssl-geo-block.php:1860
     2548#: pro/security/wordpress/class-rsssl-geo-block.php:755
     2549#: pro/security/wordpress/class-rsssl-geo-block.php:1743
     2550#: pro/security/wordpress/class-rsssl-geo-block.php:1789
     2551#: pro/security/wordpress/class-rsssl-geo-block.php:1869
    25582552msgid "Invalid data provided."
    25592553msgstr ""
    25602554
    25612555#. translators: %s: Name of the country that was removed from the blocked list.
    2562 #: pro/security/wordpress/class-rsssl-geo-block.php:774
    2563 #: pro/security/wordpress/class-rsssl-geo-block.php:823
     2556#: pro/security/wordpress/class-rsssl-geo-block.php:776
     2557#: pro/security/wordpress/class-rsssl-geo-block.php:825
    25642558msgid "%s not in the list."
    25652559msgstr ""
    25662560
    25672561#. translators: %s: Name of the country that was removed from the blocked list.
    2568 #: pro/security/wordpress/class-rsssl-geo-block.php:799
     2562#: pro/security/wordpress/class-rsssl-geo-block.php:801
    25692563msgid "Access from %s is now allowed."
    25702564msgstr ""
    25712565
    2572 #: pro/security/wordpress/class-rsssl-geo-block.php:843
     2566#: pro/security/wordpress/class-rsssl-geo-block.php:845
    25732567msgid "Access from the selected countries is now allowed."
    25742568msgstr ""
    25752569
    2576 #: pro/security/wordpress/class-rsssl-geo-block.php:849
     2570#: pro/security/wordpress/class-rsssl-geo-block.php:851
    25772571msgid "An error occurred while removing countries from the list."
    25782572msgstr ""
    25792573
    2580 #: pro/security/wordpress/class-rsssl-geo-block.php:880
     2574#: pro/security/wordpress/class-rsssl-geo-block.php:882
    25812575msgid "Failed to delete %s from the list."
    25822576msgstr ""
    25832577
    2584 #: pro/security/wordpress/class-rsssl-geo-block.php:972
     2578#: pro/security/wordpress/class-rsssl-geo-block.php:974
    25852579#: settings/config/menu.php:681
    25862580msgid "Permanent"
    25872581msgstr ""
    25882582
    2589 #: pro/security/wordpress/class-rsssl-geo-block.php:1113
     2583#: pro/security/wordpress/class-rsssl-geo-block.php:1115
    25902584msgid "We're sorry."
    25912585msgstr ""
    25922586
    2593 #: pro/security/wordpress/class-rsssl-geo-block.php:1114
     2587#: pro/security/wordpress/class-rsssl-geo-block.php:1116
    25942588msgid "This website is unavailable in your region."
    25952589msgstr ""
    25962590
    2597 #: pro/security/wordpress/class-rsssl-geo-block.php:1115
    2598 #: pro/security/wordpress/firewall/class-rsssl-404-interceptor.php:320
     2591#: pro/security/wordpress/class-rsssl-geo-block.php:1117
     2592#: pro/security/wordpress/firewall/class-rsssl-404-interceptor.php:331
    25992593msgid "Your access to this site has been temporarily denied"
    26002594msgstr ""
    26012595
    2602 #: pro/security/wordpress/class-rsssl-geo-block.php:1116
     2596#: pro/security/wordpress/class-rsssl-geo-block.php:1118
    26032597msgid "Your access to this site has been denied"
    26042598msgstr ""
    26052599
    2606 #: pro/security/wordpress/class-rsssl-geo-block.php:1117
     2600#: pro/security/wordpress/class-rsssl-geo-block.php:1119
    26072601msgid "Error code: 403"
    26082602msgstr ""
    26092603
    2610 #: pro/security/wordpress/class-rsssl-geo-block.php:1339
    2611 #: pro/security/wordpress/class-rsssl-geo-block.php:1375
     2604#: pro/security/wordpress/class-rsssl-geo-block.php:1341
     2605#: pro/security/wordpress/class-rsssl-geo-block.php:1377
    26122606#: pro/security/wordpress/limitlogin/class-rsssl-admin-config-countries.php:165
    26132607msgid "Missing filter value."
    26142608msgstr ""
    26152609
    2616 #: pro/security/wordpress/class-rsssl-geo-block.php:1462
     2610#: pro/security/wordpress/class-rsssl-geo-block.php:1464
    26172611#: settings/config/fields/firewall.php:165
    26182612#: settings/config/fields/firewall.php:210
     
    26232617#: settings/config/menu.php:596
    26242618#: settings/config/menu.php:622
    2625 #: settings/build/829.24d4695d8d9daec16c60.js:1
     2619#: settings/build/928.a4828756026ad32cf7bc.js:1
    26262620#: settings/src/Settings/LearningMode/LearningMode.js:141
    26272621msgid "Blocked"
     
    26292623
    26302624#. translators: %s: Name of the country that was removed from the blocked list.
    2631 #: pro/security/wordpress/class-rsssl-geo-block.php:1762
     2625#: pro/security/wordpress/class-rsssl-geo-block.php:1771
    26322626msgid "IP address %s is now %s."
    26332627msgstr ""
    26342628
    2635 #: pro/security/wordpress/class-rsssl-geo-block.php:1791
     2629#: pro/security/wordpress/class-rsssl-geo-block.php:1800
    26362630msgid "IP removed from list."
    26372631msgstr ""
    26382632
    2639 #: pro/security/wordpress/class-rsssl-geo-block.php:1854
     2633#: pro/security/wordpress/class-rsssl-geo-block.php:1863
    26402634msgid "User agent added."
    26412635msgstr ""
    26422636
    2643 #: pro/security/wordpress/class-rsssl-geo-block.php:1894
     2637#: pro/security/wordpress/class-rsssl-geo-block.php:1903
    26442638msgid "User agent removed from current list."
    26452639msgstr ""
    26462640
    2647 #: pro/security/wordpress/class-rsssl-limit-login-admin.php:224
     2641#: pro/security/wordpress/class-rsssl-limit-login-admin.php:225
    26482642msgid "%1s %2$s added to %3$s."
    26492643msgstr ""
    26502644
    2651 #: pro/security/wordpress/class-rsssl-limit-login-admin.php:292
     2645#: pro/security/wordpress/class-rsssl-limit-login-admin.php:293
    26522646msgid "No %1s were added to %2s"
    26532647msgstr ""
    26542648
    2655 #: pro/security/wordpress/class-rsssl-limit-login-admin.php:302
     2649#: pro/security/wordpress/class-rsssl-limit-login-admin.php:303
    26562650msgid "Some %1s were added to %2s, missing %1s are %3s"
    26572651msgstr ""
    26582652
    2659 #: pro/security/wordpress/class-rsssl-limit-login-admin.php:319
     2653#: pro/security/wordpress/class-rsssl-limit-login-admin.php:320
    26602654msgid "All %1s were added to %2s"
    26612655msgstr ""
    26622656
    2663 #: pro/security/wordpress/class-rsssl-limit-login-admin.php:485
    2664 #: pro/security/wordpress/class-rsssl-limit-login-admin.php:519
     2657#: pro/security/wordpress/class-rsssl-limit-login-admin.php:486
     2658#: pro/security/wordpress/class-rsssl-limit-login-admin.php:520
    26652659msgid "Records deleted successfully."
    26662660msgstr ""
    26672661
    2668 #: pro/security/wordpress/class-rsssl-limit-login-admin.php:501
     2662#: pro/security/wordpress/class-rsssl-limit-login-admin.php:502
    26692663msgid "Record not found."
    26702664msgstr ""
    26712665
    2672 #: pro/security/wordpress/class-rsssl-password-security.php:139
     2666#: pro/security/wordpress/class-rsssl-password-security.php:159
    26732667msgid "Password Expires On"
    26742668msgstr ""
    26752669
    26762670#. translators: %1$s: The date the password expires. %2$d: The number of days until the password expires.
    2677 #: pro/security/wordpress/class-rsssl-password-security.php:172
     2671#: pro/security/wordpress/class-rsssl-password-security.php:192
    26782672msgid "%1$s - expires in %2$d days"
    26792673msgstr ""
    26802674
    26812675#. translators: %s: Not required.
    2682 #: pro/security/wordpress/class-rsssl-password-security.php:179
     2676#: pro/security/wordpress/class-rsssl-password-security.php:199
    26832677msgid "Not required"
    26842678msgstr ""
    26852679
    2686 #: pro/security/wordpress/class-rsssl-password-security.php:375
     2680#: pro/security/wordpress/class-rsssl-password-security.php:412
    26872681msgid "Your password has expired. Please change your password."
    26882682msgstr ""
    26892683
    2690 #: pro/security/wordpress/class-rsssl-password-security.php:592
    2691 #: pro/security/wordpress/class-rsssl-password-security.php:596
     2684#: pro/security/wordpress/class-rsssl-password-security.php:629
     2685#: pro/security/wordpress/class-rsssl-password-security.php:633
    26922686msgid "Invalid nonce."
    26932687msgstr ""
    26942688
    2695 #: pro/security/wordpress/class-rsssl-password-security.php:646
     2689#: pro/security/wordpress/class-rsssl-password-security.php:683
    26962690msgid "Your password contains (part of) your (user)name or email address. Choose a different password"
    26972691msgstr ""
    26982692
    2699 #: pro/security/wordpress/class-rsssl-password-security.php:805
    2700 #: pro/security/wordpress/class-rsssl-password-security.php:806
     2693#: pro/security/wordpress/class-rsssl-password-security.php:842
     2694#: pro/security/wordpress/class-rsssl-password-security.php:843
    27012695msgid "Your account is locked"
    27022696msgstr ""
    27032697
    2704 #: pro/security/wordpress/class-rsssl-password-security.php:808
     2698#: pro/security/wordpress/class-rsssl-password-security.php:845
    27052699msgid "Hi %1$s, Your password expired on %2$s , please change your password."
    27062700msgstr ""
    27072701
    2708 #: pro/security/wordpress/class-rsssl-password-security.php:812
     2702#: pro/security/wordpress/class-rsssl-password-security.php:849
    27092703msgid "Unlock Account"
    27102704msgstr ""
    27112705
    2712 #: pro/security/wordpress/class-rsssl-password-security.php:814
    2713 #: pro/security/wordpress/class-rsssl-password-security.php:837
     2706#: pro/security/wordpress/class-rsssl-password-security.php:851
     2707#: pro/security/wordpress/class-rsssl-password-security.php:874
    27142708msgid "Copy this URL to your browser to change your password: %1$s "
    27152709msgstr ""
    27162710
    2717 #: pro/security/wordpress/class-rsssl-password-security.php:823
     2711#: pro/security/wordpress/class-rsssl-password-security.php:860
    27182712msgid "Account Locked"
    27192713msgstr ""
    27202714
    2721 #: pro/security/wordpress/class-rsssl-password-security.php:828
    2722 #: pro/security/wordpress/class-rsssl-password-security.php:829
     2715#: pro/security/wordpress/class-rsssl-password-security.php:865
     2716#: pro/security/wordpress/class-rsssl-password-security.php:866
    27232717msgid "Your password will expire in 7 days"
    27242718msgstr ""
    27252719
    2726 #: pro/security/wordpress/class-rsssl-password-security.php:831
     2720#: pro/security/wordpress/class-rsssl-password-security.php:868
    27272721msgid "Hi %1$s, Your password on %2$s will expire in 7 days, please change your password."
    27282722msgstr ""
    27292723
    2730 #: pro/security/wordpress/class-rsssl-password-security.php:835
     2724#: pro/security/wordpress/class-rsssl-password-security.php:872
    27312725msgid "Change password"
    27322726msgstr ""
    27332727
    2734 #: pro/security/wordpress/class-rsssl-password-security.php:846
     2728#: pro/security/wordpress/class-rsssl-password-security.php:883
    27352729msgid "Change your password"
    27362730msgstr ""
     
    30143008msgstr ""
    30153009
    3016 #: pro/security/wordpress/firewall/class-rsssl-404-interceptor.php:317
     3010#: pro/security/wordpress/firewall/class-rsssl-404-interceptor.php:328
    30173011msgid "We're sorry!"
    30183012msgstr ""
    30193013
    3020 #: pro/security/wordpress/firewall/class-rsssl-404-interceptor.php:318
     3014#: pro/security/wordpress/firewall/class-rsssl-404-interceptor.php:329
    30213015msgid "Please verify that you are human"
    30223016msgstr ""
    30233017
    3024 #: pro/security/wordpress/firewall/class-rsssl-404-interceptor.php:322
     3018#: pro/security/wordpress/firewall/class-rsssl-404-interceptor.php:333
    30253019msgid "Error code: 404"
    30263020msgstr ""
     
    30553049#: settings/config/menu.php:673
    30563050#: settings/config/menu.php:710
    3057 #: settings/build/829.24d4695d8d9daec16c60.js:1
     3051#: settings/build/928.a4828756026ad32cf7bc.js:1
    30583052#: settings/src/Settings/DataTable/DataTableWrapper.js:151
    30593053#: settings/src/Settings/EventLog/EventLogDataTable.js:213
     
    42244218#: security/wordpress/two-fa/class-rsssl-two-factor.php:1236
    42254219#: security/wordpress/two-fa/class-rsssl-two-factor.php:1282
     4220#: security/wordpress/two-fa/class-rsssl-two-factor.php:1440
     4221#: security/wordpress/two-fa/class-rsssl-two-factor.php:1467
    42264222msgid "Invalid verification code."
    42274223msgstr ""
     
    42384234
    42394235#: pro/security/wordpress/two_fa/class-rsssl-two-factor.php:1334
     4236#: security/wordpress/two-fa/class-rsssl-two-factor.php:1477
    42404237msgid "Invalid two-factor authentication provider."
    42414238msgstr ""
     
    44344431msgstr ""
    44354432
    4436 #: security/hardening.php:13
    4437 #: security/wordpress/vulnerabilities.php:51
     4433#: security/hardening.php:18
     4434#: security/wordpress/vulnerabilities.php:64
    44384435msgid "low-risk"
    44394436msgstr ""
    44404437
    4441 #: security/hardening.php:14
    4442 #: security/wordpress/vulnerabilities.php:52
     4438#: security/hardening.php:19
     4439#: security/wordpress/vulnerabilities.php:65
    44434440msgid "medium-risk"
    44444441msgstr ""
    44454442
    4446 #: security/hardening.php:15
    4447 #: security/wordpress/vulnerabilities.php:53
     4443#: security/hardening.php:20
     4444#: security/wordpress/vulnerabilities.php:66
    44484445msgid "high-risk"
    44494446msgstr ""
    44504447
    4451 #: security/hardening.php:16
    4452 #: security/wordpress/vulnerabilities.php:54
     4448#: security/hardening.php:21
     4449#: security/wordpress/vulnerabilities.php:67
    44534450msgid "critical"
    44544451msgstr ""
     
    44914488#: settings/config/fields/limit-login-attempts.php:136
    44924489#: settings/config/fields/two-fa.php:134
    4493 #: settings/build/829.24d4695d8d9daec16c60.js:1
     4490#: settings/build/928.a4828756026ad32cf7bc.js:1
    44944491#: settings/src/Settings/LimitLoginAttempts/AddUserModal.js:60
    44954492msgid "Username"
     
    46724669
    46734670#: security/wordpress/two-fa/class-rsssl-two-factor-email.php:532
    4674 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:862
     4671#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:864
    46754672msgid "Enabled"
    46764673msgstr ""
    46774674
    46784675#: security/wordpress/two-fa/class-rsssl-two-factor-email.php:532
    4679 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:865
     4676#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:867
    46804677#: settings/config/fields/firewall.php:103
    46814678#: settings/config/fields/firewall.php:106
    46824679#: settings/config/fields/security-headers.php:14
    46834680#: settings/config/menu.php:371
    4684 #: settings/build/829.24d4695d8d9daec16c60.js:1
     4681#: settings/build/928.a4828756026ad32cf7bc.js:1
    46854682#: settings/src/Settings/DataTable/DataTableWrapper.js:167
    46864683#: settings/src/Settings/DynamicDataTable/DynamicDataTable.js:168
     
    47364733
    47374734#: security/wordpress/two-fa/class-rsssl-two-factor-profile-settings.php:356
    4738 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:924
     4735#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:926
    47394736msgid "Key copied"
    47404737msgstr ""
    47414738
    47424739#: security/wordpress/two-fa/class-rsssl-two-factor-profile-settings.php:357
    4743 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:925
     4740#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:927
    47444741msgid "Could not copy text: "
    47454742msgstr ""
     
    47974794msgstr ""
    47984795
    4799 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:704
     4796#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:706
    48004797msgid "Please enter the code generated by your authenticator app."
    48014798msgstr ""
    48024799
    4803 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:720
     4800#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:722
    48044801msgid "Authenticate"
    48054802msgstr ""
    48064803
    4807 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:877
     4804#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:879
    48084805msgid "Authenticator app"
    48094806msgstr ""
    48104807
    4811 #: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:878
     4808#: security/wordpress/two-fa/class-rsssl-two-factor-totp.php:880
    48124809msgid "Use an authenticator app on your mobile device to generate a code."
    48134810msgstr ""
     
    48684865msgstr ""
    48694866
    4870 #: security/wordpress/vulnerabilities.php:270
    4871 #: security/wordpress/vulnerabilities.php:278
     4867#: security/wordpress/vulnerabilities.php:274
     4868#: security/wordpress/vulnerabilities.php:282
    48724869msgid "No known vulnerabilities detected"
    48734870msgstr ""
    48744871
    4875 #: security/wordpress/vulnerabilities.php:290
     4872#: security/wordpress/vulnerabilities.php:294
    48764873msgid "Vulnerabilities detected"
    48774874msgstr ""
    48784875
    4879 #: security/wordpress/vulnerabilities.php:298
     4876#: security/wordpress/vulnerabilities.php:302
    48804877msgid "%s vulnerability has been detected."
    48814878msgid_plural "%s vulnerabilities have been detected."
     
    48834880msgstr[1] ""
    48844881
    4885 #: security/wordpress/vulnerabilities.php:299
     4882#: security/wordpress/vulnerabilities.php:303
    48864883msgid "Please check the vulnerabilities overview for more information and take appropriate action."
    48874884msgstr ""
    48884885
    4889 #: security/wordpress/vulnerabilities.php:304
     4886#: security/wordpress/vulnerabilities.php:308
    48904887msgid "View vulnerabilities"
    48914888msgstr ""
    48924889
    4893 #: security/wordpress/vulnerabilities.php:346
     4890#: security/wordpress/vulnerabilities.php:350
    48944891msgid "Please take appropriate action."
    48954892msgstr ""
    48964893
    4897 #: security/wordpress/vulnerabilities.php:375
     4894#: security/wordpress/vulnerabilities.php:379
    48984895msgid "Site wide - Test Notification"
    48994896msgstr ""
    49004897
    4901 #: security/wordpress/vulnerabilities.php:376
    4902 #: security/wordpress/vulnerabilities.php:398
     4898#: security/wordpress/vulnerabilities.php:380
     4899#: security/wordpress/vulnerabilities.php:402
    49034900msgid "This is a test notification from Really Simple Security. You can safely dismiss this message."
    49044901msgstr ""
    49054902
    4906 #: security/wordpress/vulnerabilities.php:397
     4903#: security/wordpress/vulnerabilities.php:401
    49074904msgid "Dashboard - Test Notification"
    49084905msgstr ""
    49094906
    4910 #: security/wordpress/vulnerabilities.php:598
     4907#: security/wordpress/vulnerabilities.php:602
    49114908#: settings/config/menu.php:182
    49124909#: settings/build/43.3e98c0eeb2e262efa304.js:1
     
    49154912msgstr ""
    49164913
    4917 #: security/wordpress/vulnerabilities.php:613
     4914#: security/wordpress/vulnerabilities.php:617
    49184915msgid "Force update"
    49194916msgstr ""
    49204917
    4921 #: security/wordpress/vulnerabilities.php:615
     4918#: security/wordpress/vulnerabilities.php:619
    49224919msgid "Will run a frequent update process on vulnerable components."
    49234920msgstr ""
    49244921
    4925 #: security/wordpress/vulnerabilities.php:619
     4922#: security/wordpress/vulnerabilities.php:623
    49264923msgid "Quarantine"
    49274924msgstr ""
    49284925
    4929 #: security/wordpress/vulnerabilities.php:621
     4926#: security/wordpress/vulnerabilities.php:625
    49304927msgid "Components will be quarantined if the update process fails."
    49314928msgstr ""
    49324929
    4933 #: security/wordpress/vulnerabilities.php:705
    4934 #: security/wordpress/vulnerabilities.php:1178
     4930#: security/wordpress/vulnerabilities.php:709
     4931#: security/wordpress/vulnerabilities.php:1182
    49354932msgid "Quarantined"
    49364933msgstr ""
    49374934
    4938 #: security/wordpress/vulnerabilities.php:1161
     4935#: security/wordpress/vulnerabilities.php:1165
    49394936msgid "Vulnerability: %s"
    49404937msgstr ""
    49414938
    4942 #: security/wordpress/vulnerabilities.php:1507
     4939#: security/wordpress/vulnerabilities.php:1511
    49434940msgid "Vulnerability Alert: %s"
    49444941msgstr ""
    49454942
    4946 #: security/wordpress/vulnerabilities.php:1508
     4943#: security/wordpress/vulnerabilities.php:1512
    49474944msgid "%s: %s vulnerability found"
    49484945msgid_plural "%s: %s vulnerabilities found"
     
    49504947msgstr[1] ""
    49514948
    4952 #: security/wordpress/vulnerabilities.php:1509
     4949#: security/wordpress/vulnerabilities.php:1513
    49534950msgid "This is a vulnerability alert from Really Simple Security for %s. "
    49544951msgstr ""
    49554952
    4956 #: security/wordpress/vulnerabilities.php:1542
     4953#: security/wordpress/vulnerabilities.php:1546
    49574954msgid "A %s vulnerability is found in %s."
    49584955msgstr ""
    49594956
    4960 #: security/wordpress/vulnerabilities.php:1542
     4957#: security/wordpress/vulnerabilities.php:1546
    49614958msgid "Multiple %s vulnerabilities have been found."
    49624959msgstr ""
    49634960
    4964 #: security/wordpress/vulnerabilities.php:1547
     4961#: security/wordpress/vulnerabilities.php:1551
    49654962msgid "Based on your settings, Really Simple Security will take appropriate action, or you will need to solve it manually."
    49664963msgstr ""
    49674964
    4968 #: security/wordpress/vulnerabilities.php:1562
     4965#: security/wordpress/vulnerabilities.php:1566
    49694966msgid "You have %s critical vulnerability"
    49704967msgid_plural "You have %s critical vulnerabilities"
     
    49724969msgstr[1] ""
    49734970
    4974 #: security/wordpress/vulnerabilities.php:1565
     4971#: security/wordpress/vulnerabilities.php:1569
    49754972msgid "You have %s high-risk vulnerability"
    49764973msgid_plural "You have %s high-risk vulnerabilities"
     
    49784975msgstr[1] ""
    49794976
    4980 #: security/wordpress/vulnerabilities.php:1568
     4977#: security/wordpress/vulnerabilities.php:1572
    49814978msgid "You have %s medium-risk vulnerability"
    49824979msgid_plural "You have %s medium-risk vulnerabilities"
     
    49844981msgstr[1] ""
    49854982
    4986 #: security/wordpress/vulnerabilities.php:1571
     4983#: security/wordpress/vulnerabilities.php:1575
    49874984msgid "You have %s low-risk vulnerability"
    49884985msgid_plural "You have %s low-risk vulnerabilities"
     
    51715168#: settings/config/fields/limit-login-attempts.php:182
    51725169#: settings/config/fields/limit-login-attempts.php:306
    5173 #: settings/build/829.24d4695d8d9daec16c60.js:1
     5170#: settings/build/928.a4828756026ad32cf7bc.js:1
    51745171#: settings/src/Settings/GeoBlockList/TrustIpAddressModal.js:89
    51755172#: settings/src/Settings/LimitLoginAttempts/AddIpAddressModal.js:81
     
    52605257
    52615258#: settings/config/fields/firewall.php:177
    5262 #: settings/build/829.24d4695d8d9daec16c60.js:1
     5259#: settings/build/928.a4828756026ad32cf7bc.js:1
    52635260#: settings/src/Settings/firewall/UserAgentModal.js:105
    52645261msgid "User-Agent"
     
    53175314
    53185315#: settings/config/fields/general.php:60
    5319 #: settings/build/829.24d4695d8d9daec16c60.js:1
     5316#: settings/build/928.a4828756026ad32cf7bc.js:1
    53205317#: settings/src/LetsEncrypt/Installation.js:95
    53215318#: settings/src/LetsEncrypt/Installation.js:100
     
    53295326
    53305327#: settings/config/fields/general.php:89
    5331 #: settings/build/829.24d4695d8d9daec16c60.js:1
     5328#: settings/build/928.a4828756026ad32cf7bc.js:1
    53325329#: settings/src/Settings/Support.js:45
    53335330msgid "Send"
     
    57645761
    57655762#: settings/config/fields/security-headers.php:214
    5766 #: settings/build/829.24d4695d8d9daec16c60.js:1
     5763#: settings/build/928.a4828756026ad32cf7bc.js:1
    57675764#: settings/src/Settings/GeoBlockList/GeoDatatable.js:278
    57685765#: settings/src/Settings/GeoBlockList/GeoDatatable.js:295
     
    57805777
    57815778#: settings/config/fields/security-headers.php:214
    5782 #: settings/build/829.24d4695d8d9daec16c60.js:1
     5779#: settings/build/928.a4828756026ad32cf7bc.js:1
    57835780#: settings/src/Settings/LearningMode/LearningMode.js:298
    57845781#: settings/src/Settings/LearningMode/LearningMode.js:304
     
    59605957#: settings/config/fields/vulnerability-detection.php:129
    59615958#: settings/config/fields/vulnerability-detection.php:132
    5962 #: settings/build/829.24d4695d8d9daec16c60.js:1
     5959#: settings/build/928.a4828756026ad32cf7bc.js:1
    59635960#: settings/src/Settings/RiskConfiguration/NotificationTester.js:39
    59645961msgid "Test notifications"
     
    60306027
    60316028#: settings/config/menu.php:68
    6032 #: settings/build/index.882a8b39d4cfa4743063.js:1
     6029#: settings/build/index.dc0e12538832ff741b9e.js:1
    60336030#: settings/src/Header.js:32
    60346031msgid "Let's Encrypt"
     
    61136110
    61146111#: settings/config/menu.php:213
    6115 #: settings/build/778.c387d34797a194dcf5f7.js:1
     6112#: settings/build/778.60eedd33628297ab6b97.js:1
    61166113#: settings/src/Settings/Settings.js:164
    61176114msgid "Notifications"
     
    63896386#: settings/config/menu.php:536
    63906387#: settings/config/menu.php:630
    6391 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6388#: settings/build/928.a4828756026ad32cf7bc.js:1
    63926389#: settings/src/Settings/LearningMode/LearningMode.js:140
    63936390msgid "Allowed"
     
    64076404
    64086405#: settings/config/menu.php:567
    6409 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6406#: settings/build/928.a4828756026ad32cf7bc.js:1
    64106407#: settings/src/Settings/firewall/UserAgentTable.js:275
    64116408#: settings/src/Settings/GeoBlockList/GeoDatatable.js:520
     
    66256622#: modal/build/433.7705e088a625e85f6d3d.js:1
    66266623#: modal/src/components/Modal/RssslModal.js:68
    6627 #: settings/build/814.6b641b67b3724fe2c046.js:1
    6628 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6624#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     6625#: settings/build/928.a4828756026ad32cf7bc.js:1
    66296626#: settings/src/Settings/firewall/UserAgentModal.js:152
    66306627#: settings/src/Settings/GeoBlockList/TrustIpAddressModal.js:140
     
    67136710#: modal/build/index.d6b3038dea3995c8535e.js:1
    67146711#: modal/src/components/DeactivationModal/DeactivationModal.js:126
    6715 #: settings/build/814.6b641b67b3724fe2c046.js:1
    6716 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6712#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     6713#: settings/build/928.a4828756026ad32cf7bc.js:1
    67176714#: settings/src/Settings/License/License.js:48
    67186715msgid "Deactivate"
     
    67456742
    67466743#: settings/build/43.3e98c0eeb2e262efa304.js:1
    6747 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6744#: settings/build/928.a4828756026ad32cf7bc.js:1
    67486745#: settings/src/Dashboard/Progress/ProgressBlock.js:41
    67496746#: settings/src/Dashboard/Progress/ProgressBlock.js:47
     
    67626759
    67636760#: settings/build/43.3e98c0eeb2e262efa304.js:1
    6764 #: settings/build/778.c387d34797a194dcf5f7.js:1
    6765 #: settings/build/index.882a8b39d4cfa4743063.js:1
     6761#: settings/build/778.60eedd33628297ab6b97.js:1
     6762#: settings/build/index.dc0e12538832ff741b9e.js:1
    67666763#: settings/src/Dashboard/Progress/ProgressFooter.js:29
    67676764#: settings/src/Header.js:54
     
    68746871
    68756872#: settings/build/43.3e98c0eeb2e262efa304.js:1
    6876 #: settings/build/index.882a8b39d4cfa4743063.js:1
     6873#: settings/build/index.dc0e12538832ff741b9e.js:1
    68776874#: settings/src/Dashboard/TipsTricks/TipsTricksFooter.js:9
    68786875#: settings/src/Header.js:30
     
    69026899
    69036900#: settings/build/43.3e98c0eeb2e262efa304.js:1
    6904 #: settings/build/814.6b641b67b3724fe2c046.js:1
    6905 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6901#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     6902#: settings/build/928.a4828756026ad32cf7bc.js:1
    69066903#: settings/src/Dashboard/TaskElement.js:38
    69076904msgid "Re-started test"
     
    69106907#: settings/build/43.3e98c0eeb2e262efa304.js:1
    69116908#: settings/build/439.bfb64c5def4e403805bc.js:1
    6912 #: settings/build/814.6b641b67b3724fe2c046.js:1
    6913 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6909#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     6910#: settings/build/928.a4828756026ad32cf7bc.js:1
    69146911#: settings/src/Dashboard/TaskElement.js:54
    69156912#: settings/src/Modal/Modal.js:66
     
    69206917
    69216918#: settings/build/43.3e98c0eeb2e262efa304.js:1
    6922 #: settings/build/814.6b641b67b3724fe2c046.js:1
    6923 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6919#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     6920#: settings/build/928.a4828756026ad32cf7bc.js:1
    69246921#: settings/src/Settings/RiskConfiguration/RiskData.js:12
    69256922msgid "Force update the plugin or theme"
     
    69276924
    69286925#: settings/build/43.3e98c0eeb2e262efa304.js:1
    6929 #: settings/build/814.6b641b67b3724fe2c046.js:1
    6930 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6926#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     6927#: settings/build/928.a4828756026ad32cf7bc.js:1
    69316928#: settings/src/Settings/RiskConfiguration/RiskData.js:13
    69326929msgid "Isolates the plugin or theme if no update can be performed"
     
    69346931
    69356932#: settings/build/43.3e98c0eeb2e262efa304.js:1
    6936 #: settings/build/814.6b641b67b3724fe2c046.js:1
    6937 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6933#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     6934#: settings/build/928.a4828756026ad32cf7bc.js:1
    69386935#: settings/src/Settings/RiskConfiguration/RiskData.js:118
    69396936msgid "Update"
     
    69416938
    69426939#: settings/build/439.bfb64c5def4e403805bc.js:1
    6943 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6940#: settings/build/928.a4828756026ad32cf7bc.js:1
    69446941#: settings/src/Modal/Modal.js:63
    69456942#: settings/src/Settings/MixedContentScan/MixedContentScan.js:158
     
    69486945
    69496946#: settings/build/439.bfb64c5def4e403805bc.js:1
    6950 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6947#: settings/build/928.a4828756026ad32cf7bc.js:1
    69516948#: settings/src/Modal/Modal.js:64
    69526949#: settings/src/Settings/MixedContentScan/MixedContentScan.js:169
     
    69556952
    69566953#: settings/build/439.bfb64c5def4e403805bc.js:1
    6957 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6954#: settings/build/928.a4828756026ad32cf7bc.js:1
    69586955#: settings/src/Modal/Modal.js:65
    69596956#: settings/src/Settings/MixedContentScan/MixedContentScan.js:179
     
    69626959
    69636960#: settings/build/483.426b909c845c79e7eec5.js:1
    6964 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6961#: settings/build/928.a4828756026ad32cf7bc.js:1
    69656962#: settings/src/Menu/MenuItem.js:27
    69666963#: settings/src/Menu/MenuItem.js:36
     
    69696966
    69706967#: settings/build/483.426b909c845c79e7eec5.js:1
    6971 #: settings/build/829.24d4695d8d9daec16c60.js:1
     6968#: settings/build/928.a4828756026ad32cf7bc.js:1
    69726969#: settings/src/Menu/MenuItem.js:28
    69736970#: settings/src/Menu/MenuItem.js:37
     
    69756972msgstr ""
    69766973
    6977 #: settings/build/778.c387d34797a194dcf5f7.js:1
     6974#: settings/build/778.60eedd33628297ab6b97.js:1
    69786975#: settings/src/LetsEncrypt/letsEncryptData.js:15
    69796976msgid "Switched to Directory"
    69806977msgstr ""
    69816978
    6982 #: settings/build/778.c387d34797a194dcf5f7.js:1
     6979#: settings/build/778.60eedd33628297ab6b97.js:1
    69836980#: settings/src/LetsEncrypt/letsEncryptData.js:15
    69846981msgid "Switched to DNS"
    69856982msgstr ""
    69866983
    6987 #: settings/build/778.c387d34797a194dcf5f7.js:1
     6984#: settings/build/778.60eedd33628297ab6b97.js:1
    69886985#: settings/src/Settings/PremiumOverlay.js:9
    69896986msgid "Check license"
    69906987msgstr ""
    69916988
    6992 #: settings/build/778.c387d34797a194dcf5f7.js:1
     6989#: settings/build/778.60eedd33628297ab6b97.js:1
    69936990#: settings/src/Settings/PremiumOverlay.js:14
    69946991msgid "Learn more about %sPremium%s"
    69956992msgstr ""
    69966993
    6997 #: settings/build/778.c387d34797a194dcf5f7.js:1
     6994#: settings/build/778.60eedd33628297ab6b97.js:1
    69986995#: settings/src/Settings/SettingsGroup.js:155
    69996996msgid "Reset Let's Encrypt"
    70006997msgstr ""
    70016998
    7002 #: settings/build/778.c387d34797a194dcf5f7.js:1
     6999#: settings/build/778.60eedd33628297ab6b97.js:1
    70037000#: settings/src/Settings/SettingsGroup.js:178
    70047001msgid "Network feature"
    70057002msgstr ""
    70067003
    7007 #: settings/build/778.c387d34797a194dcf5f7.js:1
    7008 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7004#: settings/build/778.60eedd33628297ab6b97.js:1
     7005#: settings/build/928.a4828756026ad32cf7bc.js:1
    70097006#: settings/src/Settings/Field.js:169
    70107007#: settings/src/Settings/SettingsGroup.js:179
     
    70127009msgstr ""
    70137010
    7014 #: settings/build/778.c387d34797a194dcf5f7.js:1
    7015 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7011#: settings/build/778.60eedd33628297ab6b97.js:1
     7012#: settings/build/928.a4828756026ad32cf7bc.js:1
    70167013#: settings/src/Settings/Field.js:170
    70177014#: settings/src/Settings/SettingsGroup.js:180
     
    70197016msgstr ""
    70207017
    7021 #: settings/build/778.c387d34797a194dcf5f7.js:1
     7018#: settings/build/778.60eedd33628297ab6b97.js:1
    70227019#: settings/src/Settings/Settings.js:116
    70237020msgid "Save"
    70247021msgstr ""
    70257022
    7026 #: settings/build/778.c387d34797a194dcf5f7.js:1
     7023#: settings/build/778.60eedd33628297ab6b97.js:1
    70277024#: settings/src/Settings/Settings.js:119
    70287025msgid "Refresh"
    70297026msgstr ""
    70307027
    7031 #: settings/build/778.c387d34797a194dcf5f7.js:1
     7028#: settings/build/778.60eedd33628297ab6b97.js:1
    70327029#: settings/src/Settings/Settings.js:138
    70337030msgid "Previous"
    70347031msgstr ""
    70357032
    7036 #: settings/build/778.c387d34797a194dcf5f7.js:1
     7033#: settings/build/778.60eedd33628297ab6b97.js:1
    70377034#: settings/src/Settings/Settings.js:167
    70387035msgid "Expand all"
    70397036msgstr ""
    70407037
    7041 #: settings/build/778.c387d34797a194dcf5f7.js:1
     7038#: settings/build/778.60eedd33628297ab6b97.js:1
    70427039#: settings/src/Settings/Settings.js:168
    70437040msgid "Collapse all"
    70447041msgstr ""
    70457042
    7046 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7047 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7043#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7044#: settings/build/928.a4828756026ad32cf7bc.js:1
    70487045#: settings/src/Onboarding/Steps/StepEmail.js:29
    70497046msgid "Your email address"
    70507047msgstr ""
    70517048
    7052 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7053 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7049#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7050#: settings/build/928.a4828756026ad32cf7bc.js:1
    70547051#: settings/src/Onboarding/Steps/StepEmail.js:33
    70557052msgid "Include 6 Tips & Tricks to get started with Really Simple Security."
    70567053msgstr ""
    70577054
    7058 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7059 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7055#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7056#: settings/build/928.a4828756026ad32cf7bc.js:1
    70607057#: settings/src/Onboarding/Steps/StepEmail.js:33
    70617058msgid "Privacy Statement"
    70627059msgstr ""
    70637060
    7064 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7065 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7061#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7062#: settings/build/928.a4828756026ad32cf7bc.js:1
    70667063#: settings/src/Onboarding/Items/ListItem.js:58
    70677064msgid "Override SSL detection."
    70687065msgstr ""
    70697066
    7070 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7071 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7067#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7068#: settings/build/928.a4828756026ad32cf7bc.js:1
    70727069#: settings/src/Onboarding/Onboarding.js:75
    70737070msgid "Fetching next step..."
    70747071msgstr ""
    70757072
    7076 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7077 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7073#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7074#: settings/build/928.a4828756026ad32cf7bc.js:1
    70787075#: settings/src/Onboarding/OnboardingControls.js:56
    70797076msgid "Starting SSL health scan..."
    70807077msgstr ""
    70817078
    7082 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7083 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7079#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7080#: settings/build/928.a4828756026ad32cf7bc.js:1
    70847081#: settings/src/Onboarding/OnboardingControls.js:72
    70857082#: settings/src/Onboarding/OnboardingControls.js:134
     
    70877084msgstr ""
    70887085
    7089 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7090 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7086#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7087#: settings/build/928.a4828756026ad32cf7bc.js:1
    70917088#: settings/src/Onboarding/OnboardingControls.js:75
    70927089msgid "Initializing vulnerability detection..."
    70937090msgstr ""
    70947091
    7095 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7096 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7092#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7093#: settings/build/928.a4828756026ad32cf7bc.js:1
    70977094#: settings/src/Onboarding/OnboardingControls.js:77
    70987095msgid "Scanning for vulnerabilities..."
    70997096msgstr ""
    71007097
    7101 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7102 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7098#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7099#: settings/build/928.a4828756026ad32cf7bc.js:1
    71037100#: settings/src/Onboarding/OnboardingControls.js:81
    71047101#: settings/src/Onboarding/OnboardingControls.js:137
     
    71067103msgstr ""
    71077104
    7108 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7109 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7105#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7106#: settings/build/928.a4828756026ad32cf7bc.js:1
    71107107#: settings/src/Onboarding/OnboardingControls.js:168
    71117108msgid "Activate SSL networkwide"
    71127109msgstr ""
    71137110
    7114 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7115 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7111#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7112#: settings/build/928.a4828756026ad32cf7bc.js:1
    71167113#: settings/src/Onboarding/OnboardingControls.js:174
    71177114msgid "Install SSL"
    71187115msgstr ""
    71197116
    7120 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7121 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7117#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7118#: settings/build/928.a4828756026ad32cf7bc.js:1
    71227119#: settings/src/Onboarding/OnboardingControls.js:211
    71237120msgid "Get 40% off"
    71247121msgstr ""
    71257122
    7126 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7127 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7123#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7124#: settings/build/928.a4828756026ad32cf7bc.js:1
    71287125#: settings/src/Onboarding/OnboardingControls.js:211
    71297126msgid "Get Pro"
    71307127msgstr ""
    71317128
    7132 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7133 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7129#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7130#: settings/build/928.a4828756026ad32cf7bc.js:1
    71347131#: settings/src/Onboarding/OnboardingControls.js:220
    71357132msgid "Finish"
    71367133msgstr ""
    71377134
    7138 #: settings/build/814.6b641b67b3724fe2c046.js:1
     7135#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
    71397136#: settings/src/Onboarding/OnboardingModal.js:33
    71407137msgid "Please wait while we detect your setup"
    71417138msgstr ""
    71427139
    7143 #: settings/build/814.6b641b67b3724fe2c046.js:1
    7144 #: settings/build/829.24d4695d8d9daec16c60.js:1
    7145 #: settings/src/Settings/Host/Host.js:37
     7140#: settings/build/814.bf34d42ff1e29e8eb70d.js:1
     7141#: settings/build/928.a4828756026ad32cf7bc.js:1
     7142#: settings/src/Settings/Host/Host.js:36
    71467143msgid "Optional - Select your hosting provider."
    71477144msgstr ""
    71487145
    7149 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7146#: settings/build/928.a4828756026ad32cf7bc.js:1
    71507147#: settings/src/LetsEncrypt/Directories.js:23
    71517148#: settings/src/LetsEncrypt/DnsVerification.js:24
     
    71537150msgstr ""
    71547151
    7155 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7152#: settings/build/928.a4828756026ad32cf7bc.js:1
    71567153#: settings/src/LetsEncrypt/Directories.js:31
    71577154msgid "The key directory is needed to store the generated keys."
    71587155msgstr ""
    71597156
    7160 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7157#: settings/build/928.a4828756026ad32cf7bc.js:1
    71617158#: settings/src/LetsEncrypt/Directories.js:31
    71627159#: settings/src/LetsEncrypt/Directories.js:39
     
    71647161msgstr ""
    71657162
    7166 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7163#: settings/build/928.a4828756026ad32cf7bc.js:1
    71677164#: settings/src/LetsEncrypt/Directories.js:39
    71687165msgid "The certificate will get stored in this directory."
    71697166msgstr ""
    71707167
    7171 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7168#: settings/build/928.a4828756026ad32cf7bc.js:1
    71727169#: settings/src/LetsEncrypt/Directories.js:64
    71737170#: settings/src/LetsEncrypt/DnsVerification.js:55
     
    71767173msgstr ""
    71777174
    7178 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7175#: settings/build/928.a4828756026ad32cf7bc.js:1
    71797176#: settings/src/LetsEncrypt/Directories.js:68
    71807177msgid "If you also want to secure subdomains like mail.domain.com, cpanel.domain.com, you have to use the %sDNS%s challenge."
    71817178msgstr ""
    71827179
    7183 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7180#: settings/build/928.a4828756026ad32cf7bc.js:1
    71847181#: settings/src/LetsEncrypt/Directories.js:70
    71857182msgid "Please note that auto-renewal with a DNS challenge might not be possible."
    71867183msgstr ""
    71877184
    7188 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7185#: settings/build/928.a4828756026ad32cf7bc.js:1
    71897186#: settings/src/LetsEncrypt/Directories.js:75
    71907187msgid "If the challenge directory cannot be created, or is not reachable, you can either remove the server limitation, or change to DNS verification."
    71917188msgstr ""
    71927189
    7193 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7190#: settings/build/928.a4828756026ad32cf7bc.js:1
    71947191#: settings/src/LetsEncrypt/Directories.js:82
    71957192#: settings/src/LetsEncrypt/Directories.js:115
     
    71977194msgstr ""
    71987195
    7199 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7196#: settings/build/928.a4828756026ad32cf7bc.js:1
    72007197#: settings/src/LetsEncrypt/Directories.js:90
    72017198msgid "Create a challenge directory"
    72027199msgstr ""
    72037200
    7204 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7201#: settings/build/928.a4828756026ad32cf7bc.js:1
    72057202#: settings/src/LetsEncrypt/Directories.js:93
    72067203msgid "Navigate in FTP or File Manager to the root of your WordPress installation:"
    72077204msgstr ""
    72087205
    7209 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7206#: settings/build/928.a4828756026ad32cf7bc.js:1
    72107207#: settings/src/LetsEncrypt/Directories.js:97
    72117208msgid "Create a folder called “.well-known”"
    72127209msgstr ""
    72137210
    7214 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7211#: settings/build/928.a4828756026ad32cf7bc.js:1
    72157212#: settings/src/LetsEncrypt/Directories.js:100
    72167213msgid "Inside the folder called “.well-known” create a new folder called “acme-challenge”, with 644 writing permissions."
    72177214msgstr ""
    72187215
    7219 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7216#: settings/build/928.a4828756026ad32cf7bc.js:1
    72207217#: settings/src/LetsEncrypt/Directories.js:103
    72217218#: settings/src/LetsEncrypt/Directories.js:136
     
    72247221msgstr ""
    72257222
    7226 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7223#: settings/build/928.a4828756026ad32cf7bc.js:1
    72277224#: settings/src/LetsEncrypt/Directories.js:107
    72287225msgid "Or you can switch to DNS verification"
    72297226msgstr ""
    72307227
    7231 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7228#: settings/build/928.a4828756026ad32cf7bc.js:1
    72327229#: settings/src/LetsEncrypt/Directories.js:109
    72337230msgid "If the challenge directory cannot be created, you can either remove the server limitation, or change to DNS verification."
    72347231msgstr ""
    72357232
    7236 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7233#: settings/build/928.a4828756026ad32cf7bc.js:1
    72377234#: settings/src/LetsEncrypt/Directories.js:123
    72387235msgid "Create a key directory"
    72397236msgstr ""
    72407237
    7241 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7238#: settings/build/928.a4828756026ad32cf7bc.js:1
    72427239#: settings/src/LetsEncrypt/Directories.js:126
    72437240#: settings/src/LetsEncrypt/Directories.js:148
     
    72457242msgstr ""
    72467243
    7247 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7244#: settings/build/928.a4828756026ad32cf7bc.js:1
    72487245#: settings/src/LetsEncrypt/Directories.js:130
    72497246#: settings/src/LetsEncrypt/Directories.js:152
     
    72517248msgstr ""
    72527249
    7253 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7250#: settings/build/928.a4828756026ad32cf7bc.js:1
    72547251#: settings/src/LetsEncrypt/Directories.js:133
    72557252msgid "Inside the folder called “ssl” create a new folder called “keys”, with 644 writing permissions."
    72567253msgstr ""
    72577254
    7258 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7255#: settings/build/928.a4828756026ad32cf7bc.js:1
    72597256#: settings/src/LetsEncrypt/Directories.js:145
    72607257msgid "Create a certs directory"
    72617258msgstr ""
    72627259
    7263 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7260#: settings/build/928.a4828756026ad32cf7bc.js:1
    72647261#: settings/src/LetsEncrypt/Directories.js:155
    72657262msgid "Inside the folder called “ssl” create a new folder called “certs”, with 644 writing permissions."
    72667263msgstr ""
    72677264
    7268 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7265#: settings/build/928.a4828756026ad32cf7bc.js:1
    72697266#: settings/src/LetsEncrypt/DnsVerification.js:56
    72707267msgid "Add the following token as text record to your DNS records. We recommend to use a short TTL during installation, in case you need to change it."
    72717268msgstr ""
    72727269
    7273 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7270#: settings/build/928.a4828756026ad32cf7bc.js:1
    72747271#: settings/src/LetsEncrypt/DnsVerification.js:63
    72757272msgid "Value"
    72767273msgstr ""
    72777274
    7278 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7275#: settings/build/928.a4828756026ad32cf7bc.js:1
    72797276#: settings/src/LetsEncrypt/DnsVerification.js:76
    72807277msgid "DNS verification active. You can switch back to directory verification here."
    72817278msgstr ""
    72827279
    7283 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7280#: settings/build/928.a4828756026ad32cf7bc.js:1
    72847281#: settings/src/LetsEncrypt/DnsVerification.js:81
    72857282msgid "Switch to directory verification"
    72867283msgstr ""
    72877284
    7288 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7285#: settings/build/928.a4828756026ad32cf7bc.js:1
    72897286#: settings/src/LetsEncrypt/Generation.js:41
    72907287msgid "We could not check the DNS records. If you just added the record, please check in a few minutes."
    72917288msgstr ""
    72927289
    7293 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7290#: settings/build/928.a4828756026ad32cf7bc.js:1
    72947291#: settings/src/LetsEncrypt/Generation.js:42
    72957292msgid "You can manually check the DNS records in an %sonline tool%s."
    72967293msgstr ""
    72977294
    7298 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7295#: settings/build/928.a4828756026ad32cf7bc.js:1
    72997296#: settings/src/LetsEncrypt/Generation.js:44
    73007297msgid "If you're sure it's set correctly, you can click the button to skip the DNS check."
    73017298msgstr ""
    73027299
    7303 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7300#: settings/build/928.a4828756026ad32cf7bc.js:1
    73047301#: settings/src/LetsEncrypt/Generation.js:24
    73057302msgid "Skip DNS verification"
    73067303msgstr ""
    73077304
    7308 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7305#: settings/build/928.a4828756026ad32cf7bc.js:1
    73097306#: settings/src/LetsEncrypt/Generation.js:50
    73107307msgid "Skip DNS check"
    73117308msgstr ""
    73127309
    7313 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7310#: settings/build/928.a4828756026ad32cf7bc.js:1
    73147311#: settings/src/LetsEncrypt/Installation.js:19
    73157312msgid "This is the certificate, which you need to install in your hosting dashboard."
    73167313msgstr ""
    73177314
    7318 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7315#: settings/build/928.a4828756026ad32cf7bc.js:1
    73197316#: settings/src/LetsEncrypt/Installation.js:20
    73207317#: settings/src/LetsEncrypt/Installation.js:93
     
    73227319msgstr ""
    73237320
    7324 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7321#: settings/build/928.a4828756026ad32cf7bc.js:1
    73257322#: settings/src/LetsEncrypt/Installation.js:26
    73267323msgid "The private key can be uploaded or pasted in the appropriate field on your hosting dashboard."
    73277324msgstr ""
    73287325
    7329 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7326#: settings/build/928.a4828756026ad32cf7bc.js:1
    73307327#: settings/src/LetsEncrypt/Installation.js:27
    73317328#: settings/src/LetsEncrypt/Installation.js:98
     
    73337330msgstr ""
    73347331
    7335 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7332#: settings/build/928.a4828756026ad32cf7bc.js:1
    73367333#: settings/src/LetsEncrypt/Installation.js:33
    73377334msgid "The CA Bundle will sometimes be automatically detected. If not, you can use this file."
    73387335msgstr ""
    73397336
    7340 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7337#: settings/build/928.a4828756026ad32cf7bc.js:1
    73417338#: settings/src/LetsEncrypt/Installation.js:34
    73427339#: settings/src/LetsEncrypt/Installation.js:102
     
    73447341msgstr ""
    73457342
    7346 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7343#: settings/build/928.a4828756026ad32cf7bc.js:1
    73477344#: settings/src/LetsEncrypt/Installation.js:65
    73487345msgid "Copied!"
    73497346msgstr ""
    73507347
    7351 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7348#: settings/build/928.a4828756026ad32cf7bc.js:1
    73527349#: settings/src/LetsEncrypt/Installation.js:87
    73537350msgid "The certificate is not generated by Really Simple Security, so there are no installation files here"
    73547351msgstr ""
    73557352
    7356 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7353#: settings/build/928.a4828756026ad32cf7bc.js:1
    73577354#: settings/src/LetsEncrypt/Installation.js:92
    73587355msgid "Install your certificate."
    73597356msgstr ""
    73607357
    7361 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7358#: settings/build/928.a4828756026ad32cf7bc.js:1
    73627359#: settings/src/LetsEncrypt/Installation.js:96
    73637360#: settings/src/LetsEncrypt/Installation.js:101
     
    73667363msgstr ""
    73677364
    7368 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7365#: settings/build/928.a4828756026ad32cf7bc.js:1
    73697366#: settings/src/LetsEncrypt/LetsEncrypt.js:151
    73707367msgid "Verifying DNS records..."
    73717368msgstr ""
    73727369
    7373 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7370#: settings/build/928.a4828756026ad32cf7bc.js:1
    73747371#: settings/src/LetsEncrypt/LetsEncrypt.js:292
    73757372msgid "Attempt %s."
    73767373msgstr ""
    73777374
    7378 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7375#: settings/build/928.a4828756026ad32cf7bc.js:1
    73797376#: settings/src/Settings/MixedContentScan/MixedContentScan.js:204
    73807377msgid "No results. Start your first scan"
    73817378msgstr ""
    73827379
    7383 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7380#: settings/build/928.a4828756026ad32cf7bc.js:1
    73847381#: settings/src/Settings/MixedContentScan/MixedContentScan.js:205
    73857382msgid "Everything is now served over SSL"
    73867383msgstr ""
    73877384
    7388 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7385#: settings/build/928.a4828756026ad32cf7bc.js:1
    73897386#: settings/src/Settings/DataTable/DataTableWrapper.js:153
    73907387#: settings/src/Settings/DynamicDataTable/DynamicDataTable.js:135
     
    74047401msgstr ""
    74057402
    7406 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7403#: settings/build/928.a4828756026ad32cf7bc.js:1
    74077404#: settings/src/Settings/MixedContentScan/MixedContentScan.js:231
    74087405msgid "Start scan"
    74097406msgstr ""
    74107407
    7411 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7408#: settings/build/928.a4828756026ad32cf7bc.js:1
    74127409#: settings/src/Settings/MixedContentScan/MixedContentScan.js:232
    74137410msgid "Stop"
    74147411msgstr ""
    74157412
    7416 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7413#: settings/build/928.a4828756026ad32cf7bc.js:1
    74177414#: settings/src/Settings/MixedContentScan/MixedContentScan.js:237
    74187415msgid "Show ignored URLs"
    74197416msgstr ""
    74207417
    7421 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7418#: settings/build/928.a4828756026ad32cf7bc.js:1
    74227419#: settings/src/Settings/LearningMode/LearningMode.js:230
    74237420#: settings/src/Settings/PermissionsPolicy.js:160
     
    74257422msgstr ""
    74267423
    7427 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7424#: settings/build/928.a4828756026ad32cf7bc.js:1
    74287425#: settings/src/Settings/LearningMode/LearningMode.js:230
    74297426#: settings/src/Settings/PermissionsPolicy.js:160
     
    74317428msgstr ""
    74327429
    7433 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7430#: settings/build/928.a4828756026ad32cf7bc.js:1
    74347431#: settings/src/Settings/GeoBlockList/BlockListDatatable.js:228
    74357432#: settings/src/Settings/GeoBlockList/BlockListDatatable.js:325
     
    74427439msgstr ""
    74437440
    7444 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7441#: settings/build/928.a4828756026ad32cf7bc.js:1
    74457442#: settings/src/Settings/LearningMode/LearningMode.js:303
    74467443#: settings/src/Settings/PermissionsPolicy.js:191
     
    74487445msgstr ""
    74497446
    7450 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7447#: settings/build/928.a4828756026ad32cf7bc.js:1
    74517448#: settings/src/Settings/LearningMode/LearningMode.js:319
    74527449#: settings/src/Settings/LearningMode/LearningMode.js:341
     
    74557452msgstr ""
    74567453
    7457 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7454#: settings/build/928.a4828756026ad32cf7bc.js:1
    74587455#: settings/src/Settings/PermissionsPolicy.js:198
    74597456msgid "Permissions Policy is set outside Really Simple Security."
    74607457msgstr ""
    74617458
    7462 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7459#: settings/build/928.a4828756026ad32cf7bc.js:1
    74637460#: settings/src/Settings/PermissionsPolicy.js:199
    74647461msgid "Permissions Policy is enforced."
    74657462msgstr ""
    74667463
    7467 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7464#: settings/build/928.a4828756026ad32cf7bc.js:1
    74687465#: settings/src/Settings/PermissionsPolicy.js:206
    74697466msgid "The Permissions Policy has been disabled."
    74707467msgstr ""
    74717468
    7472 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7469#: settings/build/928.a4828756026ad32cf7bc.js:1
    74737470#: settings/src/Settings/Support.js:38
    74747471msgid "Type your question here"
    74757472msgstr ""
    74767473
    7477 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7474#: settings/build/928.a4828756026ad32cf7bc.js:1
    74787475#: settings/src/Settings/LearningMode/ChangeStatus.js:7
    74797476#: settings/src/Settings/LearningMode/LearningMode.js:252
     
    74817478msgstr ""
    74827479
    7483 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7480#: settings/build/928.a4828756026ad32cf7bc.js:1
    74847481#: settings/src/Settings/firewall/UserAgentTable.js:145
    74857482#: settings/src/Settings/firewall/UserAgentTable.js:242
     
    74927489msgstr ""
    74937490
    7494 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7491#: settings/build/928.a4828756026ad32cf7bc.js:1
    74957492#: settings/src/Settings/LearningMode/LearningMode.js:147
    74967493msgid " The %s is now in report-only mode and will collect directives. This might take a while. Afterwards you can Exit, Edit and Enforce these Directives."
    74977494msgstr ""
    74987495
    7499 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7496#: settings/build/928.a4828756026ad32cf7bc.js:1
    75007497#: settings/src/Settings/LearningMode/LearningMode.js:148
    75017498msgid "%s has been disabled."
    75027499msgstr ""
    75037500
    7504 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7501#: settings/build/928.a4828756026ad32cf7bc.js:1
    75057502#: settings/src/Settings/LearningMode/LearningMode.js:149
    75067503msgid "%s is enforced."
    75077504msgstr ""
    75087505
    7509 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7506#: settings/build/928.a4828756026ad32cf7bc.js:1
    75107507#: settings/src/Settings/LearningMode/LearningMode.js:151
    75117508msgid "%s is already set outside Really Simple Security."
    75127509msgstr ""
    75137510
    7514 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7511#: settings/build/928.a4828756026ad32cf7bc.js:1
    75157512#: settings/src/Settings/LearningMode/LearningMode.js:175
    75167513msgid "success"
    75177514msgstr ""
    75187515
    7519 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7516#: settings/build/928.a4828756026ad32cf7bc.js:1
    75207517#: settings/src/Settings/LearningMode/LearningMode.js:175
    75217518msgid "failed"
    75227519msgstr ""
    75237520
    7524 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7521#: settings/build/928.a4828756026ad32cf7bc.js:1
    75257522#: settings/src/Settings/LearningMode/LearningMode.js:262
    75267523msgid "Remove"
    75277524msgstr ""
    75287525
    7529 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7526#: settings/build/928.a4828756026ad32cf7bc.js:1
    75307527#: settings/src/Settings/DataTable/DataTableWrapper.js:147
    75317528#: settings/src/Settings/EventLog/EventLogDataTable.js:209
     
    75407537msgstr ""
    75417538
    7542 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7539#: settings/build/928.a4828756026ad32cf7bc.js:1
    75437540#: settings/src/Settings/DataTable/DataTableWrapper.js:148
    75447541#: settings/src/Settings/EventLog/EventLogDataTable.js:210
     
    75537550msgstr ""
    75547551
    7555 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7552#: settings/build/928.a4828756026ad32cf7bc.js:1
    75567553#: settings/src/Settings/LearningMode/LearningMode.js:296
    75577554msgid "Error detected"
    75587555msgstr ""
    75597556
    7560 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7557#: settings/build/928.a4828756026ad32cf7bc.js:1
    75617558#: settings/src/Settings/LearningMode/LearningMode.js:297
    75627559msgid "%s cannot be implemented due to server limitations. Check your notices for the detected issue."
    75637560msgstr ""
    75647561
    7565 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7562#: settings/build/928.a4828756026ad32cf7bc.js:1
    75667563#: settings/src/Settings/LearningMode/LearningMode.js:312
    75677564msgid "Enable Learning Mode to configure automatically"
    75687565msgstr ""
    75697566
    7570 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7567#: settings/build/928.a4828756026ad32cf7bc.js:1
    75717568#: settings/src/Settings/LearningMode/LearningMode.js:321
    75727569msgid "Disable to configure"
    75737570msgstr ""
    75747571
    7575 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7572#: settings/build/928.a4828756026ad32cf7bc.js:1
    75767573#: settings/src/Settings/LearningMode/LearningMode.js:326
    75777574#: settings/src/Settings/LearningMode/LearningMode.js:333
     
    75797576msgstr ""
    75807577
    7581 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7578#: settings/build/928.a4828756026ad32cf7bc.js:1
    75827579#: settings/src/Settings/LearningMode/LearningMode.js:328
    75837580msgid "Exit"
    75847581msgstr ""
    75857582
    7586 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7583#: settings/build/928.a4828756026ad32cf7bc.js:1
    75877584#: settings/src/Settings/LearningMode/LearningMode.js:334
    75887585msgid "We finished the configuration."
    75897586msgstr ""
    75907587
    7591 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7588#: settings/build/928.a4828756026ad32cf7bc.js:1
    75927589#: settings/src/Settings/LearningMode/LearningMode.js:335
    75937590msgid "Review the settings and enforce the policy"
    75947591msgstr ""
    75957592
    7596 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7593#: settings/build/928.a4828756026ad32cf7bc.js:1
    75977594#: settings/src/Settings/RiskConfiguration/RiskComponent.js:85
    75987595#: settings/src/Settings/RiskConfiguration/VulnerabilitiesOverview.js:165
     
    76007597msgstr ""
    76017598
    7602 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7599#: settings/build/928.a4828756026ad32cf7bc.js:1
    76037600#: settings/src/Settings/RiskConfiguration/RunnerData.js:21
    76047601msgid "Preparing vulnerability detection"
    76057602msgstr ""
    76067603
    7607 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7604#: settings/build/928.a4828756026ad32cf7bc.js:1
    76087605#: settings/src/Settings/RiskConfiguration/RunnerData.js:27
    76097606msgid "Collecting plugin, theme and core data"
    76107607msgstr ""
    76117608
    7612 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7609#: settings/build/928.a4828756026ad32cf7bc.js:1
    76137610#: settings/src/Settings/RiskConfiguration/RunnerData.js:33
    76147611msgid "Scanning your WordPress configuration"
    76157612msgstr ""
    76167613
    7617 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7614#: settings/build/928.a4828756026ad32cf7bc.js:1
    76187615#: settings/src/Settings/RiskConfiguration/RunnerData.js:39
    76197616msgid "Reporting enabled"
    76207617msgstr ""
    76217618
    7622 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7619#: settings/build/928.a4828756026ad32cf7bc.js:1
    76237620#: settings/src/Settings/DataTable/SearchBar/SearchBar.js:23
    76247621#: settings/src/Settings/DynamicDataTable/DynamicDataTable.js:118
     
    76337630msgstr ""
    76347631
    7635 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7632#: settings/build/928.a4828756026ad32cf7bc.js:1
    76367633#: settings/src/Settings/RiskConfiguration/VulnerabilitiesOverview.js:137
    76377634msgid "Activate vulnerability detection to enable this block."
    76387635msgstr ""
    76397636
    7640 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7637#: settings/build/928.a4828756026ad32cf7bc.js:1
    76417638#: settings/src/Settings/LimitLoginAttempts/IpAddressInput.js:40
    76427639msgid "Invalid ip address"
    76437640msgstr ""
    76447641
    7645 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7642#: settings/build/928.a4828756026ad32cf7bc.js:1
    76467643#: settings/src/Settings/GeoBlockList/TrustIpAddressModal.js:65
    76477644#: settings/src/Settings/LimitLoginAttempts/AddIpAddressModal.js:59
     
    76497646msgstr ""
    76507647
    7651 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7648#: settings/build/928.a4828756026ad32cf7bc.js:1
    76527649#: settings/src/Settings/firewall/UserAgentModal.js:158
    76537650#: settings/src/Settings/GeoBlockList/TrustIpAddressModal.js:146
     
    76577654msgstr ""
    76587655
    7659 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7656#: settings/build/928.a4828756026ad32cf7bc.js:1
    76607657#: settings/src/Settings/GeoBlockList/BlockListDatatable.js:296
    76617658#: settings/src/Settings/GeoBlockList/WhiteListDatatable.js:348
     
    76647661msgstr ""
    76657662
    7666 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7663#: settings/build/928.a4828756026ad32cf7bc.js:1
    76677664#: settings/src/Settings/GeoBlockList/WhiteListDatatable.js:349
    76687665#: settings/src/Settings/LimitLoginAttempts/IpAddressDatatable.js:247
     
    76707667msgstr ""
    76717668
    7672 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7669#: settings/build/928.a4828756026ad32cf7bc.js:1
    76737670#: settings/src/Settings/firewall/UserAgentTable.js:235
    76747671#: settings/src/Settings/GeoBlockList/BlockListDatatable.js:319
     
    76817678msgstr ""
    76827679
    7683 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7680#: settings/build/928.a4828756026ad32cf7bc.js:1
    76847681#: settings/src/Settings/EventLog/EventLogDataTable.js:232
    76857682#: settings/src/Settings/LimitLoginAttempts/CountryDatatable.js:454
     
    76897686msgstr ""
    76907687
    7691 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7688#: settings/build/928.a4828756026ad32cf7bc.js:1
    76927689#: settings/src/Settings/TwoFA/TwoFaRolesDropDown.js:72
    76937690msgid "You have enforced 2FA, but not configured any methods."
    76947691msgstr ""
    76957692
    7696 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7693#: settings/build/928.a4828756026ad32cf7bc.js:1
    76977694#: settings/src/Settings/TwoFA/TwoFaRolesDropDown.js:79
    76987695msgid "You have enforced 2FA, but not configured any methods for the role: "
    76997696msgstr ""
    77007697
    7701 #: settings/build/829.24d4695d8d9daec16c60.js:1
    7702 #: settings/src/Settings/PostDropDown.js:112
     7698#: settings/build/928.a4828756026ad32cf7bc.js:1
     7699#: settings/src/Settings/PostDropDown.js:60
    77037700msgid "Redirect to this post when someone tries to access /wp-admin or /wp-login.php. The default is a 404 page."
    77047701msgstr ""
    77057702
    7706 #: settings/build/829.24d4695d8d9daec16c60.js:1
    7707 #: settings/src/Settings/PostDropDown.js:122
     7703#: settings/build/928.a4828756026ad32cf7bc.js:1
     7704#: settings/src/Settings/PostDropDown.js:65
    77087705msgid "Search for a post."
    77097706msgstr ""
    77107707
    7711 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7708#: settings/build/928.a4828756026ad32cf7bc.js:1
    77127709#: settings/src/Settings/RiskConfiguration/NotificationTester.js:80
    77137710msgid "The notification test only works if you save the setting first."
    77147711msgstr ""
    77157712
    7716 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7713#: settings/build/928.a4828756026ad32cf7bc.js:1
    77177714#: settings/src/Settings/RiskConfiguration/NotificationTester.js:77
    77187715msgid "You have not enabled the email notifications in the general settings."
    77197716msgstr ""
    77207717
    7721 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7718#: settings/build/928.a4828756026ad32cf7bc.js:1
    77227719#: settings/src/Settings/RiskConfiguration/NotificationTester.js:38
    77237720msgid "All notifications are triggered successfully, please check your email to double-check if you can receive emails."
    77247721msgstr ""
    77257722
    7726 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7723#: settings/build/928.a4828756026ad32cf7bc.js:1
    77277724#: settings/src/Settings/LimitLoginAttempts/AddUserModal.js:37
    77287725msgid "Add User"
    77297726msgstr ""
    77307727
    7731 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7728#: settings/build/928.a4828756026ad32cf7bc.js:1
    77327729#: settings/src/Settings/LimitLoginAttempts/UserDatatable.js:228
    77337730msgid "Block Username"
    77347731msgstr ""
    77357732
    7736 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7733#: settings/build/928.a4828756026ad32cf7bc.js:1
    77377734#: settings/src/Settings/LimitLoginAttempts/UserDatatable.js:229
    77387735msgid "Trust Username"
    77397736msgstr ""
    77407737
    7741 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7738#: settings/build/928.a4828756026ad32cf7bc.js:1
    77427739#: settings/src/Settings/LimitLoginAttempts/CountryDatatable.js:186
    77437740msgid "Selected regions are now allowed"
    77447741msgstr ""
    77457742
    7746 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7743#: settings/build/928.a4828756026ad32cf7bc.js:1
    77477744#: settings/src/Settings/LimitLoginAttempts/CountryDatatable.js:191
    77487745msgid "%s is now allowed"
    77497746msgstr ""
    77507747
    7751 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7748#: settings/build/928.a4828756026ad32cf7bc.js:1
    77527749#: settings/src/Settings/firewall/UserAgentTable.js:145
    77537750#: settings/src/Settings/GeoBlockList/GeoDatatable.js:288
     
    77627759msgstr ""
    77637760
    7764 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7761#: settings/build/928.a4828756026ad32cf7bc.js:1
    77657762#: settings/src/Settings/firewall/UserAgentModal.js:122
    77667763#: settings/src/Settings/GeoBlockList/TrustIpAddressModal.js:107
     
    77687765msgstr ""
    77697766
    7770 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7767#: settings/build/928.a4828756026ad32cf7bc.js:1
    77717768#: settings/src/Settings/DataTable/DataTableWrapper.js:168
    77727769#: settings/src/Settings/GeoBlockList/BlockListDatatable.js:362
     
    77757772msgstr ""
    77767773
    7777 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7774#: settings/build/928.a4828756026ad32cf7bc.js:1
    77787775#: settings/src/Settings/TwoFA/TwoFaDataTable.js:272
    77797776msgid "You have selected %s users"
    77807777msgstr ""
    77817778
    7782 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7779#: settings/build/928.a4828756026ad32cf7bc.js:1
    77837780#: settings/src/Settings/TwoFA/TwoFaDataTable.js:320
    77847781msgid "Activate Two-Factor Authentication and one method to enable this block."
    77857782msgstr ""
    77867783
    7787 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7784#: settings/build/928.a4828756026ad32cf7bc.js:1
    77887785#: settings/src/Settings/GeoBlockList/GeoDatatable.js:84
    77897786msgid "Block / Allow All"
    77907787msgstr ""
    77917788
    7792 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7789#: settings/build/928.a4828756026ad32cf7bc.js:1
    77937790#: settings/src/Settings/Captcha/Captcha.js:70
    77947791msgid "Reload Captcha"
    77957792msgstr ""
    77967793
    7797 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7794#: settings/build/928.a4828756026ad32cf7bc.js:1
    77987795#: settings/src/Settings/Captcha/Captcha.js:82
    77997796msgid "Validate CAPTCHA"
    78007797msgstr ""
    78017798
    7802 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7799#: settings/build/928.a4828756026ad32cf7bc.js:1
    78037800#: settings/src/Settings/DataTable/SelectedRowsControl/SelectedRowsControl.js:29
    78047801msgid "You have selected %d row"
     
    78077804msgstr[1] ""
    78087805
    7809 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7806#: settings/build/928.a4828756026ad32cf7bc.js:1
    78107807#: settings/src/Settings/FileChangeDetection/FileChangeDetection.js:29
    78117808msgid "File changes have been been reset"
    78127809msgstr ""
    78137810
    7814 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7811#: settings/build/928.a4828756026ad32cf7bc.js:1
    78157812#: settings/src/Settings/FileChangeDetection/FileChangeDetection.js:40
    78167813msgid "Reset changed files"
    78177814msgstr ""
    78187815
    7819 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7816#: settings/build/928.a4828756026ad32cf7bc.js:1
    78207817#: settings/src/Settings/firewall/UserAgentModal.js:80
    78217818#: settings/src/Settings/firewall/UserAgentTable.js:211
     
    78237820msgstr ""
    78247821
    7825 #: settings/build/829.24d4695d8d9daec16c60.js:1
     7822#: settings/build/928.a4828756026ad32cf7bc.js:1
    78267823#: settings/src/Settings/DynamicDataTable/DynamicDataTable.js:168
    78277824#: settings/src/Settings/RolesDropDown.js:94
     
    78307827msgstr ""
    78317828
    7832 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7829#: settings/build/index.dc0e12538832ff741b9e.js:1
    78337830#: settings/src/Onboarding/OnboardingData.js:82
    78347831msgid "Updating email preferences.."
    78357832msgstr ""
    78367833
    7837 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7834#: settings/build/index.dc0e12538832ff741b9e.js:1
    78387835#: settings/src/Onboarding/OnboardingData.js:126
    78397836msgid "Installing %d..."
    78407837msgstr ""
    78417838
    7842 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7839#: settings/build/index.dc0e12538832ff741b9e.js:1
    78437840#: settings/src/Onboarding/OnboardingData.js:132
    78447841msgid "Activating %d..."
    78457842msgstr ""
    78467843
    7847 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7844#: settings/build/index.dc0e12538832ff741b9e.js:1
    78487845#: settings/src/Onboarding/OnboardingData.js:181
    78497846msgid "Re-checking SSL certificate, please wait..."
    78507847msgstr ""
    78517848
    7852 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7849#: settings/build/index.dc0e12538832ff741b9e.js:1
    78537850#: settings/src/Settings/FieldsData.js:181
    78547851msgid "Saving settings..."
    78557852msgstr ""
    78567853
    7857 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7854#: settings/build/index.dc0e12538832ff741b9e.js:1
    78587855#: settings/src/Settings/FieldsData.js:182
    78597856#: settings/src/Settings/FieldsData.js:204
     
    78627859msgstr ""
    78637860
    7864 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7861#: settings/build/index.dc0e12538832ff741b9e.js:1
    78657862#: settings/src/utils/Error.js:12
    78667863msgid "Please check if security settings on the server or a plugin is blocking the requests from Really Simple Security."
    78677864msgstr ""
    78687865
    7869 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7866#: settings/build/index.dc0e12538832ff741b9e.js:1
    78707867#: settings/src/utils/Error.js:20
    78717868msgid "The Really Simple Security Rest API is disabled."
    78727869msgstr ""
    78737870
    7874 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7871#: settings/build/index.dc0e12538832ff741b9e.js:1
    78757872#: settings/src/utils/Error.js:22
    78767873msgid "The Really Simple Security Rest API returned a not found."
    78777874msgstr ""
    78787875
    7879 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7876#: settings/build/index.dc0e12538832ff741b9e.js:1
    78807877#: settings/src/utils/Error.js:24
    78817878msgid "The Really Simple Security Rest API returned a 403 forbidden error."
    78827879msgstr ""
    78837880
    7884 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7881#: settings/build/index.dc0e12538832ff741b9e.js:1
    78857882#: settings/src/utils/Error.js:35
    78867883msgid "A problem was detected during the loading of the settings"
    78877884msgstr ""
    78887885
    7889 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7886#: settings/build/index.dc0e12538832ff741b9e.js:1
    78907887#: settings/src/utils/Error.js:41
    78917888msgid "The request returned the following errors:"
    78927889msgstr ""
    78937890
    7894 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7891#: settings/build/index.dc0e12538832ff741b9e.js:1
    78957892#: settings/src/utils/Error.js:43
    78967893msgid "Response code:"
    78977894msgstr ""
    78987895
    7899 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7896#: settings/build/index.dc0e12538832ff741b9e.js:1
    79007897#: settings/src/utils/Error.js:44
    79017898msgid "Status code:"
    79027899msgstr ""
    79037900
    7904 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7901#: settings/build/index.dc0e12538832ff741b9e.js:1
    79057902#: settings/src/utils/Error.js:45
    79067903msgid "Server response:"
    79077904msgstr ""
    79087905
    7909 #: settings/build/index.882a8b39d4cfa4743063.js:1
     7906#: settings/build/index.dc0e12538832ff741b9e.js:1
    79107907#: settings/src/utils/Error.js:48
    79117908msgid "More information"
  • really-simple-ssl/trunk/lib/admin/class-helper.php

    r3152546 r3209008  
    1919     */
    2020    public function wpconfig_path(): string {
     21        // Allow the wp-config.php path to be overridden via a filter.
     22        $filtered_path = apply_filters( 'rsssl_wpconfig_path', '' );
     23
     24        // If a filtered path is provided, validate it.
     25        if ( ! empty( $filtered_path ) ) {
     26            $directory = dirname( $filtered_path );
     27
     28            // Ensure the directory exists before checking for the file.
     29            if ( is_dir( $directory ) && file_exists( $filtered_path ) ) {
     30                return $filtered_path;
     31            }
     32        }
     33
     34        // Default behavior to locate wp-config.php
    2135        $location_of_wp_config = ABSPATH;
    2236        if ( ! file_exists( ABSPATH . 'wp-config.php' ) && file_exists( dirname( ABSPATH ) . '/wp-config.php' ) ) {
    2337            $location_of_wp_config = dirname( ABSPATH );
    2438        }
     39
    2540        $location_of_wp_config = trailingslashit( $location_of_wp_config );
    2641        $wpconfig_path         = $location_of_wp_config . 'wp-config.php';
     42
     43        // Check if the file exists and return the path if valid.
    2744        if ( file_exists( $wpconfig_path ) ) {
    2845            return $wpconfig_path;
    2946        }
     47
     48        // Return an empty string if no valid wp-config.php path is found.
    3049        return '';
    3150    }
     51
    3252
    3353    /**
  • really-simple-ssl/trunk/readme.txt

    r3198718 r3209008  
    152152
    153153== Changelog ==
     154= 9.1.4 =
     155* Improvement: do not track 404's for logged in users
     156* Improvement: implemented the rsssl_wpconfig_path filter in all wp-config functions
     157* Improvement: Faster onboarding completion after clicking Finish button
     158* Improvement: CSS. Shields in user interface on datatables are no longer cut off
     159
    154160= 9.1.3 =
    155161* November 28th
  • really-simple-ssl/trunk/rlrsssl-really-simple-ssl.php

    r3198701 r3209008  
    44 * Plugin URI: https://really-simple-ssl.com
    55 * Description: Easily improve site security with WordPress Hardening, Two-Factor Authentication (2FA), Login Protection, Vulnerability Detection and SSL certificate generation.
    6  * Version: 9.1.3
     6 * Version: 9.1.4
    77 * Requires at least: 5.9
    88 * Requires PHP: 7.4
     
    104104                define('rsssl_file', __FILE__);
    105105            }
    106             define('rsssl_version', '9.1.3');
     106            define('rsssl_version', '9.1.4');
    107107            define('rsssl_le_cron_generation_renewal_check', 20);
    108108            define('rsssl_le_manual_generation_renewal_check', 15);
  • really-simple-ssl/trunk/security/firewall-manager.php

    r3198701 r3209008  
    133133
    134134    /**
    135      * Initialize the WP_Filesyste
     135     * Initialize the WP_Filesystem
    136136     *
    137137     * @return false|WP_Filesystem_Base
     
    694694     */
    695695    public function wpconfig_path() {
    696         // limit nr of iterations to 5.
     696
     697        // Allow the wp-config.php path to be overridden via a filter.
     698        $filtered_path = apply_filters( 'rsssl_wpconfig_path', '' );
     699
     700        // If a filtered path is provided, validate it.
     701        if ( ! empty( $filtered_path ) ) {
     702            $directory = dirname( $filtered_path );
     703
     704            // Ensure the directory exists before checking for the file.
     705            if ( is_dir( $directory ) && file_exists( $filtered_path ) ) {
     706                return $filtered_path;
     707            }
     708        }
     709
     710        // Limit number of iterations to 5.
    697711        $i             = 0;
    698712        $maxiterations = 5;
    699713        $dir           = ABSPATH;
    700714        do {
    701             ++$i;
     715            ++ $i;
    702716            if ( $this->file_exists( $dir . 'wp-config.php' ) ) {
    703                 return apply_filters('rsssl_wpconfig_path', $dir . 'wp-config.php' );
     717                return $dir . 'wp-config.php';
    704718            }
    705719        } while ( ( $dir = realpath( "$dir/.." ) ) && ( $i < $maxiterations ) );//phpcs:ignore
    706         return apply_filters( 'rsssl_wpconfig_path', '' );
     720
     721        return '';
    707722    }
    708723
  • really-simple-ssl/trunk/security/functions.php

    r3182178 r3209008  
    437437 * Get the wp-config.php path
    438438 */
    439 function rsssl_find_wp_config_path()
    440 {
    441     if ( !rsssl_user_can_manage() ) {
     439function rsssl_find_wp_config_path() {
     440    if ( ! rsssl_user_can_manage() ) {
    442441        return null;
    443442    }
    444     //limit nr of iterations to 5
    445     $i = 0;
    446     $dir = __DIR__;
    447     do {
    448         $i++;
    449         if (file_exists($dir . "/wp-config.php")) {
    450             return $dir . "/wp-config.php";
    451         }
    452     } while (($dir = realpath("$dir/..")) && ($i < 10));
    453     return null;
     443
     444    // Allow the wp-config.php path to be overridden via a filter.
     445    $filtered_path = apply_filters( 'rsssl_wpconfig_path', '' );
     446
     447    // If a filtered path is provided, validate it.
     448    if ( ! empty( $filtered_path ) ) {
     449        $directory = dirname( $filtered_path );
     450
     451        // Ensure the directory exists before checking for the file.
     452        if ( is_dir( $directory ) && file_exists( $filtered_path ) ) {
     453            return $filtered_path;
     454        }
     455    }
     456
     457    // Limit number of iterations to 10
     458    $i   = 0;
     459    $dir = __DIR__;
     460    do {
     461        $i ++;
     462        if ( file_exists( $dir . "/wp-config.php" ) ) {
     463            return $dir . "/wp-config.php";
     464        }
     465    } while ( ( $dir = realpath( "$dir/.." ) ) && ( $i < 10 ) );
     466
     467    return null;
    454468}
    455469
  • really-simple-ssl/trunk/security/wordpress/two-fa/class-rsssl-two-factor-totp.php

    r3172795 r3209008  
    3232     * @var string
    3333     */
    34     public const LAST_SUCCESSFUL_LOGIN_META_KEY = '_two_factor_totp_last_successful_login';
     34    public const LAST_SUCCESSFUL_LOGIN_META_KEY = '_rsssl_two_factor_totp_last_successful_login';
    3535
    3636    public const DEFAULT_KEY_BIT_SIZE        = 160;
     
    221221        }
    222222
    223         if ( $request->get_param( 'enable_provider' ) && ! Rsssl_Two::enable_provider_for_user( $user_id, 'Two_Factor_Totp' ) ) {
     223        if ( $request->get_param( 'enable_provider' ) && ! Rsssl_Two_Factor::enable_provider_for_user( $user_id, 'Two_Factor_Totp' ) ) {
    224224            return new WP_Error( 'db_error', __( 'Unable to enable TOTP provider for this user.', 'really-simple-ssl' ), array( 'status' => 500 ) );
    225225        }
     
    508508        }
    509509
    510         $code = $this->sanitize_code_from_request( 'authcode', self::DEFAULT_DIGIT_COUNT );
     510        $code = self::sanitize_code_from_request( 'authcode', self::DEFAULT_DIGIT_COUNT );
    511511        if ( ! $code ) {
    512512            return false;
     
    543543
    544544        update_user_meta( $user->ID, self::LAST_SUCCESSFUL_LOGIN_META_KEY, $valid_timestamp );
     545        delete_user_meta( $user->ID, '_rsssl_two_factor_failed_login_attempts');
     546        delete_user_meta( $user->ID, '_rsssl_two_factor_last_login_failure');
    545547
    546548        return true;
  • really-simple-ssl/trunk/settings/build/814.css

    r3198701 r3209008  
    1 .rsssl input.MuiInput-underline:before,.rsssl-modal-body input.MuiInput-underline:before{display:none}.rsssl .MuiAutocomplete-root .MuiInputLabel-outlined[data-shrink=false],.rsssl-modal-body .MuiAutocomplete-root .MuiInputLabel-outlined[data-shrink=false]{transform:translate(14px,16px) scale(1)}.rsssl .MuiAutocomplete-root .MuiFormLabel-root,.rsssl-modal-body .MuiAutocomplete-root .MuiFormLabel-root{font-family:inherit}.rsssl .MuiAutocomplete-root .MuiOutlinedInput-root,.rsssl-modal-body .MuiAutocomplete-root .MuiOutlinedInput-root{padding:0}.rsssl input.MuiAutocomplete-input[type=text],.rsssl-modal-body input.MuiAutocomplete-input[type=text]{border:0;padding-left:12px}.rsssl input.MuiAutocomplete-input[type=text]:focus,.rsssl-modal-body input.MuiAutocomplete-input[type=text]:focus{box-shadow:none;outline:none}.rsssl .MuiInputBase-root,.rsssl-modal-body .MuiInputBase-root{font-family:inherit}.rsssl .MuiInput-root input.MuiInputBase-input,.rsssl-modal-body .MuiInput-root input.MuiInputBase-input{padding-left:10px}.rsssl .MuiPaper-root,.rsssl .MuiPopper-root,.rsssl-modal-body .MuiPaper-root,.rsssl-modal-body .MuiPopper-root{max-height:150px;z-index:15}.rsssl .MuiPaper-root div,.rsssl .MuiPopper-root div,.rsssl-modal-body .MuiPaper-root div,.rsssl-modal-body .MuiPopper-root div{font-family:inherit!important}.rsssl .MuiPaper-root ul,.rsssl .MuiPopper-root ul,.rsssl-modal-body .MuiPaper-root ul,.rsssl-modal-body .MuiPopper-root ul{max-height:none}
     1.rsssl input.MuiInput-underline:before,.rsssl-modal-body input.MuiInput-underline:before{display:none}.rsssl .MuiAutocomplete-root .MuiInputLabel-outlined[data-shrink=false],.rsssl-modal-body .MuiAutocomplete-root .MuiInputLabel-outlined[data-shrink=false]{transform:translate(14px,16px) scale(1)}.rsssl .MuiAutocomplete-root .MuiFormLabel-root,.rsssl-modal-body .MuiAutocomplete-root .MuiFormLabel-root{font-family:inherit}.rsssl .MuiAutocomplete-root .MuiOutlinedInput-root,.rsssl-modal-body .MuiAutocomplete-root .MuiOutlinedInput-root{padding:0}.rsssl input.MuiAutocomplete-input[type=text],.rsssl-modal-body input.MuiAutocomplete-input[type=text]{border:0;padding-left:12px}.rsssl input.MuiAutocomplete-input[type=text]:focus,.rsssl-modal-body input.MuiAutocomplete-input[type=text]:focus{box-shadow:none;outline:none}.rsssl .MuiInputBase-root,.rsssl-modal-body .MuiInputBase-root{font-family:inherit}.rsssl .MuiInput-root input.MuiInputBase-input,.rsssl-modal-body .MuiInput-root input.MuiInputBase-input{padding-left:10px}.rsssl .MuiPaper-root,.rsssl .MuiPopper-root,.rsssl-modal-body .MuiPaper-root,.rsssl-modal-body .MuiPopper-root{max-height:150px;z-index:999999}.rsssl .MuiPaper-root div,.rsssl .MuiPopper-root div,.rsssl-modal-body .MuiPaper-root div,.rsssl-modal-body .MuiPopper-root div{font-family:inherit!important}.rsssl .MuiPaper-root ul,.rsssl .MuiPopper-root ul,.rsssl-modal-body .MuiPaper-root ul,.rsssl-modal-body .MuiPopper-root ul{max-height:none}
    22.rsssl-modal-premium-container{background-color:var(--rsp-dark-blue);color:#fff;margin-right:22px;padding:0 5px}
    33.rsssl-le-activate_ssl .rsssl-modal-checkbox-container,.rsssl-modal-body .rsssl-modal-checkbox-container{cursor:pointer;display:block;font-size:12px;margin-bottom:5px;overflow:unset!important;padding-left:10px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rsssl-le-activate_ssl .rsssl-modal-checkbox-container:hover input~.rsssl-checkmark,.rsssl-modal-body .rsssl-modal-checkbox-container:hover input~.rsssl-checkmark{background-color:var(--rsp-grey-400);border:1px solid var(--rsp-grey-400);border-radius:3px}.rsssl-le-activate_ssl .rsssl-modal-checkbox-container input:checked~.rsssl-checkmark,.rsssl-modal-body .rsssl-modal-checkbox-container input:checked~.rsssl-checkmark{background-color:var(--rsp-dark-blue);border:1px solid var(--rsp-dark-blue)}.rsssl-le-activate_ssl .rsssl-modal-checkbox-container input:disabled~.rsssl-checkmark,.rsssl-modal-body .rsssl-modal-checkbox-container input:disabled~.rsssl-checkmark{background-color:var(--rsp-grey-400);border:1px solid var(--rsp-grey-400)}.rsssl-le-activate_ssl .rsssl-modal-checkbox-container input:checked~.rsssl-checkmark:after,.rsssl-modal-body .rsssl-modal-checkbox-container input:checked~.rsssl-checkmark:after{display:block}.rsssl-le-activate_ssl .rsssl-modal-checkbox-container .rsssl-checkmark:after,.rsssl-modal-body .rsssl-modal-checkbox-container .rsssl-checkmark:after{border:solid #fff;border-width:0 2px 2px 0;height:7px;left:6px;top:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);width:5px}.rsssl-le-activate_ssl .rsssl-modal-checkbox-container input,.rsssl-modal-body .rsssl-modal-checkbox-container input{cursor:pointer;height:0;opacity:0;width:0}.rsssl-le-activate_ssl .rsssl-modal-checkbox-container .rsssl-checkmark,.rsssl-modal-body .rsssl-modal-checkbox-container .rsssl-checkmark{aspect-ratio:1;background-color:var(--rsp-grey-300);border:1px solid var(--rsp-grey-400);height:var(--rsp-fs-600);left:0;position:absolute;top:0}.rsssl-le-activate_ssl .rsssl-modal-checkbox-container .rsssl-checkmark:after,.rsssl-modal-body .rsssl-modal-checkbox-container .rsssl-checkmark:after{content:"";display:none;position:absolute}
  • really-simple-ssl/trunk/settings/src/Settings/AutoComplete/AutoComplete.scss

    r3100606 r3209008  
    3131  .MuiPopper-root, .MuiPaper-root {
    3232    max-height:150px;
    33     z-index: 15;
     33    z-index: 999999;
    3434    div {
    3535      font-family: inherit !important;
  • really-simple-ssl/trunk/settings/src/Settings/AutoComplete/AutoCompleteControl.js

    r3127185 r3209008  
    3131                id={field.id}
    3232                options={options}
     33                isOptionEqualToValue={(option, value) => {
     34                    const optionValue = typeof option.value === "string" ? option.value.toLowerCase() : option.value;
     35                    const valueValue = typeof value.value === "string" ? value.value.toLowerCase() : value.value;
     36                    return optionValue === valueValue;
     37                }}
    3338                getOptionLabel={(option) => {
    3439                    if ( option && option.label ) {
     
    4146                    return option;
    4247                } }
    43                 isOptionEqualToValue={(option, value) => {
    44                     return option.value === value;
    45                 }}
    4648                onChange={(event, newValue) => {
    4749                    let value = newValue && newValue.value ? newValue.value : '';
  • really-simple-ssl/trunk/settings/src/Settings/Host/Host.js

    r3127185 r3209008  
    1 import {useState, useEffect, memo} from "@wordpress/element";
     1import { useState, useEffect, memo } from "@wordpress/element";
     2import { ThemeProvider } from '@mui/material/styles';
    23import useFields from "../FieldsData";
    34import AutoCompleteControl from "../AutoComplete/AutoCompleteControl";
    45import useHostData from "./HostData";
    5 import {__} from "@wordpress/i18n";
     6import { __ } from "@wordpress/i18n";
     7import autoCompleteSharedTheme from "../../utils/autoCompleteTheme";
     8const Host = ({ field, showDisabledWhenSaving = true }) => {
     9    const { updateField, setChangedField, saveFields, handleNextButtonDisabled } = useFields();
     10    const [disabled, setDisabled] = useState(false);
     11    const { fetchHosts, hosts, hostsLoaded } = useHostData();
    612
    7 const Host = ({field, showDisabledWhenSaving=true}) => {
    8     const {updateField, setChangedField, saveFields, handleNextButtonDisabled} = useFields();
    9     const [disabled, setDisabled] = useState(false);
    10     const {fetchHosts, hosts, hostsLoaded} = useHostData();
    11 
    12     useEffect ( () => {
    13 
    14         if ( !hostsLoaded ) {
     13    useEffect(() => {
     14        if (!hostsLoaded) {
    1515            fetchHosts();
    1616        }
     
    2222
    2323    const onChangeHandler = async (fieldValue) => {
    24         //force update, and get new fields.
    2524        if (showDisabledWhenSaving) {
    26           setDisabled(true);
     25            setDisabled(true);
    2726        }
    2827        updateField(field.id, fieldValue);
     
    3029        await saveFields(true, false);
    3130        setDisabled(false);
    32     }
     31    };
    3332
    3433    let loadedHosts = hostsLoaded ? hosts : [];
     
    3837        value: '',
    3938    };
    40     if ( field.value.length === 0 ) {
     39    if (field.value.length === 0) {
    4140        options.push(item);
    4241    }
     
    5150
    5251    return (
    53           <AutoCompleteControl
    54               className="rsssl-select"
    55               field={field}
    56               label={ field.label }
    57               onChange={ ( fieldValue ) => onChangeHandler(fieldValue) }
    58               value= { field.value }
    59               options={ options }
    60               disabled={disabled}
    61           />
    62     )
    63 }
     52        <ThemeProvider theme={autoCompleteSharedTheme}>
     53            <AutoCompleteControl
     54                className="rsssl-select"
     55                field={field}
     56                label={field.label}
     57                onChange={(fieldValue) => onChangeHandler(fieldValue)}
     58                value={field.value}
     59                options={options}
     60                disabled={disabled}
     61            />
     62        </ThemeProvider>
     63    );
     64};
     65
    6466export default memo(Host);
  • really-simple-ssl/trunk/settings/src/Settings/PostDropDown.js

    r3034542 r3209008  
    1010
    1111import React, { useState, useEffect } from "react";
     12import { ThemeProvider } from '@mui/material/styles';
     13import apiFetch from '@wordpress/api-fetch';
    1214import { __ } from '@wordpress/i18n';
    13 import TextField from '@material-ui/core/TextField';
    14 import apiFetch from '@wordpress/api-fetch';
     15import autoCompleteSharedTheme from '../utils/autoCompleteTheme';
     16import AutoCompleteControl from "../settings/AutoComplete/AutoCompleteControl";
    1517import useFields from "./FieldsData";
    1618
     
    1820    const [posts, setPosts] = useState([]);
    1921    const [selectedPost, setSelectedPost] = useState("");
    20     const {updateField, setChangedField} = useFields();
    21     const [ThemeProvider, setThemeProvider] = useState(null);
    22     const [theme, setTheme] = useState(null);
    23     const [Autocomplete, setAutocomplete] = useState(null);
    24     useEffect( () => {
    25         import('@material-ui/lab/Autocomplete').then(({ default: Autocomplete }) => {
    26             setAutocomplete(() => Autocomplete);
     22    const { updateField, setChangedField } = useFields();
     23
     24    useEffect(() => {
     25        // Fetch posts data when the component mounts
     26        apiFetch({ path: '/wp/v2/pages?per_page=100' }).then((data) => {
     27            const formattedData = data.map(post => ({
     28                label: post.title.rendered,
     29                value: post.id
     30            }));
     31            setPosts([{ label: "404 (default)", value: "404_default" }, ...formattedData]);
    2732        });
    28 
    29        import ('@material-ui/core/styles').then(({ createTheme,  ThemeProvider }) => {
    30            setThemeProvider(() => ThemeProvider);
    31             setTheme(() => createTheme({
    32                     typography: {
    33                         fontSize: 12,
    34                         fontFamily: 'inherit',
    35                     },
    36                     overrides: {
    37                         MuiInputBase: {
    38                             root: {
    39                                 fontSize: '12px',
    40                                 fontFamily: 'inherit',
    41                                 height: '40px',
    42                             }
    43                         },
    44                         MuiList: {
    45                             root: {
    46                                 fontSize: '8px',
    47                             }
    48                         },
    49                         MuiAutocomplete: {
    50                             inputRoot: {
    51                                 '& .MuiAutocomplete-input': {
    52                                     border: 0,
    53                                 },
    54                                 flexWrap: 'inherit',
    55                             },
    56                             popper: {
    57                                 fontSize: '12px',
    58                             },
    59                             paper: {
    60                                 fontSize: '12px',
    61                             },
    62                             option: {
    63                                 fontSize: '12px',
    64                             },
    65                             root: {
    66                                 padding: 0,
    67                             }
    68                         },
    69                     },
    70                 })
    71             );
    72        });
    73 
    7433    }, []);
    7534
    76     // Fetch the list of posts from the WordPress database when the component mounts.
    7735    useEffect(() => {
    78         apiFetch({ path: '/wp/v2/pages?per_page=100' })
    79             .then((data) => {
    80                 const formattedData = data.map(post => ({
    81                     title: post.title.rendered,
    82                     id: post.id
    83                 }));
    84                 setPosts([{ 'title': "404 (default)", 'id': "404_default" }, ...formattedData]);
    85             });
    86     }, []);
    87 
    88     // Fetch the data for the selected post from the WordPress database when the component mounts.
    89     useEffect(() => {
    90         if (field.value !== '404_default') {
     36        if (field.value !== "404_default") {
    9137            apiFetch({ path: `wp/v2/pages/${field.value}` })
    9238                .then((data) => {
    9339                    if (data.title) {
    94                         setSelectedPost({ 'title': data.title.rendered, 'id': field.value })
     40                        setSelectedPost({ label: data.title.rendered, value: field.value });
    9541                    } else {
    96                         setSelectedPost({ 'title': "404 (default)", 'id': '404_default' })
     42                        setSelectedPost({ label: "404 (default)", value: "404_default" });
    9743                    }
    9844                });
    9945        } else {
    100             setSelectedPost({ 'title': "404 (default)", 'id': '404_default' })
     46            setSelectedPost({ label: "404 (default)", value: "404_default" });
    10147        }
    10248    }, [field.value]);
    10349
    104 
    105     if (!Autocomplete || !ThemeProvider || !theme) {
    106         return null;
    107     }
     50    const handleChange = (newValue) => {
     51        const value = newValue ? newValue : '404_default';
     52        updateField(field.id, value);
     53        setChangedField(field.id, value);
     54    };
    10855
    10956    return (
    110         <div>
    111             <label htmlFor="rsssl-filter-post-input">
    112                 {__("Redirect to this post when someone tries to access /wp-admin or /wp-login.php. The default is a 404 page.","really-simple-ssl")}
    113             </label>
    114             <ThemeProvider theme={theme}>
    115                 <Autocomplete
     57        <ThemeProvider theme={autoCompleteSharedTheme}>
     58            <div>
     59                <label htmlFor="rsssl-filter-post-input">
     60                    {__("Redirect to this post when someone tries to access /wp-admin or /wp-login.php. The default is a 404 page.", "really-simple-ssl")}
     61                </label>
     62                <AutoCompleteControl
     63                    className="rsssl-select"
     64                    field={field}
     65                    label={__("Search for a post.", "really-simple-ssl")}
     66                    value={selectedPost}
    11667                    options={posts}
    117                     getOptionLabel={(option) => option.title ? option.title : ''}
    118                     renderInput={(params) => (
    119                         <TextField
    120                             {...params}
    121                             variant="outlined"
    122                             placeholder={__('Search for a post.','really-simple-ssl')}
    123                         />
    124                     )}
    125                     getOptionSelected={(option, value) => {
    126                         return option.id === value.id;
    127                     }}
    128                     onChange={(event, newValue) => {
    129                         let value = newValue && newValue.id ? newValue.id : '404_default';
    130                         updateField(field.id, value);
    131                         setChangedField( field.id, value );
    132                     }}
    133                     value={selectedPost}
     68                    onChange={handleChange}
     69                    disabled={false}
    13470                />
    135             </ThemeProvider>
    136         </div>
     71            </div>
     72        </ThemeProvider>
    13773    );
    13874};
  • really-simple-ssl/trunk/uninstall.php

    r3152546 r3209008  
    114114        'rsssl_permission_check_next_index',
    115115        'rsssl_permission_check_completed',
     116        'rsssl_pro_password_change_required_users_checked',
    116117    ];
    117118    foreach ( $rsssl_options as $rsssl_option_name ) {
Note: See TracChangeset for help on using the changeset viewer.