/* /Views/RegistroPersonas/Create.cshtml.rz.scp.css */
/* =====================================================
   BÚSQUEDA DE CÉDULA
   ===================================================== */

.wizard-search-container[b-n40k218j6d] {
    width: 100%;
    max-width: 650px;
}

    .wizard-search-container .input-group[b-n40k218j6d] {
        flex-wrap: nowrap;
    }

    .wizard-search-container .input-group-text[b-n40k218j6d] {
        min-width: 46px;
        justify-content: center;
        background-color: #f8f9fa;
        border-color: #d9dde3;
    }

    .wizard-search-container #btnBuscarCedula[b-n40k218j6d] {
        min-width: 125px;
        font-weight: 600;
    }


/* =====================================================
   MENSAJE DE PERSONA ENCONTRADA
   ===================================================== */

.wizard-persona-alert[b-n40k218j6d] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
    font-size: 0.92rem;
}

    .wizard-persona-alert i[b-n40k218j6d] {
        font-size: 1.05rem;
    }


/* =====================================================
   CAMPOS DE SOLO LECTURA
   ===================================================== */

.wizard-readonly-field[b-n40k218j6d] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 0.625rem 0.85rem;
    background-color: #f3f4f6;
    border: 1px solid #d9dde3;
    border-radius: 0.5rem;
    color: #343a40;
    font-weight: 600;
    cursor: default;
    user-select: text;
}


/* =====================================================
   DISTRIBUCIÓN DE CAMPOS
   ===================================================== */

.wizard-form-group-full[b-n40k218j6d] {
    grid-column: 1 / -1;
}

.wizard-change-search[b-n40k218j6d] {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
}


/* =====================================================
   BOTÓN CONTINUAR
   ===================================================== */

#btnContinuarPaso1:disabled[b-n40k218j6d] {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}


/* =====================================================
   ESTADO DE CARGA
   ===================================================== */

#btnBuscarCedula:disabled[b-n40k218j6d] {
    opacity: 0.75;
    cursor: wait;
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 576px) {

    .wizard-search-container[b-n40k218j6d] {
        max-width: 100%;
    }

        .wizard-search-container .input-group[b-n40k218j6d] {
            display: grid;
            grid-template-columns: 46px 1fr;
            gap: 0;
        }

        .wizard-search-container .input-group-text[b-n40k218j6d] {
            border-radius: 0.5rem 0 0 0.5rem;
        }

        .wizard-search-container #buscarCedula[b-n40k218j6d] {
            width: 100%;
            min-width: 0;
            border-radius: 0 0.5rem 0.5rem 0;
        }

        .wizard-search-container #btnBuscarCedula[b-n40k218j6d] {
            grid-column: 1 / -1;
            width: 100%;
            margin-top: 0.75rem;
            border-radius: 0.5rem;
        }

    .wizard-change-search[b-n40k218j6d] {
        justify-content: stretch;
    }

        .wizard-change-search .btn[b-n40k218j6d] {
            width: 100%;
        }

    .wizard-readonly-field[b-n40k218j6d] {
        min-height: 40px;
        font-size: 0.9rem;
    }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-76gjsqaxz6] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-76gjsqaxz6] {
  color: #0077cc;
}

.btn-primary[b-76gjsqaxz6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-76gjsqaxz6], .nav-pills .show > .nav-link[b-76gjsqaxz6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-76gjsqaxz6] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-76gjsqaxz6] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-76gjsqaxz6] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-76gjsqaxz6] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-76gjsqaxz6] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
