:root {   
    /* Custom CSS for this merchant only */
    --primary: #FCB417;
    --primary-background: linear-gradient(#FCB417 0%, #FCA017 72%, #FC6117 100%);
    --hover-primary-background: #FCB417;
    --primary-linear-gradient: linear-gradient(#FCB417 0%, #FCA017 72%, #FC6117 100%);
    --line: #2b2e36;
    --primary-icon-color: var(--primary-background);
}

.topbar .hamburger {
    background: unset;
    background-color: #fdfdfd;
}

.notification .list .icon {
    background: var(--primary-text) !important;
}

input::placeholder {
    opacity: 0.5;
}

.profile-banner::before {
    background: url('/playsimba/img/profile-bg.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}