body[data-theme="dark"] .header .header-section {
	background: var(--theme-dark-banner-background-first-color);
	background: linear-gradient(90deg, var(--theme-dark-banner-background-first-color) 50%, var(--theme-dark-banner-background-second-color) 100%);
}

body[data-theme="dark"] .header .header-section .header-section-title {
	color: var(--theme-dark-text-color);
}

body[data-theme="dark"] .header .header-section .header-section-text {
	color: var(--theme-dark-text-darker);
}



body[data-theme="dark"] .sections > .status .ip {
	color: var(--theme-dark-text-color);
}

body[data-theme="dark"] .sections > .status .ip > .name {
	color: var(--theme-dark-text-second-color);
}

body[data-theme="dark"] .sections > .status .monitoring {
	background-color: #ddd;
}

body[data-theme="dark"] .sections > .status .monitoring > .progress {
	background: var(--theme-dark-progress-background-first-color);
	background: linear-gradient(90deg, var(--theme-dark-progress-background-first-color) 0%, var(--theme-dark-progress-background-second-color) 100%);
}

body[data-theme="dark"] .sections > .status .players {
	color: var(--theme-dark-text-second-color);
}



body[data-theme="dark"] .sections > .selector > .selector-wrapper > ul > li {
	border: 1px solid rgba(255,255,255,0.08);
	background-color: transparent;
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > ul > li.active {
	border: 1px solid var(--theme-dark-button-background-color);
	color: var(--theme-dark-text-second-color);
	background-color: var(--theme-dark-button-background-color);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > ul > li > .wrapper > .title {
	color: var(--theme-dark-text-color);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > ul > li > .wrapper > .text {
	color: rgba(255,255,255,0.4);
	background-color: var(--theme-dark-footer-background-color);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > ul > li:hover > .wrapper > .text {
	color: rgba(255,255,255,0.6);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > ul.second-selector > li {
	border: 1px solid rgba(255,255,255,0.08);
	background-color: transparent;
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > ul.second-selector > li.active {
	border: 1px solid var(--theme-dark-button-background-color);
	background-color: var(--theme-dark-button-background-color);
}

/*body[data-theme="dark"] .sections > .selector > .selector-wrapper {
	border: 1px solid rgba(255,255,255,0.08);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-separator {
	filter: invert(1) brightness(2);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-section,
body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-category {
	color: var(--theme-dark-text-second-color);
}


body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-dropdown > ul > li > ul,
body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-dropdown > ul {
	background-color: var(--theme-dark-background-color);
	border: 1px solid rgba(255,255,255,0.08);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-dropdown ul > li:hover,
body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-dropdown ul > li.active {
	background-color: var(--theme-dark-button-background-color);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-dropdown ul > li .title {
	color: var(--theme-dark-text-color);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-dropdown ul > li .text {
	color: rgba(255,255,255,0.4);
}

body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-dropdown ul > li.active .text,
body[data-theme="dark"] .sections > .selector > .selector-wrapper > .selector-dropdown ul > li:hover .text {
	color: rgba(255,255,255,0.8);
}*/


body[data-theme="dark"] .items-container > .item {
	background: var(--theme-dark-item-background-first-color);
	background: linear-gradient(125deg, var(--theme-dark-item-background-first-color) 5%, var(--theme-dark-item-background-second-color) 70%);
}

body[data-theme="dark"] .items-container > .item:after {
	background: var(--theme-dark-item-hover-background-first-color);
	background: linear-gradient(125deg, var(--theme-dark-item-hover-background-first-color) 0%, var(--theme-dark-item-hover-background-second-color) 100%);
}


body[data-theme="dark"] .items-container > .item > .item-wrapper > .title {
	color: var(--theme-dark-text-color);
}

body[data-theme="dark"] .items-container > .item > .item-wrapper > .text {
	color: var(--theme-dark-text-second-color);
}

body[data-theme="dark"] .items-container > .item > .item-wrapper > .middle-wrapper > .price {
	color: var(--theme-dark-text-color);
}

body[data-theme="dark"] .items-container > .item > .item-wrapper > .middle-wrapper > .old-price {
	color: #fff;
	background-color: #ff6a43;
}

body[data-theme="dark"] .items-container > .item > .item-wrapper > .middle-wrapper > .old-price:after {
	background-color: #fff;
}

body[data-theme="dark"] .items-container > .item > .item-wrapper > .middle-wrapper > .old-price .icon {
	filter: invert(1) brightness(2);
}


body[data-theme="dark"] .items-container > .item > .item-wrapper > .commands > .command,
body[data-theme="dark"] .items-container > .item > .item-wrapper > .commands > .more {
	color: var(--theme-dark-text-color);
}

body[data-theme="dark"] .items-container > .item > .item-wrapper > .commands > .command > .name {
	color: var(--theme-dark-text-lighter);
}

body[data-theme="dark"] .items-container > .item > .item-wrapper > .commands > .more {
	color: var(--theme-dark-text-second-color);
}

body[data-theme="dark"] .items-container > .item:hover > .item-wrapper > .commands > .command > .name {
	/*color: #618731;*/
}

body[data-theme="dark"] .items-container > .item:hover > .item-wrapper > .commands > .more {
	color: var(--theme-dark-text-second-color);
}

body[data-theme="dark"] .items-container > .item:hover > .item-wrapper > .btn {
	background-color: rgba(0,0,0,0.4);
	color: #fff;
}




body[data-theme="dark"] .modal[data-id="about-item"] .modal-body .middle-wrapper .text {
	color: var(--theme-dark-text-color);
}


body[data-theme="dark"] .modal[data-id="about-item"] .modal-body .commands > .command {
	color: var(--theme-dark-text-color);
}

body[data-theme="dark"] .modal[data-id="about-item"] .modal-body .commands > .command > .name {
	color: var(--theme-dark-text-lighter);
}


body[data-theme="dark"] .modal[data-id="about-item"] .modal-footer > .price-block > .price {
	color: var(--theme-dark-text-color);
}


body[data-theme="dark"] .modal[data-id="about-item"] .modal-footer > .price-block > .old-price {
	color: #fff;
	background-color: #ff6a43;
}

body[data-theme="dark"] .modal[data-id="about-item"] .modal-footer > .price-block > .old-price:after {
	background-color: #fff;
}

body[data-theme="dark"] .modal[data-id="about-item"] .modal-footer > .price-block > .old-price .icon {
	filter: invert(1) brightness(2);
}




body[data-theme="dark"] .modal[data-id="buy-item"] .methods {
	background-color: var(--theme-dark-input-background-color);
}

body[data-theme="dark"] .modal[data-id="buy-item"] .methods.success {
	border-color: #ddffb5;
}

body[data-theme="dark"] .modal[data-id="buy-item"] .methods.error {
	border-color: #ff6a43;
}

body[data-theme="dark"] .modal[data-id="buy-item"] .methods > .selector {
	color: rgba(255,255,255,0.2);
}

body[data-theme="dark"] .modal[data-id="buy-item"] .methods.active {
	border: 2px solid var(--theme-dark-input-border-color);
}



body[data-theme="dark"] .modal[data-id="buy-item"] .methods > .methods-list > .method {
	background-color: rgba(255,255,255,0.02);
}

body[data-theme="dark"] .modal[data-id="buy-item"] .methods > .methods-list > .method:hover {
	background-color: rgba(255,255,255,0.04);
}

body[data-theme="dark"] .modal[data-id="buy-item"] .modal-footer > .price-block > .discount {
	color: #ff6a43;
}

body[data-theme="dark"] .modal[data-id="buy-item"] .modal-footer > .price-block > .price {
	color: #bcbcbc;
}

body[data-theme="dark"] .modal[data-id="buy-item"] .modal-footer > .price-block > .price > .price-value {
	color: var(--theme-dark-text-color);
}


body[data-theme="dark"] .modal[data-id="buy-item"] .input-alert {
	color: #8fc052;
}

body[data-theme="dark"] .modal[data-id="buy-item"] .input-alert.error {
	color: #ff6a43;
}