/* QRC Panel - Kalyan Jewellers brand theme */
.fi-body {
    background: linear-gradient(135deg, #5B0012 0%, #8B1538 35%, #D49511 100%);
}

.fi-simple-layout {
    background: linear-gradient(135deg, #5B0012 0%, #8B1538 35%, #D49511 100%) !important;
}

.fi-simple-main {
    background: transparent !important;
}

.fi-simple-main-ctn {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
    padding: 2rem;
}

.fi-sidebar {
    background-color: #5B0012 !important;
}

.fi-sidebar-header {
    background-color: #4a000f !important;
}

.fi-sidebar-item-button:hover,
.fi-sidebar-item-active .fi-sidebar-item-button {
    background-color: rgba(212, 149, 17, 0.2) !important;
}

.fi-sidebar-item-label,
.fi-sidebar-group-label {
    color: #fff !important;
}

.fi-sidebar-item-icon {
    color: #D49511 !important;
}

.fi-topbar {
    border-bottom: 2px solid #D49511;
}

.fi-btn-color-primary {
    --c-400: #8B1538;
    --c-500: #5B0012;
    --c-600: #4a000f;
}

.qrc-login-brand {
    text-align: center;
    margin-bottom: 1.5rem;
}

.qrc-login-brand h1 {
    color: #5B0012;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    margin-top: 0.75rem;
}

.qrc-login-brand p {
    color: #666;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.fi-simple-header-heading {
    color: #5B0012 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
}
