:root {
    --theme-gradient-color-bg: linear-gradient(to top, #000000, #151515, #1E1E1E, #222222, #2D2D2D);

    --theme-gradient-primary: linear-gradient(to right top, #aa0000, #9d0001, #900001, #830001,#770000);
    /* background-image: linear-gradient(to right bottom, #aa0000, #a50000, #9f0101, #9a0101, #950101); */
    /* background-image: linear-gradient(to right bottom, #aa0000, #9d0001, #900001, #830001, #770000); */
    --theme-gradient-secondary: linear-gradient(to right top, #aa0000, #9d0001, #900001, #830001,#770000);
    --theme-gradient-tertiary: linear-gradient(to right top, #ffc107, #ffc107);
    --theme-gradient-quinary: linear-gradient(to right, #dc3535, #dc3535);
    --theme-gradient-dark: linear-gradient(to right top, #051937, #032a6e, #3435a5, #7333d7, #be00ff);

    /* --theme-gradient-play: radial-gradient(ellipse farthest-corner at right bottom, #D3D3D3 0%, #BEBEBE 8%, #7B7B7B 30%, #6F6F6F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #F5F5F5 8%, #B3B3B3 25%, #4A4A4A 62.5%, #4A4A4A 100%); */
    /* --theme-gradient-play: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); */
    --theme-gradient-play: linear-gradient(175deg, #ebe3bd 0%, #D1B464 100%);;
    --theme-color-play: #FFFFFF;
    
    --theme-gradient-facebook:linear-gradient(90deg, rgb(39, 144, 234) 0%, rgb(33, 56, 180) 100%);
    --theme-gradient-line:linear-gradient(90deg, rgb(90, 186, 55) 0%, rgb(9, 150, 52) 100%);
    
    --theme-gradient-award: linear-gradient(90deg,#6d2f2f, #6d5151)!important;
    --theme-gradient-modal: linear-gradient(0deg, #950101, #3D0000);
    
    --theme-color-primary: #950101;
    --theme-color-secondary: #bb0000;
    --theme-color-tertiary:#950101;
    --theme-color-quinary:#9b3232;
    --theme-color-five:#edd558;
    --theme-color-six:#e6522d;
    --theme-color-seven:#3D0000;
    --theme-color-dark:#222222;
    --theme-color-light:#e0e0e0;

    --theme-color-line:#06c755;

    --theme-bg-dark:#3D0000;
    --theme-bg-light:#FFFFFF;
    
    --theme-text-on-background: #FFFFFF;
    --theme-text-out-background: #FFFFFF;

    --theme-color-action: #f0d774;

    --theme-skin-showdow: #0000001a;

    --theme-opacity-primary: #9b3232aa;
    --theme-opacity-color-primary: #FFFFFF;
    --theme-opacity-dark: rgba(163,159,159,.226); 

    --theme-bg-btn-01: linear-gradient(90deg, #ebe3bd 0%, #D1B464 100%);
    --theme-shadow-btn-01: #ebe3bd98;

    --theme-bg-btn-02: linear-gradient(0deg, #d30202 0%, #f2851e 100%);
    --theme-shadow-btn-02: #dc353598;

    --theme-main-text-primary: #fff;
    --theme-main-color-primary: #0d6efd;
    --theme-main-color-primary-1: #0b5ed7;
    --theme-main-color-primary-2: #0a58ca;
    --theme-main-color-primary-shadow: rgba(49, 132, 253, 0.5);

    --theme-main-text-secondary: #fff;
    --theme-main-color-secondary: #6c757d;
    --theme-main-color-secondary-1: #5c636a;
    --theme-main-color-secondary-2: #565e64;
    --theme-main-color-secondary-shadow: rgba(130, 138, 145, 0.5);

    --theme-main-text-success: #fff;
    --theme-main-color-success: #28a745;
    --theme-main-color-success-1: #28a745;
    --theme-main-color-success-2: #28a745;
    --theme-main-color-success-shadow: #28a74580;

    --theme-main-text-warning: #fff;
    --theme-main-color-warning: #ffc107;
    --theme-main-color-warning-1: #ffca2c;
    --theme-main-color-warning-2: #ffc720;

    --theme-main-text-danger: #fff;
    --theme-main-color-danger: #dc3545;
    --theme-main-color-danger-1: #bb2d3b;
    --theme-main-color-danger-2: #b02a37;

    --theme-main-text-info: #fff;
    --theme-main-color-info: #0dcaf0;
    --theme-main-color-info-1: #3dd5f3;
    --theme-main-color-info-2: #25cff2;

    --theme-main-text-dark: #fff;
    --theme-main-color-dark: #212529;
    --theme-main-color-dark-1: #1c1f23;
    --theme-main-color-dark-2: #1a1e21;

    --theme-main-text-dark: #000;
    --theme-main-color-light: #f8f9fa;
    --theme-main-color-light-1: #f8f9fa;
    --theme-main-color-light-2: #f8f9fa;

}

