
button.delete-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.miDiv {
    background-color: #00a0d2;
}

button.delete-button img {
    cursor: pointer;
    max-width: 1.5rem;
}

button.add-bill-button {
    background: var(--brand-primary);
    color: white;
    border: 1px solid var(--brand-primary);
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 5px;
}

button.add-bill-button:hover {
    background: transparent;
    color: var(--brand-primary);

}

