/*:root {*/
    /*--retailer-color:#ed1b2e;*/
/*}*/

#red { color: #ed1b2e ; }

div#root {
    margin-top: 0rem;
}

div#root .row {
    max-width: inherit;
}

.btn.btn-primary {
    background-color: #ed1b2e !important;
    border-color: #ed1b2e !important;
    color: #FAFAFA !important;
}
.btn.btn-secondary {
    background-color: #ed1b2e;
    border-color: #ed1b2e;
    color: #FAFAFA;
}
.btn.btn-secondary:hover {
    background: #ff3b49;
    border-color: #ff3b49;
}

.Loading {
    background-color: #ed1b2e;
}

.IntroductionCard_btn:hover {
    background: #ed1b2e;
}

.btn.TutorialPage_button {
    background-color: #ed1b2e;
    border-color: #ed1b2e;
}

.btn.TutorialPage_button:hover {
    background: #ff3b49;
    border-color: #ff3b49;
}

.ProgressBar .progress-bar {
    background-color: #ed1b2e;
}

.DowntimeDollarsBar_card_text {
    color: #ed1b2e;
}

.DowntimeDollarsBar_card_text:hover {
    color: #ff3b49;
}

.DowntimeDollarsBar_container {
    color: #ed1b2e;
}

.KeepEarningButton_btn {
    background-color: #ed1b2e !important;
}

.ProgressCircles_fullCircle_text {
    color: #ed1b2e;
}
