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

h1, h2 {
    color: #444d57;
}
.form-label {
    color: #444d57;
}
.border {
    border-color: #444d57 !important;
}
.input-group .form-control.quantity {
    flex: 0 0 8%;
    max-width: 8%;
}
form,
.formset-row {
    margin: 1rem 0;
    padding: 1rem;
    border: solid 1px;
    border-radius: 5px;
}
form div.input-container:has(input[type="hidden"]) {
    display: none;
}
form .help_text {
    font-style: italic;
    font-weight: 700;
    font-size: 0.9em;
    color: #6c757d;
}
form button{
    background: none;
    appearance: none;
    display: block;
    border: 1px solid;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 0.5rem;

}
.remove-row-btn {
    color: red;
}
.add-row-btn {
    color: green;
}
.submit-btn {
    background-color: #ff6600;
    border-color: #ff6600;
    color: white;
    font-weight: 700;
}

/* Email autocomplete component */
.email-tags-input {
    min-height: 38px;
    height: auto;
    cursor: text;
}
.email-tag-remove {
    font-size: 0.55rem;
}
.email-tags-text-input {
    outline: none;
    min-width: 120px;
}
.email-suggestion-list {
    z-index: 1050;
    top: 100%;
}
.email-suggestion-item {
    cursor: pointer;
}
