body {
    background-color: #f8f9fa;
    color: #343a40;
}

.navbar {
    margin-bottom: 20px;
    background-color: #002b5c; /* Dark blue */
    color: #ffffff;
}

.navbar .navbar-brand {
    color: #ffffff;
}

.navbar .nav-link {
    color: #ffffff;
}

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 10px;
}

.card-header {
    background-color: #0056b3; /* Blue */
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn-primary {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.table {
    background-color: #ffffff;
}

.table th {
    background-color: #e9ecef;
}

.product-suggestion {
    cursor: pointer;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #ffffff;
}

.product-suggestion:hover {
    background-color: #f1f1f1;
}
.select2-container--bootstrap-5 .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
}

.select2-container--bootstrap-5 .select2-selection__arrow {
    height: calc(2.25rem + 2px) !important;
}
.select2-container .select2-selection--single {
    height: 47px !important;
    padding: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -12px !important;
    margin-top: 6px !important;
}









body {
    padding-top: 56px; /* Adjust according to your navbar height */
}

.footer {
    background-color: #f8f9fa;
    padding: 10px 0;
}

.table thead th {
    background-color: #007bff;
    color: white;
}

.table tbody tr:hover {
    background-color: #f1f1f1;
}


body {
    background-color: #f8f9fa;
}

.header, .footer {
    background-color: #343a40;
    color: #fff;
}

.page-header h1 {
    color: #343a40;
}

.form-control, .select2-container--bootstrap-5 .select2-selection--single {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.form-control:focus, .select2-container--bootstrap-5 .select2-selection--single:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-primary:hover, .btn-secondary:hover {
    background-color: darken(#007bff, 10%);
    border-color: darken(#007bff, 10%);
}
.select2-container--bootstrap-5 .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
}
.select2-container--bootstrap-5 .select2-selection__arrow {
    height: calc(2.25rem + 2px) !important;
}
.form-switch .form-check-input {
    width: 2em;
    height: 1em;
    margin-left: -1.5em;
}
.form-switch .form-check-input:checked {
    background-color: black;
    border-color: black;
}
.form-switch .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
