:root {
    /* Button */
    --color-button-primary-border: transparent;
    --color-button-primary-background: #5fd2cf;
    --color-button-primary-text: #08132C;
    --color-button-primary-hover-background: #8de6e4;
    --color-button-primary-hover-text: #0a1f4d;
    --color-button-primary-disabled-background: #125752;
    --color-button-primary-disabled-text: #476C69;
    --color-button-secondary-background: #131D31;
    --color-button-secondary-text: #fff;
    --color-button-secondary-border: #141E32;
    --color-button-secondary-hover-background: #90ABE0;
    --color-button-secondary-hover-text: #fff;
    --color-button-secondary-disabled-border: #141E3266;
    --color-button-secondary-disabled-background: #282F3D;
    --color-button-secondary-disabled-text: #727272;

    /* Link colors */
    --color-link: #5CE3DA;
  
    /* Promotion */
    --color-promotion-card-hot-tag-background-start: #5DE1DA;
    --color-promotion-card-hot-tag-text-color: #fff;
    --color-promotion-tnc-trigger-background: linear-gradient(90deg, #5CE3DA 0%, rgba(92, 227, 218, 0) 100%);
    --color-promotion-details-banner-background: linear-gradient(90deg, rgba(89, 220, 218, 0.08) 26.3%, rgba(0, 206, 223, 0.38) 58.13%);
    --color-promotion-details-banner-background-mobile: linear-gradient(0deg, rgba(93, 225, 218, 0.08) 30.5%, rgba(93, 225, 218, 0.38) 83.67%);
  
    /* Footer */
    --color-footer-background: transparent;
    --color-footer-text: #fff;
  
    /* Global */
    --color-global-background: #141E32;
    --color-global-gradient: rgba(194, 99, 245, 0.80);
  
    /* Category Bar */
    --color-provider-icon-background: rgba(0, 0, 0, 0.45);
    --color-active-category: #5CE3DA;
    --color-category-search-background: #131E32;
  
    /* Tooltip */
    --color-tooltip-background: #0c214d;
  
    /* Form */
    --color-form-background: #c7d8eb;
  
    /* Popups */
    --color-popup-background: #041137;
    --color-popup-title: #5CE3DA;
  
    /* Side Menu */
    --color-side-menu-background: #0a2a5a;
  
    /* Table */
    --color-table-background-first: #8ca3bd;
    --color-table-background-second: #c1d0e1;
  
    /* Coin */
    --color-gc-color: #EED6A7;
    --color-sc-color: #84D9BD;
  
    /* Card */
    --color-card-background: #131D31;
    --color-text: #edf3f7;
    --color-card-border: #5DE1DA;
    --box-shadow-card: 0 -1px 37.4px -11px #5DE0DA inset;
  
    /* Checkbox colors */
    --color-checkbox-background: #e9f8f2;
    --color-checkbox-border: #c4d2e4;
    --color-checkbox-checked: #2db46f;
  
    /* Radio button colors */
    --color-radio-button-checked: #5fd2cf;
    --color-radio-button-border: #c4d2e4;
    --color-radio-button-background: #edf3f7;
  
    /* Header */
    --color-header-background: transparent;

    /** Jackpots */
    --color-jackpots-text: #5DE0DA;

    /* Account Balance */
    --color-account-balance-coin-background: #5CE3DA;

    /* signup/login input field background */
    --color-signup-login-input-background: #2A3959;

    /* Redeem */
    --color-redeem-clock: #5CE3DA;
  }
  