.VueCarousel.custom-controls .VueCarousel-navigation-prev{position:absolute;width:36px;left:0;height:36px;margin-top:-18px;top:50%;background:#ffc107;border-radius:50%;cursor:pointer;z-index:1}.VueCarousel.custom-controls .VueCarousel-navigation-prev:before{content:"";position:absolute;width:16px;height:16px;border-right:2px solid #fff;border-top:2px solid #fff;top:50%;left:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(-50%,-50%) rotate(225deg);-ms-transform:translate(-50%,-50%) rotate(225deg);transform:translate(-50%,-50%) rotate(225deg);margin-left:2px}.VueCarousel.custom-controls .VueCarousel-navigation-next{position:absolute;width:36px;right:0;height:36px;margin-top:-18px;top:50%;background:#ffc107;border-radius:50%;cursor:pointer;z-index:1}.VueCarousel.custom-controls .VueCarousel-navigation-next:before{content:"";position:absolute;width:16px;height:16px;border-right:2px solid #fff;border-top:2px solid #fff;top:50%;left:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);margin-left:-2px}.VueCarousel.custom-controls .VueCarousel-navigation-button{outline:none;margin-top:0}.VueCarousel.custom-controls .VueCarousel-navigation--disabled.VueCarousel-navigation-next,.VueCarousel.custom-controls .VueCarousel-navigation--disabled.VueCarousel-navigation-prev{background:var(--black-l90);cursor:default}