:root{
    --themebg: #080707;
    --themebtn: #96257b;
    --themefont:'Encode Sans';
    --radius12 : 12px;
    --radius8 : 8px;
    --btnheight : 50px;
    --assetname : 16px;
    --synopsis_text : 14px;
    --rating : 14px;
    --hoverbtn : linear-gradient(89.92deg, #E1BF16 -2.53%, #DE8F19 101.57%);
    --namesize:22px;
    --btnwidth:55px;
    --light_text:#707070;
    --text_white : #ffff;
    --login_text : 15px;
    --login-heading : 24px;
    --btn_height : 44px;
    --text-btn-color:#4B68FF;
    --btn-font-size:18px;
    --shadow: rgba(233,233,233, 0.35);
    --blur:blur(3px);
    --border-gradient:linear-gradient(90deg, rgb(116, 116, 116) 3%, rgba(10, 10, 10) 44%,  rgb(64, 64, 64) 98%);
    --background-gradient:linear-gradient(90deg, rgb(71, 70, 70) 1%, rgb(1, 1, 1) 100%)
}
.img_before_load{
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -9999;
    background-image: url("../img/Icon/more-active.svg"),
        url("../img/Icon/delete_hover.svg"),
        url("../img/Icon/unmute.svg"),
        url("../img/Icon/mute.svg"),
        url("../img/Icon/watch-checkbox-active.svg"),
        url("../img/Icon/payment-radio.svg"),
        url("../img/Icon/check.svg"),
        url("../img/Icon/search-active.svg");
    }