.video-wrapper:hover .controls{opacity:1;visibility:visible}.video-wrapper .controls{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s,visibility .3s}.video-wrapper .progress-bar{direction:ltr}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;width:100%;border-radius:20px;height:8px;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:19px;width:19px;border-radius:50%;background:#00ff19;margin-top:-1px;border:none}input[type=range]::-ms-thumb{-webkit-appearance:none;appearance:none;height:19px;width:19px;border-radius:50%;background:#00ff19;margin-top:-1px;border:none}input[type=range]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:19px;width:19px;border-radius:50%;background:#00ff19;margin-top:-1px;border:none}@media screen and (max-width:1280px){input[type=range]::-webkit-slider-thumb{height:10px;width:10px;margin-top:0}input[type=range]::-moz-range-thumb{height:10px;width:10px;margin-top:0}input[type=range]::-ms-thumb{height:10px;width:10px;margin-top:0}}.badge{--tw-bg-opacity:0.6!important}.profile-card{background-color:rgba(254,141,197,.2)}.profile-card .profile-img{width:110px;height:110px}.dot-flashing{position:relative;animation:dot-flashing .55s linear infinite alternate;animation-delay:.35s}.dot-flashing,.dot-flashing:after,.dot-flashing:before{width:8px;height:8px;border-radius:5px;background-color:rgb(var(--color-primary-300))}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0;animation:dot-flashing .55s infinite alternate}.dot-flashing:before{left:-11px;animation-delay:0s}.dot-flashing:after{left:11px;animation-delay:.55s}@keyframes dot-flashing{0%{background-color:rgb(var(--color-primary-300))}50%,to{background-color:rgba(var(--color-primary-300),.2)}}