/* Dynamic Theme Colors - Auto Generated */
:root {
    --primary: 20 63 25;
    --secondary: 31 31 35;
    --success: 20 63 25;
    --danger: 251 78 78;
    --warning: 255 165 0;
    --info: 52 152 219;
    --paragraph: 110 113 145;
}

/* Dynamic Logo Width - Auto Generated from Dashboard Setting */
.w-36 {
    width: 3.5rem !important;
}

@media (min-width: 640px) {
    .sm\:w-36 {
        width: 3.5rem !important;
    }
}
