:root {
    --bs-success: #00cc00;
    --bs-success-rgb: 0, 204, 0;
}

.app-sidebar {
    background-color: #ffffff !important;
}

.text-bg-purple-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #6f42c1, #cfbee9) !important;
}

.text-bg-primary-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #0d6efd, #bbd6f5) !important;
}

.text-bg-success-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #00cc00, #bef7be) !important;
}

.text-bg-warning-gradient {
    color: #000 !important;
    background: linear-gradient(45deg, #ffc107, #f1e4b8) !important;
}

.text-bg-danger-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #dc3545, #eeb3b9) !important;
}

.text-bg-navy-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #000080, #3333a3) !important;
}

.text-bg-lightblue-gradient {
    color: #000 !important;
    background: linear-gradient(45deg, #add8e6, #d0e8f0) !important;
}

.text-bg-indigo-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #6610f2, #8f4ff4) !important;
}

.text-bg-fuchsia-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #ff00ff, #ff77ff) !important;
}

.text-bg-pink-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #d63384, #e460a0) !important;
}

.text-bg-maroon-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #800000, #a33333) !important;
}

.text-bg-orange-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #fd7e14, #ff9a4c) !important;
}

.text-bg-teal-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #20c997, #5ee0b3) !important;
}

.text-bg-olive-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #808000, #a3a333) !important;
}

body {
    font-family: "Montserrat", sans-serif;
}

.login-container .logo {
    margin-left: 20px !important; /* Adjust as needed */
}
