head=""" """ css=""" #gs_top_control_panel { position: fixed; right: 100%; z-index: 999999; width: 40%; top: 50px; box-shadow: 0 0 12px 0px black; transition: right 0.5s ease; } #gs_top_control_panel.open { right: 60%; } #gs_left_control_panel { position: fixed; left: -110%; z-index: 9999; width: 330px; top: 50px; box-shadow: black 0px 0px 12px 0px; transition: left 0.5s cubic-bezier(0.4, 0, 1, 1); } #gs_left_control_panel.open { left: 0%; } #gs_right_control_panel { position: fixed; right: -110%; z-index: 9999; width: 330px; top: 50px; box-shadow: black 0px 0px 12px 0px; transition: right 0.5s linear; } #gs_right_control_panel.open { right: 0%; } #top_control_btn { height: 20px; padding: 10px; cursor: pointer; border-radius: 5px; color: white; position: fixed; z-index: 9999999999999999; top: 5px; left: 10px; background: #1e293b; height: fit-content; width: fit-content; } #left_control_btn { padding: 10px; cursor: pointer; border-radius: 5px; color: white; position: fixed; z-index: 2147483647; top: 70px; left: -20px; background: rgb(30, 41, 59); height: fit-content; width: fit-content; transition: left 0.5s linear; transform: rotate(90deg); } #left_control_btn.open{ left:340px; } #right_control_btn { padding: 10px; cursor: pointer; border-radius: 5px; color: white; position: fixed; z-index: 2147483647; top: 70px; right: -20px; background: rgb(30, 41, 59); height: fit-content; width: fit-content; transition: right 0.5s linear; transform: rotate(270deg); } #right_control_btn.open{ right:340px; } #gs_top_bar { height: 50px; width: 100%; position: fixed; background: #185991; top: 0px; left: 0px; z-index: 99999; } #gs_top_bar.open { left:350px; } #gs_left_bar { height: 100%; width: 360px; position: fixed; background: rgb(24, 89, 145); top: 0px; left: -370px; z-index: 9999; transition: left 0.5s linear; } #gs_left_bar.open { left: 0px; } #gs_right_bar { height: 100%; width: 360px; position: fixed; background: rgb(24, 89, 145); top: 0px; right: -360px; z-index: 9999; transition: right 0.5s linear; } #gs_right_bar.open { right: 0px; } """ topbar="""