.SlideMenuRight{position:absolute;right:-340px;width:370px;height:46px;background-color:#f5f5f5;border-radius:5px;border:1px solid #d3d3d3;transition:transform .6s ease-in-out,height .6s ease-in-out;padding-top:20px;padding-left:10px;font-size:9pt;font-weight:400;color:#ff4500;display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:flex-start;max-height:530px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.SlideMenuRight:hover{transform:translate(-320px,0);height:500px}.material-symbols-outlined{font-size:32px}#SlideConfigArea{display:flex;flex-direction:column;gap:10px;margin-left:55px}.captureConfig{display:flex;flex-direction:row;gap:4px;font-size:9pt;align-items:center;border:1px solid #ff4500;border-radius:10px;color:#000;background-color:#f5f5f5;padding:5px}.captureConfig label{width:220px}#captureConfigInput{padding:4px 6px;border-radius:6px;font-size:9pt;box-sizing:border-box}#captureCountDownSec,#captureLimitInput{width:40px}