/* ============================================================
   Soluciones Nimrod - Order Form Color Overrides
   #0069A2 (azul principal) | #4CC2F1 (azul claro)
   ============================================================ */

/* ── BANNER DE BÚSQUEDA DE DOMINIOS (reemplaza gradiente amarillo) ── */
.domain-checker-container {
    background-color: #0069A2 !important;
    background: linear-gradient(to bottom, #4CC2F1, #005a8e) !important;
}

.domain-checker-bg {
    background-image: url('../img/globe-blue.png') !important;
}

/* ── BOTONES: warning -> brand blue ── */
.btn-warning {
    background-color: #0069A2 !important;
    border-color: #004d78 !important;
    color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #004d78 !important;
    border-color: #003d62 !important;
    color: #ffffff !important;
}

/* ── TEXTO: warning -> brand blue ── */
.text-warning {
    color: #0069A2 !important;
}

/* ── CUADROS DE PROMO DE DOMINIO ── */
.domain-promo-box {
    border-color: #c8dff0 !important;
}

.domain-promo-box i {
    color: #4CC2F1;
}

/* ── COLORES GENERALES DEL FORMULARIO ── */
a { color: #0069A2; }
a:hover { color: #004d78; }

.btn-primary {
    background-color: #0069A2 !important;
    border-color: #004d78 !important;
}

.btn-primary:hover {
    background-color: #004d78 !important;
    border-color: #003d62 !important;
}

.btn-info {
    background-color: #4CC2F1 !important;
    border-color: #2aace0 !important;
    color: #fff !important;
}

/* ── INPUT FOCUS ── */
.form-control:focus {
    border-color: #4CC2F1 !important;
    box-shadow: 0 0 0 0.2rem rgba(76,194,241,0.30) !important;
}

/* ── SIDEBAR ACTIVE ── */
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #0069A2 !important;
    border-color: #0069A2 !important;
}
