/* ShiftManager247 Brand Colors */
:root {
    --theme-deafult: #F37021;
    --theme-secondary: #00A651;
}

.logo-wrapper img,
.dark-logo-wrapper img {
    max-width: 80px;
    height: auto;
}

.profile-greeting {
    background-image: url('../images/dashboard-bg.svg') !important;
    background-size: cover !important;
    background-position: center !important;
}