﻿@charset "utf-8";
/* CSS Document */
:root {
    --tag-color: #03b8fc;
    --body-bg: #0d0d17;
    --logo-bg: linear-gradient(to right, #ff4c4c, #20d1fe);
    --sse-yellow-gradient: linear-gradient(to right, #ffd642, #ffaf34);
    --sse-blue-gradient: linear-gradient(to right, #3a84ff, #2236ff);
    --sse-green-gradient: linear-gradient(to right, #00f9ea, #1194ae);
    --sse-red-gradient: linear-gradient(to right, #ff625e, #b81b32);
    --sse-mask-image: linear-gradient(to bottom,#000 50%,transparent 100%);
    --sse-yellow: #ffd542;
    --sse-blue: #3980ff;
    --sse-green: #02ebe1;
    --sse-red: #fd605d;
    --game-list-bg: #1e2d42;
    --menu-a: #6995d3;
    --menu-a-i: #314663;
    --footer-bg: #1e1f22;
    --footer-color: #4b6882;
    --Payment-Select: #70aae5;
    --section-bg: #161726;
    --input-bg: #282c52;
    --input-border: #363b71;
    --input-color: #fff;
    --card-bg: #1c1f36;
    --card-border: #2e2e53;
    --card-color: #fff;
    --card-font-color: #8492bc;
    --card-tip-color: #475069;
    --card-imge-mask: linear-gradient(to bottom, #282c52 0%, transparent 100%);
    --card-game-mask: linear-gradient(to top, #1c1f36 20%, transparent 100%);
    --card-bg-mask: linear-gradient(to bottom, #282c52 0%, #1c1f36 50%);
    --payment-bg-mask: linear-gradient(to bottom, #363b71 0%, #282c52 50% );
    --buy-info-mask: linear-gradient(to bottom, #363b71 0%, #212546 50%);
    --time-color: #6184a3;
    --price-color: #f2b90b;
    --price-through-color: #707b99;
    --filters-box-bg: #202340;
    --filters-active-bg: #332c14;
    --filters-active-border: #9a7435;
    --active-color: #09bfc8;
    --item-cate: #9aa1db;
    --label-border: #414566;
    --tip-color: #f4d5ac;
    --tip-bg: #4b4028;
    --tip-border: #6f73a4;
    --scrollbar-track: #303354;
    --scrollbar-thumb: #93a0e3;
    --scrollbar-thumb-shadow: #3e4167;
    --selection-rendered: #fff;
    --select-dropdown: #393e74;
    --option-selected: #4c529a;
    --option-selectable: #5897fb;
    --package-else-bg: rgba(105,153,196,0.4);
}

:root {
    --filters-bg: #253a54;
    --filters-box: #253a54;
    --filters-border: #e7b25a;
}

