#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > header > div.top-navbar {
    background-color: #1091FF;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

salla-button > button {
    background-color: #67C090 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 0px 0px !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: all 0.25s ease-in-out !important;
}

/* Icons inside buttons */
salla-button > button svg,
salla-button > button i {
    fill: #ffffff !important;   /* for SVGs */
    color: #ffffff !important;  /* for icon fonts */
    transition: color 0.25s ease, fill 0.25s ease;
}

/* On hover */
salla-button > button:hover svg,
salla-button > button:hover i {
    fill: #ffffff !important;  
    color: #ffffff !important; 
}