.login-wrapper {
    background: url("/images/custom-login-background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


header .header__logo {
    width: 114px;
    height: 53px;
    background: url(/images/logoblue.svg) no-repeat center center / 100% 100%;
}

.menu {
    background-color: #EFF0F0;
}

header {
    background-color: #EFF0F0;
    box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 40%);
}

header .header__secondary {
    background-color: #EFF0F0;
}

header .header__day_names .day-names-label {
    color: #282830;
}

header .header__day_names .name-lis {
    color: #282830;
}

header .header__profile-wrapper .business-profile .drop-down {
    color: #282830;
}

.menu__btn span {
    background-color: #282830;
}

header .header__day_names .name-list {
    color: #282830;
}

header .header__profile-wrapper .profile:after {
    background: url(/images/arrow_point_to_right.svg) no-repeat center center/10px 10px;
}

header .header__secondary .bookmark {
    background: url(/images/bookmark-outline_dark.svg) no-repeat center center;
}

header .header__secondary .notification {
    background: url(/images/notification_dark.svg) no-repeat center center;
}


.tile {
    background-color: #4296ff;
    color: #fdfdfd;
}

.white-tile {
    background-color: #fff;
    color: #484848;
}

.btn-primary, .btn-type-1 {
    border-color: #4296ff !important;
    background-color: #4296ff !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: #4296ff;
    color: #fff;
}