.ac-tool{position:relative}
.ac-tool__toggle{background-color:#192631;border:2px solid #fff;color:#fff;cursor:pointer;font-size:2.2rem;font-weight:700;padding:8px 20px;position:fixed;right:20px;top:180px;transform:rotate(270deg);transform-origin:right;transition:right .3s ease-in-out;z-index:21}
.ac-tool__toggle.hidden{display:block;right:-100%}
.ac-tool__panel{background-color:#bfbfbf;border-bottom-left-radius:7px;border-top-left-radius:7px;display:flex;flex-direction:column;padding:12px;position:fixed;right:-100%;row-gap:8px;top:170px;transition:right .3s ease-in-out;z-index:20}
.ac-tool__panel.active{right:0}
.ac-tool__panel-close{background-color:transparent;border:0;cursor:pointer;font-size:1.8rem;padding:0;width:min-content}
.ac-tool__panel-control{background-color:#fff;border-radius:7px;column-gap:12px;display:grid;grid-template-columns:auto 28px auto;padding:8px}
.ac-tool__panel-control--links{column-gap:12px;display:grid;grid-template-columns:1fr 2fr}
.ac-tool__panel-control-button{background-color:#000;border:0;border-radius:50%;cursor:pointer;font-size:22px;height:40px;position:relative;width:40px}
.ac-tool__panel-control-button:hover,.ac-tool__panel-control-button:focus-within,.ac-tool__panel-control-button:focus{background-color:#8f2cee}
.ac-tool__panel-control-button::before{background-color:#fff;content:'';display:block;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}
.ac-tool__panel-control-button--increase::after{background-color:#fff;content:'';display:block;height:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:2px}
.ac-tool__panel-control-toggle-links{background-color:#d3d3d3;border:0;border-radius:30px;cursor:pointer;height:40px;position:relative;width:100%}
.ac-tool__panel-control-toggle-links::before{align-items:center;background-color:#212121;border-radius:50%;color:#fff;content:'On';display:flex;font-size:1.2rem;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:background-color .3s ease-in-out,left .3s ease-in-out;width:40px}
.ac-tool__panel-control-toggle-links.active::before{background-color:#8f2cee;content:'Off';left:calc(100% - 40px)}
.ac-tool__panel-reset{background-color:#d3d3d3;border:0;color:#595959;font-size:1.8rem;height:40px;margin-top:4px}
.ac-tool__panel-reset.active{background-color:#212121;color:#fff;cursor:pointer}