/**
 * ACL SMS Front End Stylesheet
 *
 * Coordinates style with tagDiv Opt-in Builder components.
 */

.mb-rp-phone-group {
    position: relative;
    margin-bottom: 20px;
}

.acl-sms-otp-wrapper {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.acl-sms-otp-title {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 10px;
}

.acl-sms-input-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.acl-sms-input-row input {
    flex: 1;
}

/* Redefined cooldown timer styles */
.acl-sms-cooldown-text {
    font-size: 11px;
    color: #64748b;
    margin-top: 5px;
    font-style: italic;
    display: block;
}

.acl-sms-status-notice {
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    display: none;
}

.acl-sms-status-success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.acl-sms-status-error {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.acl-sms-status-info {
    background-color: #f0f9ff;
    border: 1px solid #bae6fd;
    color: #0369a1;
}

/* Button style overrides inside form */
.tds-s-form .acl-sms-btn-inline {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    background-color: #0284c7;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.tds-s-form .acl-sms-btn-inline:hover {
    background-color: #0369a1;
}

.tds-s-form .acl-sms-btn-inline:disabled {
    background-color: #cbd5e1;
    color: #94a3b8;
    cursor: not-allowed;
}

.acl-sms-hidden {
    display: none !important;
}
