/* header color */
.header .header-top {
    background-color: white !important;
}
/* header smartsales logo */
.logo-img {
    content: url("/media/logos/logo-small.png") !important;
}
.logo-img-mobile {
    content: url("/media/logos/logo-small.png") !important;
}

/* main background color */
.bg-primary {
    background-color: white !important;
}

/* login button background */
.topbar.bg-primary {
    background-color: white !important;
}

/* header buttons color */
.header-tabs .nav-item .nav-link {
    color: #666 !important;
}

/* header tab active background */
.header-bottom-enabled .header-tabs .nav-item .nav-link.active {
    background-color: #e90900 !important;
    color: white !important;
}

/* logged in text (name and initial) color */
.logged-in-text {
    color: #fff !important;
}
.log-in-div:hover {
    background-color: rgba(0,0,0,.1) !important;
}
/* logged in initial div color */
.bg-white-o-30.logged-in-text {
    background-color: rgba(0,0,0,.1) !important;;
}

.card-background-color {
    background-color: #e90900 !important;
}

/* button */
.btn.btn-primary {
    background-color: #e90900 !important;
    border-color: #e90900 !important;
}

.btn.btn-outline-primary {
    color: #e90900 !important;
    border-color: #e90900 !important;
}

    .btn.btn-outline-primary:focus:not(.btn-text) {
        background-color: #e90900 !important;
        border-color: #e90900 !important;
        color: white !important;
    }

    .btn.btn-outline-primary:hover:not(.btn-text) {
        background-color: #e90900 !important;
        border-color: #e90900 !important;
        color: white !important;
    }

.btn.btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: #e90900 !important;
    border-color: #e90900 !important;
    color: white !important;
}

.btn.btn-light-primary {
	color: black !important;
	background-color: #ffe522 !important;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
	color: white !important;
	background-color: #e90900 !important;
}

/* .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-icon {
	color: #c19359 !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-title {
	color: #c19359 !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-icon {
	color: #c19359 !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-title {
	color: #c19359 !important;
} */

.btn.btn-success {
	background-color: #e90900 !important;
    border-color: #e90900 !important;
}

/* main page swiper accents */
.swiper-pagination-bullet-active {
    background-color: #e90900 !important;
}
.swiper-button-prev.text-primary {
    color: #e90900 !important;
}
.swiper-button-next.text-primary {
    color: #e90900 !important;
}

/* header burger buttons color */
.header-mobile .burger-icon span {
    background-color: rgba(233, 9, 0,.75) !important;
}
.header-mobile .burger-icon span::before {
    background-color: rgba(233, 9, 0,.75) !important;
}
.header-mobile .burger-icon span::after {
    background-color: rgba(233, 9, 0,.75) !important;
}

.header-mobile .btn .svg-icon svg g [fill] {
    fill: rgba(233, 9, 0,.75) !important;
}