/* Custom Styles for Application */

/* Custom primary color override (Uncomment and adjust as needed) */
/*
:root {
    --tw-primary: #your_hex_code;
    --kt-primary: #your_hex_code;
}
*/

/* RTL Drawer Animation Fix for KTUI */
html[dir="rtl"] .kt-drawer-end:not(.open) {
    --tw-translate-x: -100%;
}

/* Login Page Branded Background Fallback Fixes */
.branded-bg {
    background-image: url("https://keenthemes.com/metronic/tailwind/dist/assets/media/images/2600x1600/1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dark .branded-bg {
    background-image: url("https://keenthemes.com/metronic/tailwind/dist/assets/media/images/2600x1600/1-dark.png");
}
@media (min-width: 1024px) {
    .branded-bg {
        border-radius: 0.75rem;
        margin: 1.25rem;
        border: 1px solid var(--tw-border-color, #e5e7eb);
    }
}
