#ntn_alerts {
    width: 49px !important;
}

/* Style for the Send Alert button in the Alerts column */
.ntn-button-send-alert-container {
    display: flex;
    align-items: center;
}

.ntn-button-send-alert {
    background-color: #d90000;
    color: white;
    border: none;
    padding: 7px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    border-radius: 4px;
}

.ntn-button-send-alert:hover {
    background-color: #bd3838;
}

.ntn-button-send-alert:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.ntn-inline-notice {
    margin: 15px 0;
}
