.login-wrapper {
    background: url("/images/login-background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

header .header__logo {
    width: 147px;
    height: 60px;
    background: url(/images/BTA-logo-White-new.png) no-repeat center center;
}

header {
    background-color: #e40613;
    box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 40%);
}

header .header__secondary {
    background-color: #e40613;
}

header .header__day_names .day-names-label {
    color: #ffffff;
}


header .header__profile-wrapper .business-profile .drop-down {
    color: #ffffff;
}

.menu__btn span {
    background-color: #282830;
}

header .header__day_names .name-list {
    color: #ffffff;
}


.tile {
    background-color: #327F74;
    color: #fdfdfd;
}

.white-tile {
    background-color: #fff;
    color: #484848;
}

.btn-primary, .btn-type-1 {
    border-color: #327F74 !important;
    background-color: #327F74 !important;
}

.btn-primary:hover {
    background-color: #46958a !important;
}

.type-selector div.active {
    background-color: #46958a !important;
}

.view-switcher div.active {
    background-color: #46958a !important;
}

.add-new-shift {
    border-top: 5px solid #46958a !important;
}

header .header__secondary .notification .notification-quantity{
    background-color: #327F74;
    color: #fff;
}