.video-menu{position:sticky;position:-webkit-sticky;float:left;top:0;width:100%;padding:5px 0;z-index:1000;background-color:var(--background);transition:transform .15s ease-in-out}.video-menu.show{transform:translateY(0)}.video-menu.hide{transform:translateY(-100%)}.video-menu.outside{position:relative!important;z-index:10!important}.video-menu .track-wrap{width:100%!important;height:auto;overflow:hidden}.btn-move-hz-bar>span{position:relative;height:100%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.btn-move-hz-bar svg{width:25px;height:25px;padding:5px;border-radius:50%;margin:0 12px;background-color:white;fill:rgb(74,74,74)!important;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.btn-move-hz-bar-left{left:0}.btn-move-hz-bar-left,.btn-move-hz-bar-right{position:absolute;top:0;width:auto;height:100%;z-index:100}.btn-move-hz-bar-right{right:0}.hz-bar{height:100%!important;overflow-y:hidden;white-space:nowrap;word-wrap:normal;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hz-bar::-webkit-scrollbar{display:none}.hz-bar span{display:inline-flex;justify-content:center;align-items:center;height:60px;width:75px;margin:0 4px;cursor:pointer;padding:3px!important;overflow:hidden!important;border-radius:5px}.hz-bar span:first-child{margin-left:10px}.hz-bar.outside span:first-child{margin-left:0;padding-left:0!important}@media (max-width:690px){.hz-bar.outside span:first-child{margin-left:10px}}.hz-bar span a{position:relative;margin:0;padding:0}.hz-bar span a,.hz-bar span img{float:left;width:100%;height:100%}.hz-bar span img{object-fit:cover;pointer-events:none;background-color:var(--background);border-radius:6px;overflow:hidden!important;border:.5pt solid var(--menu-video-icon-bdr)}.hz-bar span:first-child img,.hz-bar span:nth-child(2) img{border:1pt solid var(--menu-video-icon-bdr)}.hz-bar .select{background-image:linear-gradient(to right bottom,#6a5af9,#f62682,#ffc739)!important}.hz-bar .select img{border:none!important}.skeleton-video-menu-item{background:#e0e0e070;animation:skeleton-loading 1.2s linear infinite alternate}