/**
 * Formularios originales (modelos / búsqueda laboral) dentro del chrome nd-v1.
 * Replica utilidades tipo Bootstrap usadas por nd-trabajo-form-tienda y nd-modelos-form-tienda.
 */
.nd-v1-pub .nd-tienda-pub-form.card {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: none !important;
    margin: 0 !important;
}
.nd-v1-pub .nd-tienda-pub-form .card-body {
    padding: 0 !important;
}
.nd-v1-pub .nd-pub-og-top,
.nd-v1-pub .nd-tienda-pub-form > .card-body > h2,
.nd-v1-pub .nd-tienda-pub-form > .card-body > p.text-muted {
    display: none !important;
}

.nd-v1-pub .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.4rem;
    margin-right: -.4rem;
}
.nd-v1-pub .g-2 > [class*="col-"],
.nd-v1-pub .g-3 > [class*="col-"] {
    padding: .4rem;
    box-sizing: border-box;
}
.nd-v1-pub .col-12 { width: 100%; }
.nd-v1-pub .col-6 { width: 50%; }
@media (min-width: 768px) {
    .nd-v1-pub .col-md-4 { width: 33.333%; }
    .nd-v1-pub .col-md-6 { width: 50%; }
}

.nd-v1-pub .d-none, .nd-v1-pub [hidden] { display: none !important; }
.nd-v1-pub .d-block { display: block; }
.nd-v1-pub .d-flex { display: flex; }
.nd-v1-pub .flex-wrap { flex-wrap: wrap; }
.nd-v1-pub .align-items-center { align-items: center; }
.nd-v1-pub .align-items-end { align-items: flex-end; }
.nd-v1-pub .justify-content-end { justify-content: flex-end; }
.nd-v1-pub .gap-2 { gap: .5rem; }
.nd-v1-pub .w-100 { width: 100%; }
.nd-v1-pub .mb-0 { margin-bottom: 0; }
.nd-v1-pub .mb-1 { margin-bottom: .35rem; }
.nd-v1-pub .mb-2 { margin-bottom: .55rem; }
.nd-v1-pub .mb-3 { margin-bottom: .85rem; }
.nd-v1-pub .mb-4 { margin-bottom: 1.15rem; }
.nd-v1-pub .mb-5 { margin-bottom: 1.5rem; }
.nd-v1-pub .mt-1 { margin-top: .35rem; }
.nd-v1-pub .mt-2 { margin-top: .55rem; }
.nd-v1-pub .mt-3 { margin-top: .85rem; }
.nd-v1-pub .me-2 { margin-right: .5rem; }
.nd-v1-pub .px-0 { padding-left: 0; padding-right: 0; }
.nd-v1-pub .p-3 { padding: .85rem; }
.nd-v1-pub .p-4 { padding: 1rem; }

.nd-v1-pub .text-muted,
.nd-v1-pub .text-muted * { color: var(--nd-muted) !important; }
.nd-v1-pub .text-danger { color: #ffb4a8 !important; }
.nd-v1-pub .text-success { color: #b7e4c7 !important; }
.nd-v1-pub .text-center { text-align: center; }
.nd-v1-pub .fw-normal { font-weight: 400; }

.nd-v1-pub .border { border: 1px solid var(--nd-line) !important; }
.nd-v1-pub .rounded { border-radius: 14px; }
.nd-v1-pub .bg-light {
    background: var(--nd-panel) !important;
    color: #fff;
}

.nd-v1-pub .form-control,
.nd-v1-pub input.form-control,
.nd-v1-pub select.form-control,
.nd-v1-pub textarea.form-control {
    width: 100%;
    min-height: 44px !important;
    padding: .7rem .85rem !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    background: #0e0d0c !important;
    color: #fff !important;
    font: inherit !important;
    font-size: .95rem !important;
    box-shadow: none !important;
}
.nd-v1-pub textarea.form-control { min-height: 88px !important; }
.nd-v1-pub .form-control::placeholder { color: #7a7368 !important; font-size: .92rem !important; opacity: 1; }
.nd-v1-pub .form-control:focus {
    border-color: var(--nd-gold) !important;
    box-shadow: 0 0 0 1px rgba(212, 175, 55, .28) !important;
    outline: 0;
}

.nd-v1-pub .ndv2-modelos-label,
.nd-v1-pub .ndv2-trabajo-label,
.nd-v1-pub .ndv2-modelos-section-label,
.nd-v1-pub label.d-block.mb-2 strong {
    color: #fff !important;
    font-size: .78rem !important;
    letter-spacing: .02em;
    font-weight: 600 !important;
    margin-bottom: .35rem !important;
}
.nd-v1-pub small,
.nd-v1-pub .small,
.nd-v1-pub .form-text,
.nd-v1-pub .nd-tienda-pub-form small.text-muted {
    font-size: .78rem !important;
    color: var(--nd-muted) !important;
}

.nd-v1-pub .form-check {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin: .35rem 0;
}
.nd-v1-pub .form-check-input {
    width: 1.05rem;
    height: 1.05rem;
    margin-top: .15rem;
    flex-shrink: 0;
    accent-color: #d4af37;
}
.nd-v1-pub .form-check-label {
    color: #efe7d6 !important;
    font-size: .92rem !important;
}

.nd-v1-pub .btn,
.nd-v1-pub button.ndv2-modelos-filebtn,
.nd-v1-pub #jbl_photo_btn,
.nd-v1-pub #mdl_photo_btn,
.nd-v1-pub #jbl_cv_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .65rem 1rem !important;
    border-radius: 999px !important;
    font: inherit !important;
    font-size: .92rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    border: 1px solid var(--nd-line);
    background: transparent;
    color: var(--nd-gold-2) !important;
}
.nd-v1-pub .btn-link {
    background: none !important;
    border: 0 !important;
    color: var(--nd-gold-2) !important;
    min-height: auto;
    padding: .2rem 0 !important;
    text-decoration: underline;
}
.nd-v1-pub #jbl_submit_btn,
.nd-v1-pub #mdl_submit_btn,
.nd-v1-pub .axil-btn {
    width: 100%;
    border: 0 !important;
    color: #1a1408 !important;
    background: linear-gradient(135deg, #9a7b1a, #d4af37 55%, #f0d78c) !important;
    font-size: 1rem !important;
    padding: .85rem 1.2rem !important;
}

.nd-v1-pub .alert {
    padding: .85rem 1rem;
    border-radius: 14px;
    margin-bottom: 1rem;
    font-size: .92rem !important;
    line-height: 1.45;
}
.nd-v1-pub .alert strong { font-size: 1em !important; }
.nd-v1-pub .alert-danger {
    color: #ffb4a8;
    border: 1px solid rgba(255, 180, 168, .35);
    background: rgba(80, 20, 16, .35);
}
.nd-v1-pub .alert-success {
    color: #d4f5e0;
    border: 1px solid rgba(183, 228, 199, .35);
    background: rgba(16, 48, 28, .4);
}

.nd-v1-pub .jbl-sched-day,
.nd-v1-pub .nd-tienda-pub-form .jbl-sched-day {
    background: var(--nd-panel) !important;
    border-color: var(--nd-line) !important;
}
.nd-v1-pub .nd-tienda-pub-form .jbl-sched-day-label { color: #fff !important; }
.nd-v1-pub .nd-tienda-pub-form .jbl-sched-shifts { border-top-color: var(--nd-line) !important; }
.nd-v1-pub #jbl_photo_box,
.nd-v1-pub #mdl_photo_box,
.nd-v1-pub #jbl_cv_box,
.nd-v1-pub #jbl_branches_box {
    background: var(--nd-panel) !important;
    border-color: var(--nd-line) !important;
}
.nd-v1-pub #jbl_photo_box.is-invalid,
.nd-v1-pub #mdl_photo_box.is-invalid {
    background: rgba(80, 20, 16, .35) !important;
}
.nd-v1-pub #jbl_photo_name,
.nd-v1-pub #mdl_photo_name,
.nd-v1-pub #jbl_cv_name {
    font-size: .85rem !important;
    color: var(--nd-muted) !important;
}

.nd-v1-pub .nd-tienda-pub-form .form-check .form-check-label,
.nd-v1-pub .nd-tienda-pub-form.ndv2-modelos-wrap .ndv2-modelos-svc-box .form-check .form-check-label {
    font-size: .92rem !important;
}
.nd-v1-pub .nd-tienda-pub-form #mdl_days_error,
.nd-v1-pub .nd-tienda-pub-form #mdl_branches_error,
.nd-v1-pub .nd-tienda-pub-form #mdl_services_error,
.nd-v1-pub .nd-tienda-pub-form #jbl_email_error,
.nd-v1-pub .nd-tienda-pub-form #jbl_email_confirm_error,
.nd-v1-pub .nd-tienda-pub-form #mdl_email_error {
    font-size: .85rem !important;
}

.nd-v1-pub a { color: var(--nd-gold-2); }
.nd-v1-pub img { max-width: 100%; height: auto; }

/* La hoja de tienda usa 1.5rem en checks, fecha y botones: acá se reduce. */
.nd-v1-pub .nd-tienda-pub-form .ndv2-modelos-label,
.nd-v1-pub .nd-tienda-pub-form .ndv2-trabajo-label {
    font-size: .92rem !important;
}
.nd-v1-pub .nd-tienda-pub-form .form-control,
.nd-v1-pub .nd-tienda-pub-form input.form-control,
.nd-v1-pub .nd-tienda-pub-form select.form-control,
.nd-v1-pub .nd-tienda-pub-form textarea.form-control,
.nd-v1-pub .nd-tienda-pub-form .form-control::placeholder {
    font-size: .95rem !important;
    line-height: 1.35 !important;
}
.nd-v1-pub .nd-tienda-pub-form input[type="checkbox"],
.nd-v1-pub .nd-tienda-pub-form input[type="radio"],
.nd-v1-pub .nd-tienda-pub-form .form-check-input,
.nd-v1-pub .nd-tienda-pub-form .form-group input[type="checkbox"] {
    width: 1.05rem !important;
    height: 1.05rem !important;
    min-width: 1.05rem !important;
    min-height: 1.05rem !important;
    max-width: 1.05rem !important;
    max-height: 1.05rem !important;
    margin: .15rem .45rem 0 0 !important;
    accent-color: #d4af37 !important;
    transform: none !important;
}
.nd-v1-pub .nd-tienda-pub-form input[type="date"].form-control {
    min-height: 44px !important;
    font-size: .95rem !important;
    line-height: 1.25 !important;
}
.nd-v1-pub .nd-tienda-pub-form input[type="date"].form-control::-webkit-datetime-edit,
.nd-v1-pub .nd-tienda-pub-form input[type="date"].form-control::-webkit-datetime-edit-fields-wrapper,
.nd-v1-pub .nd-tienda-pub-form input[type="date"].form-control::-webkit-datetime-edit-text,
.nd-v1-pub .nd-tienda-pub-form input[type="date"].form-control::-webkit-datetime-edit-month-field,
.nd-v1-pub .nd-tienda-pub-form input[type="date"].form-control::-webkit-datetime-edit-day-field,
.nd-v1-pub .nd-tienda-pub-form input[type="date"].form-control::-webkit-datetime-edit-year-field,
.nd-v1-pub .nd-tienda-pub-form input[type="date"].form-control::-webkit-datetime-edit-year-field,
.nd-v1-pub .nd-tienda-pub-form input[type="date"]::-webkit-date-and-time-value {
    font-size: .92rem !important;
    line-height: 1.2 !important;
    padding: 0 !important;
}
.nd-v1-pub .nd-tienda-pub-form button.ndv2-modelos-filebtn,
.nd-v1-pub .nd-tienda-pub-form #jbl_photo_btn.ndv2-modelos-filebtn,
.nd-v1-pub .nd-tienda-pub-form #mdl_photo_btn.ndv2-modelos-filebtn,
.nd-v1-pub .nd-tienda-pub-form #jbl_cv_btn.ndv2-modelos-filebtn,
.nd-v1-pub .nd-tienda-pub-form #jbl_photo_clear_btn,
.nd-v1-pub .nd-tienda-pub-form #mdl_photo_clear_btn {
    font-size: .88rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    padding: .55rem 1rem !important;
    min-height: 42px !important;
}
.nd-v1-pub .nd-tienda-pub-form #jbl_photo_name,
.nd-v1-pub .nd-tienda-pub-form #mdl_photo_name,
.nd-v1-pub .nd-tienda-pub-form #jbl_photo_box small,
.nd-v1-pub .nd-tienda-pub-form #mdl_photo_box small,
.nd-v1-pub .nd-tienda-pub-form #jbl_photo_box .form-text,
.nd-v1-pub .nd-tienda-pub-form #mdl_photo_box .form-text,
.nd-v1-pub .nd-tienda-pub-form small.text-muted,
.nd-v1-pub .nd-tienda-pub-form small {
    font-size: .78rem !important;
    line-height: 1.4 !important;
}
.nd-v1-pub .nd-tienda-pub-form.ndv2-modelos-wrap .ndv2-modelos-svc-box .form-check .form-check-label,
.nd-v1-pub .nd-tienda-pub-form.ndv2-modelos-wrap .ndv2-modelos-section-label,
.nd-v1-pub .nd-tienda-pub-form.ndv2-modelos-wrap label.d-block.mb-2 strong,
.nd-v1-pub .nd-tienda-pub-form.ndv2-modelos-wrap .mdl-day-shift-row small,
.nd-v1-pub .nd-tienda-pub-form.ndv2-modelos-wrap .mdl-day-shift-row small strong {
    font-size: .92rem !important;
}
.nd-v1-pub .nd-photo-thumb {
    display: flex;
    flex-direction: column;
    width: 92px;
    margin: 0 .5rem .5rem 0;
    background: #1b1916 !important;
    border: 1px solid var(--nd-line) !important;
    border-radius: 12px;
    overflow: hidden;
    padding: 0 !important;
}
.nd-v1-pub .nd-photo-thumb img {
    width: 92px !important;
    height: 92px !important;
    max-width: 92px !important;
    object-fit: cover;
    display: block;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: zoom-in;
}
.nd-v1-pub .nd-photo-thumb .nd-photo-remove,
.nd-v1-pub .nd-photo-thumb button.btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 34px !important;
    margin: 0 !important;
    padding: .3rem .35rem !important;
    border: 0 !important;
    border-top: 1px solid var(--nd-line) !important;
    border-radius: 0 !important;
    background: #0e0d0c !important;
    color: var(--nd-gold-2) !important;
    font-size: .72rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
}
.nd-v1-pub .nd-photo-loading {
    display: none;
    margin-top: .55rem;
    padding: .55rem .7rem;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, .35);
    background: rgba(212, 175, 55, .1);
    color: var(--nd-gold-2);
    font-size: .82rem !important;
    font-weight: 600;
}
.nd-v1-pub .nd-photo-loading.is-on,
.nd-v1-pub .nd-photo-loading.is-on[hidden] { display: block !important; }
.nd-v1-pub .nd-tienda-pub-form .jbl-sched-copy {
    display: inline-flex !important;
    margin-top: .45rem;
    min-height: 40px !important;
    padding: .35rem .15rem !important;
    font-size: .82rem !important;
    font-weight: 700 !important;
    color: var(--nd-gold-2) !important;
    text-decoration: underline !important;
    background: none !important;
    border: 0 !important;
    width: auto !important;
    cursor: pointer;
}
