.form_errors {
    color: red;
    margin-bottom: 10px;
    /* background-color: #acf; */
}

.hidden {
    display: none;
}

.makebold {
    font-weight: bold !important;
}

.not_delivered {
    color: white;
    background: red;
    padding: 10px;
    font-weight: 900;
    font-size: large;
    border-radius: 5px;
}

.delivered {
    color: white;
    background: green;
    padding: 10px;
    font-weight: 900;
    font-size: large;
    border-radius: 5px;
}

.remove_card_padding {
    padding: 0 !important;
}