.error {
    color: #f46a6a;
}
.parsley-error {
    border-color: #f46a6a;
}
.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}
.parsley-errors-list.filled {
    display: block;
}
.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #f46a6a;
    margin-top: 5px;
}
.app-sidebar .side-menu__label{
    font-size: 12px !important;
    font-weight: 600;
}
.dropdown-menu{
    box-shadow: 0 2px 4px rgba(15,34,58,.12);
    min-width: 185px;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-20{
    font-size:16px !important;
}

/* Notyf must sit above Bootstrap 5 modals (backdrop ~1050) so toasts stay visible */
.notyf {
    z-index: 10900 !important;
}

/* Baba Jee Traders sidebar / header brand */
.sesame-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none !important;
    line-height: 1.15;
}
.sesame-brand-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(var(--primary-rgb)) 0%, rgb(var(--secondary-rgb)) 100%);
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.35);
}
.sesame-brand-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.sesame-brand-name {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.sesame-brand-sub {
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.75;
    white-space: nowrap;
}
.sesame-brand.sidebar .sesame-brand-name,
.sesame-brand.sidebar .sesame-brand-sub {
    color: #fff;
}
.sesame-brand.header .sesame-brand-name {
    color: rgb(var(--primary-rgb));
}
.sesame-brand.header .sesame-brand-sub {
    color: #64748b;
}
[data-toggled="close"] .app-sidebar .sesame-brand-text {
    display: none;
}
[data-toggled="close"] .app-sidebar .main-sidebar-header {
    padding-inline: 0.75rem;
}
[data-toggled="close"] .app-sidebar .sesame-brand {
    justify-content: center;
    width: 100%;
}