body {
    background-color: #f8f9fa;
}
.container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.br-send-container {
    border: 1.5px solid #ff6200;

}

h1, h2 {
    color: #444d57;
}
.form-label {
    color: #444d57;
}
.btn-primary {
    background-color: #444d57;
    border-color: #444d57;
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
.border {
    border-color: #444d57 !important;
}
.input-group .form-control.quantity {
    flex: 0 0 8%;
    max-width: 8%;
}
