﻿:root
{/*quickdeposit variables*/
    --mainRed: #f9453d;
    --selection-color: #222428;
    --selection-hover: #222428;
    --selection-inactive: #191a1b;
    --quickdeposit-button-font-color: #fff;
    --text-shadow: #00000075;
    --quickdeposit-background: #0f1013;
    --quickdeposit-selected-color: #20180f;
    --small-text: #fff;
    --deposit-button-color: #008000;
    --font-size-button: 1.5em;
    --top-margin-button: 2em;
    --border-radius-button: 25px;
    --cashier-mobile-top-gap: 0 auto;
    --cashier-desktop-top-gap: 0 auto;
    --line-space-color: #848484;
    --background-quickdeposit: #141518;
    --border-radius: 10px;/*tournament variables*/
    --tournament-theme-back-color: #ff188e;
    --tournament-theme-back-gradient: #ff188e;
    --tournament-theme-front-color: #fff;
    --tournament-dark-color: #000;
    --tournament-light-color: #fff;
    --tournament-highlight-color: #ff188e;
    --tournament-body-background: linear-gradient(180deg,#000 0%,#000 100%);
    --tournament-active-color: #232426;;/* popups variables */
    --close-bg: #0f1014;
    --contentBox-bg: #0f1014;
    --counter-bg: #0f1014;
    --counter-num-bg: rgb(217,217,217,.2);
    --mainContent-bg: #0f1014;
    --button-bg: #ff188e;
    --button-color: #252525;
    --button-hover-bg: #0f1013;
    --button-hover-color: #fff;
    --font-family: "Montserrat",sans-serif!important;
    --border-btn: solid 1px #ff188e;
    --border-radius-btn: 10px;/* custom pages variables */
    --heading: #ff188e;
    --terms-color: #ff188e;/*unsubscribe form variables*/
    --unsubscribe-title-margin: 20px 0;
    --unsubscribe-input-back-color: #e5eaed;
    --unsubscribe-input-border-bottom: none;
    --unsubscribe-input-text-color: #000;
    --unsubscribe-form-padding: 20px 10px;/* myaccount variables */
    --font-family-my: "Montserrat",sans-serif!important;
    --h1-font-family-my: "Montserrat",sans-serif!important;
    --h1-font-size-my: 70px;
    --h1-line-height-my: 2em;
    --h1-text-transform-my: none;
    --bg-color-my: #000;
    --h1-color-my: #fff;
    --border-radius-my: 30px;
    --back-btn-my: linear-gradient(73deg,#fe3b5b 2.3%,#ff188e 52.53%,#510000 90.21%);
    --border-btn-my: 100px;
    --input-bg-my: #fff;
    --label-color-my: #fff;
    --input-color-my: #000;
    --label-bg-my: #fff;
    --phone-error-my: #cc9494;
    --input-opacity-my: .8;
    --input-opacity-color-my: #000;
    --gender-after-my: #000;
    --country-bg-my: #fff;
    --country-color-my: #000;
    --country-option-my: #000;
    --select-bg-my: #fff;
    --select-color-my: #000;
}