input[type="submit"][name="save_comment"] {
    background-color: #64cc74;
    color: white;
    border: none;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

input[type="submit"][name="save_comment"]:hover {
    background-color: #55b764;
}

textarea[name="comment"] {
    border-radius: 8px;
    font-size: 14px;
    padding: 10px;
    resize: vertical; 
}

textarea[name="comment"]:focus {
    border-color: #64cc74; 
    outline: none;
}
tr.delivery-failed {
    background-color: orange !important;
}

tr.not-sent {
    background-color: yellow !important;
}

tr.positive-days {
    background-color: rgba(255, 13, 0, 0.823) !important;
    color: white;
}

tr.border-highlight {
    border: 3px solid rgb(172, 27, 19) !important;
    background-color: rgb(255, 33, 21) !important;
}
