.page_container__OLV5Z{font-family:Arial,sans-serif;background-image:linear-gradient(90deg,#4a0072,#000);display:flex;height:100vh;color:#fff}.page_homeIcon__ZluYf{position:absolute;top:2px;left:20px}.page_homeIcon__ZluYf img{width:30px;height:auto}.page_links__JY5zi:hover{color:#ff0}.page_sidebar__4HQx6{width:250px;background-color:rgba(0,0,0,.6);padding:30px 0;display:flex;flex-direction:column;align-items:center}.page_sidebar__4HQx6 ul{list-style:none;width:100%;text-align:left}.page_sidebar__4HQx6 ul li{width:100%}.page_sidebar__4HQx6 ul li a{color:#fff;text-decoration:none;font-size:18px;display:flex;align-items:center;padding:15px 15px 15px 30px;background-color:hsla(0,0%,100%,.1);margin:10px 0;border-radius:8px}.page_sidebar__4HQx6 ul li a img{width:20px;height:20px;margin-right:10px}.page_pai__Bl9XU{justify-content:center;align-items:center;flex:1 1;padding:40px}.page_content__JMbQs{background-color:rgba(0,0,0,.7);padding:20px;border-radius:10px;width:350px;text-align:left}.page_h2__z4YaJ{margin-bottom:20px;color:#fff;font-size:20px}.page_switch__xoqNo{display:flex;align-items:center;justify-content:space-between;margin:15px 0;font-size:16px;color:#fff}.page_switch__xoqNo input{display:none}.page_switch__xoqNo .page_slider__NVNOV{position:relative;display:inline-block;width:50px;height:25px;background-color:red;border-radius:15px;cursor:pointer}.page_switch__xoqNo .page_slider__NVNOV:before{content:"";position:absolute;width:21px;height:21px;background-color:#fff;border-radius:50%;top:2px;left:2px;transition:.3s}input:checked+.page_slider__NVNOV{background-color:#66bb6a}input:checked+.page_slider__NVNOV:before{transform:translateX(25px)}