:root {
	--thm-black: #000;
	--thm-dark: #090909;
	--thm-text-primary: #e8dbae;
	--thm-bg-primary: #e8dbae;
	--thm-border-primary: #e8dbae;
	--thm-bg-dark: #000;
	--thm-border-dark: #333;

	--thm-border-selection: #e8dbae;
	--thm-text-selection: #fff;
	--thm-bg-selection: #e8dbae;

	--thm-danger: #fcaf1b;
	--thm-danger-selection: #f5a003;
	--thm-warning: #fcaf1b;
	--thm-warning-error: #3c0726;
	--thm-warning-success: #449d44;

	--thm-btn-primary: #e8dbae;
	--thm-btn-primary-selection: #3ed262;

	--thm-btn-success: #e8dbae;
	--thm-btn-success-selection: #449d44;

	--thm-alert-success: #449d44;
	--thm-lbl_add_file: #449d44;
	--thm-lbl_add_file-bg: #449d44;
	--thm-lbl_add_file-uploaded-bg: #232428;

	--thm-popa-window-bg: rgba(0, 0, 0, 0.95);
	--thm-popa-window-text: #fff;
	--thm-puls: rgba(231, 200, 125, 0);
	--thm-puls-100: rgba(231, 200, 125, 0.4);
	--thm-go-up: #ccc;
	--thm-footer-dark: #73767b;
	--thm-footer-dropdown-menu: #222;
	--thm-fil-bar-helper: #1d1d1d;
	--thm-accountoptions-border: #898989;
	--thm-input-border: #8b8b8b;
	--thm-input-text: #8b8b8b;
	--thm-icons:#e8dbae;
}


.theme-color-border, .theme-border, .border-select {
	border-color: var(--thm-border-selection) !important;
}

.theme-color-bg, .theme-bg, .theme-bg.dark-bg {
	color: var(--thm-black);
}

/*-------------------------end zoho chat bubble-------------------------*/

#top_info {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#400729+0,080a27+99 */
	background: var(--thm-bg-dark); /* Old browsers */
	/*background: -moz-linear-gradient(top,  #400729 0%, #080a27 99%); !* FF3.6-15 *!*/
	/*background: -webkit-linear-gradient(top,  #400729 0%,#080a27 99%); !* Chrome10-25,Safari5.1-6 *!*/
	/*background: linear-gradient(to bottom,  #400729 0%,#080a27 99%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#400729', endColorstr='#080a27',GradientType=0 ); !* IE6-9 *!*/

}


.btn:hover,
.btn:focus {
	background: var(--thm-btn-primary-selection) !important;
	border-color: var(--thm-btn-primary-selection) !important;
}

a.main-menu-toggle {
	background: var(--thm-dark);
}

.top-deposit-button .btn:hover .depoicon,
.top-deposit-button .btn:focus .depoicon {
	fill: var(--thm-dark);
	stroke: var(--thm-dark);
}

.top-deposit-button .btn:hover .depoicon .depoarr {
	stroke: var(--thm-dark);
}

.dark-theme .page-content,
.dark-theme .jumbotron,
.dark-theme .jumbotron,
.dark-theme .jumbotron,
.dark-bg {
	background: var(--thm-bg-dark);
	color: #fff;
}

.hot_promotions_page .page-content {
	background: var(--thm-bg-dark); /* Old browsers */
}


.close-btn {
	border: 2px solid var(--thm-btn-primary);
}

.close-btn:hover,
.close-btn:focus {
	color: var(--thm-btn-primary);
}

#message_list {
	color: var(--thm-bg-dark);
}

.notice-sym {
	color: #fff;
}

.pm_thumb-hold.new-pm::after {
	color: #00c3d1;
}

.coupons-selection .coupon-select.selected .panel.btn {
	color: var(--thm-dark);
	background-color: var(--thm-bg-selection) !important;
}

.other-amount-block .has-text input.other-amount-input,
.amount_thumb-hold.table.selected-amount,
.selection-btn.selected {
	color: var(--thm-dark);
}

.selection-btn.selected .st0, .selection-btn.selected .st1 {
	fill: var(--thm-dark) !important;
}


.footer .footer-language-select:hover .theme-border, .footer .footer-language-select:focus .theme-border, .footer .go-up:hover .theme-border, .footer .go-up:focus .theme-border {
	border-color: #e8dbae !important;
	background: none !important;
}

.dark.info-sections .icon-block .item.border.bg {
	color: #fff!important;
	background: transparent!important;
}
