/* you can add your own custom css here if you don't want to worry about SASS/SCSS */

/* Target the Joomla Alert Component */
#system-message-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
    max-width: 400px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    transition: opacity 0.5s ease;

}

joomla-alert {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
    max-width: 400px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    transition: opacity 0.5s ease;
}

/* Optional: Subtle fade-out class for JS to trigger */
.alert-fade-out {
    opacity: 0;
    pointer-events: none;
}

/* User */

#progress-0{
    width: 100%;
}


/* Targets any class starting with "gk-btn-primary-" that is a descendant of .gk-top-nav */
.gk-top-nav [class^="gk-btn-primary-"],
.gk-top-nav [class*=" gk-btn-primary-"] {
    color: white !important;
}
