/*
Theme Name: Warehouse Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A stylish and modern Bootstrap 5 theme for the Warehouse Management system.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: warehouse-theme
*/

body {
    background-color: #f8f9fa;
}

.page-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.navbar {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
