/* Minimalist Accessibility Toolbar CSS */
.acwp-icon{display:inline-block;width:18px;height:18px;vertical-align:middle}
.acwp-icon svg{width:100%;height:100%;fill:currentColor}
.awp-close-icon{display:block;width:20px;height:20px;position:relative}
.awp-close-icon:before,.awp-close-icon:after{content:'';display:block;width:100%;height:1px;background-color:#333;position:absolute;top:10px}
.awp-close-icon:before{transform:rotate(45deg)}
.awp-close-icon:after{transform:rotate(-45deg)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
#acwp-toolbar *{box-sizing:border-box}
.acwp-hide{display:none}
#acwp-toolbar-btn-wrap{border:1px solid #1E7AB9;z-index:9500;position:fixed;margin-top:-100vh;border-radius:50%;transition:all .5s ease,opacity .3s ease,transform .3s ease;width:30px;height:30px}
#acwp-toolbar-btn{margin:0;padding:0;cursor:pointer;appearance:none;background:none;border:0;width:30px;height:30px;background:#1E7AB9;text-align:center;color:#fff;border:none;border-radius:50%;box-shadow:0 1px 5px rgba(0,0,0,0.15);transition:all .2s ease;display:flex;align-items:center;justify-content:center}
#acwp-toolbar-btn:hover,#acwp-toolbar-btn:focus{background:#1a6ba0;box-shadow:0 2px 10px rgba(0,0,0,0.2)}
#acwp-toolbar-btn.acwp-noanimation{transition:none}
body.acwp-contrast #acwp-toolbar-btn svg,#acwp-toolbar-btn svg{height:auto;display:inline-block;width:18px;top:0;position:relative;fill:#fff}
#acwp-toolbar-btn-wrap.acwp-right{left:auto;right:10px}
#acwp-toolbar-btn-wrap.show{margin-top:0}
#acwp-close-toolbar{margin:0;padding:8px;cursor:pointer;appearance:none;background:none;border:0;position:absolute;top:8px;right:8px;outline:none;color:#666;z-index:250;border-radius:4px;transition:all .2s}
#acwp-close-toolbar:hover{background:#f5f5f5;color:#333}
#acwp-toolbar-module>#acwp-close-toolbar{color:#666;top:4px;right:4px}
body.acwp-keyboard #acwp-close-toolbar:focus{outline:2px solid #333}
body.rtl #acwp-close-toolbar{right:auto;left:8px}
body.rtl #acwp-toolbar-module>#acwp-close-toolbar{right:auto;left:4px}
.acwp-footer{border-top:1px solid #e8e8e8;background:#fafafa}
.acwp-footer a{color:#666;text-decoration:none;transition:color .2s}
.acwp-footer a:hover,.acwp-footer a:focus{color:#333}
.acwp-footer ul{list-style:none;padding:0;margin:0}
.acwp-footer ul li{margin:0;padding:10px 20px;line-height:18px;font-size:13px;border-bottom:1px solid #f0f0f0}
.acwp-footer ul li a{color:#666}
.acwp-footer ul li:last-child{padding:8px 16px;border:0;background:transparent;text-align:center;font-size:11px;color:#999}
.acwp-footer ul li:last-child .acwp-icon{font-size:11px;position:relative;top:1px}
#acwp-toolbar.acwp-style-default .acwp-toggler{border-bottom:1px solid #f0f0f0}
.acwp-toggler:last-child{border-bottom:0}
#acwp-toolbar.acwp-style-columns .acwp-toggler label{display:block;text-align:center;padding:16px 12px;font-size:13px;background:#fff;margin:1px;cursor:pointer;border-radius:2px;border:1px solid #f0f0f0;transition:all .2s}
.acwp-toggler label>*{pointer-events:none}
#acwp-toolbar.acwp-style-default .acwp-toggler label{display:flex;width:100%;margin:0;cursor:pointer;background:#fff;padding:12px 20px;font-size:.9em;outline:none;align-items:center;transition:background .15s}
.acwp-toggler label:hover,.acwp-toggler label:focus{outline:none;background:#fafafa}
#acwp-toolbar.acwp-style-default .acwp-toggler label>.acwp-icon,#acwp-toolbar.acwp-style-default .acwp-toggler label>span{display:inline-block;line-height:20px;color:#555;font-weight:400}
#acwp-toolbar.acwp-style-columns .acwp-toggler label>.acwp-icon,#acwp-toolbar.acwp-style-columns .acwp-toggler label>span{display:block;float:none;margin:0}
.acwp-toggler label>span{flex-grow:1;letter-spacing:0.01em}
.acwp-toggler label>.acwp-icon{float:left;margin-right:10px;opacity:0.7}
body.rtl .acwp-toggler label>.acwp-icon{float:right;margin-right:auto;margin-left:10px}
.acwp-toggler label input{display:none}
.acwp-switcher{position:relative;display:block;height:24px;width:44px;float:right}
body.rtl .acwp-switcher{float:left}
.acwp-switch{background-color:#e0e0e0;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;cursor:pointer;transition:background-color .2s;border:1px solid #d0d0d0}
.acwp-switch:before{content:'';background-color:#fff;position:absolute;width:18px;height:18px;left:2px;bottom:2px;border-radius:50%;transition:transform .2s;transform:translateX(0);box-shadow:0 1px 3px rgba(0,0,0,0.1)}
body.rtl .acwp-switch:before{transform:translateX(18px)}
input:checked+.acwp-switch{background-color:#333!important;border-color:#222}
input:checked+.acwp-switch:before{transform:translateX(18px)}
body.rtl input:checked+.acwp-switch:before{transform:translateX(0)}
.acwp-toolbar{display:none;position:fixed;z-index:99999;outline:none;transition:all .4s ease}
.acwp-toolbar.acwp-noanimation{transition:none}
.acwp-toolbar:focus{outline:none}
.acwp-toolbar.acwp-toolbar-active{display:block}
#acwp-toolbar-module{position:relative;background-color:#fff;width:340px;border:1px solid #e0e0e0;box-shadow:0 4px 20px rgba(0,0,0,0.08);border-radius:8px;overflow:hidden}
body.acwp-contrast #acwp-toolbar.acwp-style-default .acwp-toggler label,body.acwp-contrast #acwp-toolbar-module{background-color:#000;border-color:#333}
body.acwp-contrast #acwp-toolbar .acwp-heading,body.acwp-contrast #acwp-toolbar .acwp-heading p.acwp-title{background-color:#1a1a1a;border-color:#333}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .acwp-switch{background-color:#555}
body.acwp-contrast #acwp-toolbar.acwp-style-default .acwp-toggler label>.acwp-icon,body.acwp-contrast #acwp-toolbar.acwp-style-default .acwp-toggler label>span{color:#f0f0f0}
#acwp-toolbar.acwp-style-columns #acwp-toolbar-module{background-color:#fafafa;border-radius:8px;overflow:hidden}
.incresed #acwp-toolbar-module{width:540px}
.acwp-heading{background:#fff;padding:16px 20px;border-bottom:1px solid #e8e8e8}
p.acwp-title{color:#333}
.acwp-heading p.acwp-title{margin:0;padding:0;font-size:18px;font-weight:500;letter-spacing:-0.02em}
.acwp-heading p{margin:0}
body.acwp-animations *{transition:none!important;animation:none!important}
body.acwp-underline:not(.acwp-underline-hardcss) #acwp-close-toolbar,body.acwp-underline:not(.acwp-underline-hardcss) a,body.acwp-underline:not(.acwp-underline-hardcss) button{text-decoration:underline;background:#ffe066;color:#000;box-shadow:0 0 0 1px #ffd633}
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h1,body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h2,body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h3{background-color:#fff4cc;color:#000;border-left:3px solid #ffd633;padding-left:8px}
body.acwp-contrast:not(.acwp-contrast-hardcss):not(.acwp-contrast-js):not(.acwp-contrast-bgimages) *{background-image:none}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js){background-color:#000;color:#fff}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) *{background-color:#000;color:#fff}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) a,body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button,body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) label{color:#ff0}
body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-tahoma),body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-tahoma) *:not(.fa):not(.acwp-icon){font-family:Arial,sans-serif}
body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-arial),body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-arial) *:not(.fa):not(.acwp-icon){font-family:Tahoma,sans-serif}
#acwp-toolbar.acwp-style-columns .acwp-togglers{display:flex;flex-wrap:wrap;margin:6px -2px}
#acwp-toolbar.acwp-style-columns .acwp-togglers>.acwp-toggler{flex-grow:1;width:50%}
body.acwp-keyboard a:not([disabled]):focus,body.acwp-keyboard button:not([disabled]):focus,body.acwp-keyboard input[type=text]:not([disabled]):focus,body.acwp-keyboard [tabindex]:not([disabled]):not([tabindex="-1"]):focus,body.acwp-keyboard #acwp-toolbar.acwp-style-columns .acwp-toggler label:focus{outline:2px solid #333;outline-offset:2px}
@media(max-height:650px){.acwp-heading p.acwp-title{font-size:17px}}
@media(max-height:550px){#acwp-toolbar .acwp-toggler label>span{font-size:12px;line-height:16px}.acwp-switcher{height:20px;width:38px}.acwp-switch:before{width:16px;height:16px}}
@media(max-width:768px){.incresed #acwp-toolbar-module{width:480px}}
@media(max-width:600px){.incresed #acwp-toolbar-module{width:380px}}
@media(max-width:400px){#acwp-toolbar-module{width:280px}.incresed #acwp-toolbar-module{width:100%}}
