body {
    background: #141414;
}

.header {
    background: #FFFFFF;
    color: #EC407A;
}

.header h1 {
    color: #EC407A !important;
}

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

.button {
    background: #FF1744 !important;
}

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

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

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

.btn-custom {
    background: rgba(236, 64, 122, 0.8) !important;
    border-color: #EC407A;
}

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

.steps {
    background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(16,71,103,1) 100%, rgba(0,212,255,1) 100%);
}

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

.steps .active {
    background: #FFFFFF !important;
    color: #EC407A;
}

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