.header-container {
    background-color: #dc0428;
}
.header-container header .logo img {
    height: 4.75rem;
}
.button {
    border-radius: 4px;
}
.button-orange {
    background-color: #dc0428 !important;
	border-radius: 53px !important;
}
.button-orange:disabled {
    color: #ffffff !important;
}
.progress > li.is-active {
	color: #dc0428;
	border-bottom: none;
}

@media only screen and (min-width: 480px) {
	.progress > li.is-active {
		border-bottom: 4px solid #dc0428;
	}
}


.progress > li.is-active:before {
    background: #dc0428;
}
.item-icon {
	color: #4D4D4D !important;
}
.choose-button {
    background-color: #dc0428 !important;
	border-radius: 53px !important;
}
.delete-button, .cancel-button, .delete-confirm-button, .button-back {
	border-radius: 53px !important;
}
.loader {
	border-top-color: #dc0428 !important;
}
.item-editing {
	opacity: 1 !important;
}
.delete-confirm-button {
	background-color: #252525 !important;
}
.item-editing > button {
	border-radius: 53px !important;
}
.new-container {
	border-radius: 24px 24px 0 0 !important;
}
.login-container {
	border-radius: 24px !important;
}
