:root { 
  --vod-body-bg:rgb(36, 36, 36); 
  --vod-body-text-color:rgb(255, 255, 255); 
  --vod-ep-playbutton-color:rgb(255, 255, 255); 
  --vod-modal-playbutton-bg:rgb(255, 255, 255); 
  --vod-card-bg:rgb(24, 24, 24); 
  --vod-card-bg2:rgb(19, 19, 19); 
  --vod-card-gradient:rgb(24, 24, 24); 
  --vod-sign-login-bg:rgba(0, 0, 0, 0.8); 
  --vod-table-bg:rgb(52, 58, 64); 
  --vod-table-th:rgb(222, 226, 230); 
  --vod-table-td:rgb(222, 226, 230); 
  --vod-package-btn:rgb(108, 117, 125); 
  --vod-svg-color:rgb(255, 255, 255); 
  --vod-primary:rgb(221, 44, 0); 
  --vod-success:rgb(0, 230, 118); 
  --vod-danger:rgb(183, 28, 28); 
  --vod-info:rgb(38, 166, 154); 
  --vod-grey-text:rgb(158, 158, 158); 
  --vod-loaderColor:rgb(221, 44, 0); 
  --vod-iconColor:rgb(255, 255, 255); 
  --vod-header-gradient-top:rgba(0, 0, 0, 0.7); 
  --vod-header-gradient-bottom:rgba(0, 0, 0, 0); 
  --vod-scroll-header-gradient-left:rgb(0, 0, 0); 
  --vod-scroll-header-gradient-right:rgb(0, 0, 0); 
  --vod-white-color:rgb(255, 255, 255); 
  --vod-menu-bg:rgb(30, 30, 30); 
  --vod-footer-bg:rgb(39, 39, 39); 
  --vod-footer-link:rgb(128, 128, 128); 
  --vod-header-btn-text-color:rgb(255, 255, 255); 
  --vod-profile-default-box:rgb(39, 39, 39); 
  --vod-profile-light-blue:rgb(3, 155, 229); 
  --vod-profile-red:rgb(229, 57, 53); 
  --vod-profile-indigo:rgb(57, 73, 171); 
  --vod-profile-teal:rgb(0, 137, 123); 
  --vod-input-color:rgb(30, 30, 30); 
  --vod-input-color2:rgb(51, 51, 51); 
  --vod-placeholder-color:rgb(255, 255, 255); 
  --vod-date-picker:rgb(51, 51, 51); 
}