:root{
    /*quickdeposit variables*/
    --mainRed: #F9453D;
    --selection-color: #444445;
    --selection-hover: #444445;
    --selection-inactive: #2e3031;
    --quickdeposit-button-font-color:white;
    --text-shadow:#00000075;
    --quickdeposit-background:#222121;
    --quickdeposit-popup-background:#222121;
    --quickdeposit-selected-color: #200F17;
    --small-text:#848484;
    --deposit-button-color: #008000;
    --font-size-button:1.5em;
    --top-margin-button:2em;
    --border-radius-button:40px;
    --cashier-mobile-top-gap:2em;
    --cashier-desktop-top-gap: 3em auto;
    --line-space-color:#848484;
    --background-quickdeposit:#2D2D2D;
    --border-radius: 10px;

    /*tournament variables*/
    --tournament-theme-back-color: #DD2476;
    --tournament-theme-back-gradient: #DD2476;
    --tournament-theme-front-color: #fff;
    --tournament-dark-color: #DD2476;
    --tournament-light-color: #fff;
    --tournament-highlight-color: #DD2476;
    --tournament-body-background: #000;
    --tournament-active-color: #fff;

    /* popups variables */
    --close-bg: #000000;
    --contentBox-bg: #000000;
    --counter-bg: #000000;
    --counter-num-bg: rgb(217, 217, 217,.2);
    --mainContent-bg: linear-gradient(180deg,#000000,#7E7E7E);
    --button-bg: #DD2467!important;
    --button-color: #ffffff;
    --button-hover-bg: #252525;
    --button-hover-color: #ffffff;
    --font-family: "Open Sans",sans-serif!important;
    --border-btn: none;
    --border-radius-btn: 30px;

    /* custom pages variables */
    --heading: #DD2476;
    --terms-color: #DD2476;
    /*unsubscribe form variables*/
    --unsubscribe-title-margin: 20px 0;
    --unsubscribe-input-back-color: #e5eaed;
    --unsubscribe-input-border-bottom: none;
    --unsubscribe-input-text-color: #010043;
    --unsubscribe-form-padding: 20px 10px;

    /* myaccount variables */
    --font-family-my: "Open Sans",sans-serif!important;
    --h1-font-family-my: "Open Sans",sans-serif!important;
    --h1-font-size-my: 70px;
    --h1-line-height-my: 70px;
    --h1-text-transform-my: none;
    --bg-color-my: #000000;
    --h1-color-my: #ffffff;
    --border-radius-my: 30px;
    --back-btn-my: -webkit-linear-gradient(90deg,#FF512F 0%,#DD2476 100%);
    --border-btn-my: none;
    --input-bg-my: #ffffff;
    --label-color-my: #ee3b4a;
    --input-color-my: #000000;
    --label-bg-my: #ffffff;
    --phone-error-my: #cc9494;
    --input-opacity-my: 0.8;
    --input-opacity-color-my: #000000;
    --gender-after-my: #000000;
    --country-bg-my: #ffffff;
    --country-color-my: #000000;
    --country-option-my: #000000;
    --select-bg-my: #ffffff;
    --select-color-my: #000000; 
}
