/*
Theme Name: ProPlanAI CRM Theme
Author: ProPlanAI Team
Version: 1.1.1
Text Domain: proplanai-crm-theme
*/

body {
    background-color: #0e121d;
    color: #fff;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}