.ea-year-status input[type="number"] {
    width: 100%;
    min-width: 145px;
    padding: 8px;
    border: 1px solid #9fb6b0;
    border-radius: 5px;
    background: #fff;
}

.ea-dues-correspondence {
    margin-top: 30px;
    border-top: 5px solid #175f54;
}

.ea-dues-mail-table {
    width: 100%;
    min-width: 980px;
}

.ea-dues-mail-table select,
.ea-dues-mail-table input[type="date"] {
    width: 100%;
    min-width: 125px;
    padding: 8px;
    border: 1px solid #9fb6b0;
    border-radius: 5px;
    background: #fff;
}

.ea-cot-status {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 999px;
    background: #eef2f1;
    font-size: 12px;
    font-weight: 800;
}

.ea-cot-achitata { background: #e8f6ed; color: #176238; }
.ea-cot-neachitata { background: #fff4d9; color: #744b00; }
.ea-cot-nu_se_aplica { background: #eef2f1; color: #52615c; }
