@keyframes openAnim{0%{margin-left:10px}to{margin-left:0}}@keyframes closeAnim{0%{margin-left:0}to{margin-left:10px}}@keyframes screen-flashing{0%{background-color:#002900;box-shadow:inset 0 0 1px 1px #000}to{background-color:#95ff95;box-shadow:inset 0 0 3px 1px #060}}:root{font-family:"Press Start 2P",system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background:linear-gradient(135deg,#342555 10%,#a092c8 85%);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{font-family:inherit}* button{border:none}body{display:flex;justify-content:center;align-items:center;max-width:100vw;height:100vh;overflow:hidden}.pokedex{position:relative;display:flex;transform:translate(0);transition:transform 1s ease-in-out;text-shadow:0 1px 0 rgba(0,0,0,.2),1px 0 0 rgba(0,0,0,.2)}.pokedex .panel{width:300px;height:450px}.pokedex.open{transform:translate(-150px)}.pokedex .screen{border:1px solid #000000;background-color:#002900;font-family:"Press Start 2P",system-ui;box-shadow:inset 0 0 1px 1px #000;padding:3px;border-radius:7px}.pokedex .screen.active{color:#000;background-color:#95ff95!important;box-shadow:inset 0 0 3px 1px #060!important}.pokedex .screen.flashing{animation:screen-flashing .1s infinite alternate}.small-screen-text{padding:2rem;color:#000;text-align:center}.credits,.github{position:absolute;bottom:0;color:#000;font-size:.6em}.github{margin:1em;right:50%;transform:translate(50%)}.github img{vertical-align:middle}.credits{right:2em}.panel.left{position:relative;border-radius:15px 0 0 15px;background-color:#da0000;box-shadow:0 4px 8px #0003,inset 2px 2px 6px #ff6a6a,inset -2px -2px 6px #0003}.panel.left .top{display:flex}.panel.left .top .red.left{width:98px;height:118px;border-top-left-radius:15px;background-color:red;box-shadow:inset 4px 0 6px -2px #ff6a6a,inset 0 5px 6px -5px #8f0000}.panel.left .top .red.right{width:202px;height:58px;background:linear-gradient(90deg,red 96%,#b60000 99%);box-shadow:inset 0 5px 6px -5px #8f0000}.panel.left .top .sideways{width:100px;height:60px;background:linear-gradient(135deg,#ff0000 50%,transparent 50%)}.panel.left .top .lights-wrapper{position:absolute;display:flex;justify-content:space-evenly;width:170px;height:118px}.panel.left .top .lights-wrapper .big-blue-wrapper{display:flex;justify-content:center;align-items:center;width:66px;height:66px;border-radius:50%;margin:26px 20px;background-color:#ccc;box-shadow:inset 1px 1px 1px #fff9,inset -1px -1px 2px #0006}.panel.left .top .lights-wrapper .big-blue-wrapper .big-blue{width:50px;height:50px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#66c7ff 25%,#008cff 60%,#004c99)}.panel.left .top .lights-wrapper .big-blue-wrapper .big-blue.flashing{animation:flashing .1s infinite alternate}@keyframes flashing{0%{box-shadow:0 0 5px #66c7ff;filter:brightness(.6)}to{box-shadow:0 0 20px #66c7ff;filter:brightness(1)}}.panel.left .top .lights-wrapper .small-wrapper{display:flex;justify-content:space-between;width:60px;padding:12px 0}.panel.left .top .lights-wrapper .small-wrapper .small{width:12px;height:12px;border-radius:50%}.panel.left .top .lights-wrapper .small-wrapper .small.r{background:radial-gradient(circle at 30% 30%,#fff,#d33 25%,#8f0000 60%,#3a0000)}.panel.left .top .lights-wrapper .small-wrapper .small.r.flashing{animation:flashing .1s infinite alternate}@keyframes flashing{0%{box-shadow:0 0 5px #d33;filter:brightness(.6)}to{box-shadow:0 0 20px #d33;filter:brightness(1)}}.panel.left .top .lights-wrapper .small-wrapper .small.y{background:radial-gradient(circle at 30% 30%,#fff,#ffe066 25%,#ffd000 60%,#b39200)}.panel.left .top .lights-wrapper .small-wrapper .small.y.flashing{animation:flashing .1s infinite alternate}.panel.left .top .lights-wrapper .small-wrapper .small.g{background:radial-gradient(circle at 30% 30%,#fff,#6f6 25%,#00c800 60%,#060)}.panel.left .top .lights-wrapper .small-wrapper .small.g.flashing{animation:flashing .1s infinite alternate}@keyframes flashing{0%{box-shadow:0 0 5px #6f6;filter:brightness(.6)}to{box-shadow:0 0 20px #6f6;filter:brightness(1)}}.panel.left .content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;margin-right:40px;overflow:hidden}.panel.left .content .display{position:relative;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:220px;height:190px;border:1px solid #333333;border-radius:5px;background-color:#ccc;box-shadow:inset 1px 0 1px #ffffffde,inset -1px -1px 1px #000000de}.panel.left .content .display .display-top{display:flex;justify-content:space-between;align-items:center;width:30px;height:20px}.panel.left .content .display .display-top .display-light{width:6px;height:6px;border-radius:50%;background-color:red;box-shadow:inset 1px 1px 1px #ff6a6a}.panel.left .content .display .display-screen{background-color:#002900;font-family:"Press Start 2P",system-ui;box-shadow:inset 0 0 1px 1px #000;width:165px;height:141px;border:1px solid #000000;border-radius:4px;font-size:9px;overflow:hidden}.panel.left .content .display .display-screen.active{color:#000;background-color:#95ff95!important;box-shadow:inset 0 0 3px 1px #060!important}.panel.left .content .display .display-screen.flashing{animation:screen-flashing .1s infinite alternate}.panel.left .content .display .display-screen.list{display:flex;flex-direction:column;padding:0;margin:0;list-style:none;overflow:hidden}.panel.left .content .display .display-screen.list li{display:flex;justify-content:space-between;padding:3px 6px;border-top:1px solid #002900}.panel.left .content .display .display-screen.list li:first-of-type{border-top:none}.panel.left .content .display .display-screen.list li.selected{color:#95ff95;background-color:#002900}.panel.left .content .display .display-screen.list li .id{width:45px;text-align:left}.panel.left .content .display .display-screen.list li .name{text-align:right}.panel.left .content .display .display-screen.sprite{display:flex;justify-content:center}.panel.left .content .display .display-screen.sprite img{padding:7px}.panel.left .content .display .display-bottom{display:flex;justify-content:space-between;align-items:center;width:165px}.panel.left .content .display .display-bottom button{position:relative;width:12px;height:12px;border-radius:50%;margin-bottom:1px;background-color:red;box-shadow:inset 0 -1px 1px #000b,inset 0 1px 1px #fff6,0 1px #570000;transition:all .1s ease}.panel.left .content .display .display-bottom button:active{transform:translateY(1px);box-shadow:inset 0 -1px 1px #000b,inset 0 1px 1px #fff6}.panel.left .content .display .display-bottom .speaker{display:flex;flex-direction:column}.panel.left .content .display .display-bottom .speaker .slit{width:30px;height:1px;margin:2px 0;background-color:#000}.panel.left .content .display .weird-shape{position:absolute;left:-3px;bottom:-9px;width:13px;height:25px;background-color:#da0000;border-right:1px solid #333333;transform:rotate(-45deg)}.panel.left .control-panel{display:flex;justify-content:space-between;width:235px;padding:17px 0}.panel.left .control-panel .black-button{width:35px;height:35px;border-radius:50%;box-shadow:inset 1px 1px 1px #fff3,inset -1px -1px 2px #0006,0 2px #000000de;color:#ccc;background-color:#333;text-shadow:inherit;cursor:pointer;transition:all .1s ease}.panel.left .control-panel .black-button:active{transform:translateY(2px);box-shadow:inset 1px 1px 1px #0003,inset -1px -1px 2px #000000de}.panel.left .control-panel .middle{display:flex;flex-direction:column;align-items:center;width:90px}.panel.left .control-panel .middle .thingies{display:flex;padding:0 5px}.panel.left .control-panel .middle .thingies .thingy{position:relative;width:47px;height:12px;border-radius:2.5px;font-size:7px;line-height:12px;text-align:center;color:#000;transition:all .1s ease;-webkit-user-select:none;user-select:none}.panel.left .control-panel .middle .thingies .thingy.start{margin-right:20px;background-color:red;box-shadow:inset -1px -1px 1px #0006,inset 1px 0 1px #fff6,0 2px #0009}.panel.left .control-panel .middle .thingies .thingy.start:active{box-shadow:inset 1px 1px 1px #fff3,0 1px #0006}.panel.left .control-panel .middle .thingies .thingy.select{background-color:#06f;box-shadow:inset -1px -1px 1px #0006,inset 1px 0 1px #fff6,0 2px #00254b}.panel.left .control-panel .middle .thingies .thingy.select:active{box-shadow:inset 1px 1px 1px #fff3,0 1px #094aaa}.panel.left .control-panel .middle .thingies .thingy:active{transform:translateY(1px)}.panel.left .control-panel .middle .name.screen{width:90px;height:50px;font-size:9px;line-height:48px;letter-spacing:-1px;text-align:center}.panel.left .control-panel .d-pad{position:relative;width:68px;height:68px}.panel.left .control-panel .d-pad:before{content:"";position:absolute;top:50%;left:50%;width:66.6%;height:66.6%;border-radius:5%;background:radial-gradient(#8f0000,transparent);transform:translate(-50%,-50%)}.panel.left .control-panel .d-pad button{position:absolute;display:block;width:33.3%;height:43%;border-radius:35%;color:#fff;background-color:#333;box-shadow:inset 1px 1px 1px #fff3,inset -1px -1px 2px #0006,0 2px #000000de;line-height:40%;text-align:center;transition:all .1s ease;cursor:pointer}.panel.left .control-panel .d-pad button:active{box-shadow:inset 1px 1px 1px #0003,inset -1px -1px 2px #000000de}.panel.left .control-panel .d-pad button:before{content:"";position:absolute;width:0;height:0;border-radius:5px;border-style:solid;transition:all .25s}.panel.left .control-panel .d-pad button.d-left,.panel.left .control-panel .d-pad button.d-right{width:43%;height:33%}.panel.left .control-panel .d-pad button.d-top{top:0;left:50%;transform:translate(-50%);border-radius:17% 17% 50% 50%}.panel.left .control-panel .d-pad button.d-top:active{transform:translate(-50%,2px)}.panel.left .control-panel .d-pad button.d-top:before{top:40%;left:50%;transform:translate(-50%,-50%);border-width:0 5px 7px 5px;border-color:transparent transparent #cccccc transparent}.panel.left .control-panel .d-pad button.d-right{top:50%;right:0;transform:translateY(-50%);border-radius:50% 17% 17% 50%}.panel.left .control-panel .d-pad button.d-right:active{transform:translateY(-42%)}.panel.left .control-panel .d-pad button.d-right:before{right:40%;top:50%;transform:translate(50%,-50%);border-width:5px 0 5px 7px;border-color:transparent transparent transparent #cccccc}.panel.left .control-panel .d-pad button.d-bottom{bottom:0;left:50%;transform:translate(-50%);border-radius:50% 50% 17% 17%}.panel.left .control-panel .d-pad button.d-bottom:active{transform:translate(-50%,2px)}.panel.left .control-panel .d-pad button.d-bottom:before{bottom:40%;left:50%;transform:translate(-50%,50%);border-width:7px 5px 0px 5px;border-color:#cccccc transparent transparent transparent}.panel.left .control-panel .d-pad button.d-left{top:50%;left:0;transform:translateY(-50%);border-radius:17% 50% 50% 17%}.panel.left .control-panel .d-pad button.d-left:active{transform:translateY(-42%)}.panel.left .control-panel .d-pad button.d-left:before{left:40%;top:50%;transform:translate(-50%,-50%);border-width:5px 7px 5px 0;border-color:transparent #cccccc transparent transparent}.panel.left .hinge{position:absolute;bottom:0;right:0;width:40px;height:392px;background:linear-gradient(90deg,#8f0000,red 35%,#ff6a6a,red,#b60000 99%)}.panel.left .hinge .perspective{position:absolute;width:100%;height:10px;border-radius:50%;background:linear-gradient(90deg,#8f0000,red 35%,#ff6a6a,red,#b60000 99%);transform:scaleY(1);transition:transform .6s ease-in-out}.panel.left .hinge .perspective.top,.panel.left .hinge .perspective.bottom{transform:translateY(0);transition:transform 1s ease-in-out}.panel.left .hinge .perspective.top{top:0}.panel.left .hinge .perspective.bottom{bottom:0}.panel.left.open .hinge .perspective{transform:scaleY(0)}.panel.left.open .hinge .perspective.top{transform:translateY(-3px)}.panel.left.open .hinge .perspective.bottom{transform:translateY(4px)}.panel-right-wrapper{position:absolute;left:300px;display:flex;flex-direction:column;align-items:center;perspective:3500px;transform-origin:left center;transform:rotateY(180deg);transition:transform 1s ease-in-out}.panel-right-wrapper.open{transform:rotateY(360deg)}.panel-right-wrapper.open .cover .top .red,.panel-right-wrapper.open .cover .panel.right{animation:openAnim .5s forwards}.panel-right-wrapper.open .cover .top .red.inner,.panel-right-wrapper.open .cover .panel.right.inner{z-index:3}.panel-right-wrapper.closed .cover .top .red,.panel-right-wrapper.closed .cover .panel.right{animation:closeAnim .5s linear .5s forwards}.panel-right-wrapper .placeholder{width:290px;height:62px;background-color:transparent}.panel-right-wrapper .cover{display:flex;flex-direction:column;align-items:center}.panel-right-wrapper .cover .top{display:flex}.panel-right-wrapper .cover .top .red,.panel-right-wrapper .cover .top .sideways,.panel-right-wrapper .cover .top .transparent{height:60px}.panel-right-wrapper .cover .top .red{width:90px;background-color:red}.panel-right-wrapper .cover .top .sideways{width:100px;background:linear-gradient(45deg,#ff0000 50%,transparent 50%)}.panel-right-wrapper .cover .top .transparent{width:100px;background-color:transparent}.panel-right-wrapper .cover .panel.right{width:250px;height:288px;padding:20px;border-bottom-right-radius:15px;background-color:red;z-index:3}.panel-right-wrapper .cover .panel.right.outer{cursor:pointer;box-shadow:inset -4px 0 6px -2px #ff6a6a}.panel-right-wrapper .cover .panel.right.outer .yellow-arrow{position:relative;top:125px;left:240px;width:0;height:0;border-width:20px;border-style:solid;border-color:transparent transparent transparent #ffd000}.panel-right-wrapper .cover .panel.right.outer .bottom-texture{position:relative;top:240px;left:32%;width:100px;height:10px;border-radius:5px;background-color:#b60000}.panel-right-wrapper .cover .panel.right.inner{position:absolute;top:122px;display:flex;flex-direction:column;align-items:center;box-shadow:0 8px 8px -8px #0003,inset -7px 0 7px -7px #8f0000,inset 0 -7px 7px -7px #0003;z-index:1;transition:z-index 0s .5s}.panel-right-wrapper .cover .panel.right.inner .description{margin-bottom:10px;font-size:8px;text-align:left;overflow-y:auto}.panel-right-wrapper .cover .panel.right.inner .description .simplebar-scrollbar:before{background-color:#002900;opacity:.9}.panel-right-wrapper .cover .panel.right.inner .blue{display:flex;flex-wrap:wrap;width:250px;height:70px}.panel-right-wrapper .cover .panel.right.inner .blue button{position:relative;width:50px;height:35px;background-color:#008cff;transition:all .1s ease}.panel-right-wrapper .cover .panel.right.inner .blue button.button-0{box-shadow:inset 1px 1px 1px #fff9,inset -1px -1px 1px #000000de,0 2px #003761ec;z-index:1;border-top-left-radius:7px}.panel-right-wrapper .cover .panel.right.inner .blue button.button-1,.panel-right-wrapper .cover .panel.right.inner .blue button.button-2,.panel-right-wrapper .cover .panel.right.inner .blue button.button-3{box-shadow:inset 1px 1px 1px #fff9,inset -1px -1px 1px #000000de,0 2px #003761ec;z-index:1}.panel-right-wrapper .cover .panel.right.inner .blue button.button-4{box-shadow:inset 1px 1px 1px #fff9,inset -1px -1px 1px #000000de,0 2px #003761ec;z-index:1;border-top-right-radius:7px}.panel-right-wrapper .cover .panel.right.inner .blue button.button-5{box-shadow:inset 1px 1px 1px #fff9,inset -1px -1px 1px #000000de,0 2px #002c509f;z-index:2;border-bottom-left-radius:7px}.panel-right-wrapper .cover .panel.right.inner .blue button.button-6,.panel-right-wrapper .cover .panel.right.inner .blue button.button-7,.panel-right-wrapper .cover .panel.right.inner .blue button.button-8{box-shadow:inset 1px 1px 1px #fff9,inset -1px -1px 1px #000000de,0 2px #002c509f;z-index:2}.panel-right-wrapper .cover .panel.right.inner .blue button.button-9{box-shadow:inset 1px 1px 1px #fff9,inset -1px -1px 1px #000000de,0 2px #002c509f;z-index:2;border-bottom-right-radius:7px}.panel-right-wrapper .cover .panel.right.inner .blue button:active{transform:translateY(2px);box-shadow:inset 1px 1px 1px #0003,inset -1px -1px 2px #000000de}.panel-right-wrapper .cover .panel.right.inner .yellow-section{display:flex;justify-content:space-between;width:250px;height:70px}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper{display:flex;align-items:center}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper .white-button{width:50px;height:35px;background-color:#ccc;box-shadow:inset 1px 1px 1px #ffffffde,inset -1px -1px 1px #000000de,0 2px #333;transition:all .1s ease}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper .white-button:first-of-type{border-top-left-radius:7px;border-bottom-left-radius:7px}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper .white-button:first-of-type:active{box-shadow:inset 2px -2px 2px #0003,inset -1px 0 2px #000000de}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper .white-button:last-of-type{border-top-right-radius:7px;border-bottom-right-radius:7px}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper .white-button:last-of-type:active{box-shadow:inset -2px -2px 2px #0003,inset 1px 0 3px #000000de}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper .white-button:active{transform:translateY(2px)}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper.right{flex-direction:column;justify-content:space-between;align-items:flex-end}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper.right .black-thingy-wrapper{display:flex;align-content:space-between;padding:10px 0}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper.right .black-thingy-wrapper .black-thingy{width:43px;height:7px;border-radius:3px;background-color:#333;box-shadow:inset 1px 1px 1px #fff3,inset -1px -1px 2px #0006,0 2px #000000de;transition:all .1s ease}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper.right .black-thingy-wrapper .black-thingy:first-of-type{margin-right:7px}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper.right .black-thingy-wrapper .black-thingy:active{transform:translateY(2px);box-shadow:inset 1px 1px 1px #0003,inset -1px -1px 2px #000000de}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper.right .yellow-light{width:30px;height:30px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#ffe066 25%,#ffd000 60%,#b39200)}.panel-right-wrapper .cover .panel.right.inner .yellow-section .yellow-section-wrapper.right .yellow-light.flashing{animation:flashing .1s infinite alternate}@keyframes flashing{0%{box-shadow:0 0 5px #ffe066;filter:brightness(.6)}to{box-shadow:0 0 20px #ffe066;filter:brightness(1)}}.panel-right-wrapper .cover .panel.right.inner .type-wrapper{display:flex;justify-content:space-between;width:250px}.panel-right-wrapper .cover .panel.right.inner .type-wrapper .type{width:105px;height:24px;text-align:center;line-height:24px;font-size:10px}.panel-right-wrapper .cover:not(.open):not(.closed) .top .red,.panel-right-wrapper .cover:not(.open):not(.closed) .panel.right{margin-left:10px}.panel-right-wrapper .toggle{position:absolute;top:59.5%;right:-132px;padding:12px;border:none;background-color:transparent;cursor:pointer;transform:rotateY(0);transition:transform 0s .5s}.panel-right-wrapper .toggle.closed{transform:rotateY(180deg)}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
