body {
    background: #252525;
}

.header {
    background: #252525;
}

.color-theme, .bot-title {
	color: #EFD807;
}

.button {
    background: #00c853 !important;
}

.thumb:hover .button {
    background: #000000 !important;
}

.thumb .txt {
    background: #252525 !important;
}

.thumb:hover .txt {
    background: #000000 !important;
}

.btn-custom {
    background: #00c853 !important;
    border-color: #00c853;
}

.btn-custom:hover {
    background: #00c853 !important;                                                                                                                                                        
    border-color: #00c853;
}

.bot-button {
	background: #00c853 !important;
	color: #ffffff;
}

.bot-button:hover {
	background: #00c853 !important;
	color: #ffffff;
}

.steps {
    background-image: linear-gradient(180deg, #C62828 0, #252525);
}

.steps .number {
    background: #EFD807 !important;
}

.steps .active {
    background: #00c853 !important;
}

.steps label {
    background: transparent !important;
    color: #ffffff;
}