
/*
Theme Name: CRM WordPress Theme
Author: Custom
Description: A simple, user-friendly WordPress theme optimized for CRM, utilizing Bootstrap for responsive design.
Version: 1.0
*/

@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css');

/* Custom styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

table {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
}

table th, table td {
    padding: 15px;
    border: 1px solid #dee2e6;
    text-align: left;
}

.btn {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
}

.btn:hover {
    background-color: #0056b3;
}

.form-control {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ced4da;
}
