.auth-bg-cover {
    background: none;
}

.card-danger-soft {
    background-color: #fdecec;
    border: 1px solid #f3c2c2;
}
.card-danger-soft .card-header {
    background-color: transparent;
    border-bottom: 1px solid #f3c2c2;
}
.card-danger-soft .card-title {
    color: #a12828;
}
/* ===== CountDown ===== */
.countdownHolder{
    width:450px;
    margin:0 auto;
    font: 40px/1.5 'Open Sans Condensed',sans-serif;
    text-align:center;
    letter-spacing:-3px;
}

.position{
    display: inline-block;
    height: 1.6em;
    overflow: hidden;
    position: relative;
    width: 1.05em;
}

.digit{
    position:absolute;
    display:block;
    width:1em;
    background-color:#444;
    border-radius:0.2em;
    text-align:center;
    color:#fff;
    letter-spacing:-1px;
}

.digit.static{
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);

    background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.5, #3A3A3A),
            color-stop(0.5, #444444)
    );
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
    display:inline-block;
    width:16px;
    height:1.6em;
    position:relative;
}

.countDiv:before,
.countDiv:after{
    position:absolute;
    width:5px;
    height:5px;
    background-color:#444;
    border-radius:50%;
    left:50%;
    margin-left:-3px;
    top:0.5em;
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
    content:'';
}

.countDiv:after{
    top:0.9em;
}
.clock-fixed{
    position: fixed;
    width: 450px;
    height: 100px;
    top:10px;
    right: 50px;
    z-index: 9999;
}

.clock-fixed .countDays, .clock-fixed .countDiv0 {
    display: none
}
/* ===== Curriculum stepper ===== */
.steps-progress-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7280;
}
.steps-progress-value {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
}
.progress.steps-progress-bar {
    height: 6px;
    background: #eef2f5;
    border-radius: 999px;
    overflow: hidden;
}
.progress.steps-progress-bar .progress-bar {
    background: #ef8b1e;
    border-radius: 999px;
    transition: width 0.4s ease, background-color 0.3s ease;
}
.progress.steps-progress-bar .progress-bar.is-complete {
    background: #22c55e;
}

.steps-nav {
    gap: 6px;
}
.steps-nav .step-item {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    text-align: left !important;
    color: #1a1a1a !important;
    position: relative;
    font-weight: 500;
    box-shadow: none;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.steps-nav .step-item + .step-item::before {
    content: "";
    position: absolute;
    left: 29px;
    top: -7px;
    width: 2px;
    height: 8px;
    background: #e5e7eb;
}
.steps-nav .step-item.done + .step-item::before,
.steps-nav .step-item + .step-item.done::before {
    background: #22c55e;
}
.steps-nav .step-item:hover {
    background: #f9fafb !important;
    border-color: #d1d5db !important;
}
.steps-nav .step-item.active {
    background: #fff7ed !important;
    border-color: #fdba74 !important;
    box-shadow: 0 2px 6px rgba(239, 139, 30, 0.12);
}
.step-circle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eef2f5;
    color: #6b7280;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    border: 1px solid #dde3ea;
    line-height: 1;
}
.step-item.active .step-circle {
    background: #ef8b1e;
    color: #ffffff;
    border-color: #ef8b1e;
    box-shadow: 0 0 0 4px rgba(239, 139, 30, 0.18);
}
.step-item.done .step-circle {
    background: #22c55e;
    color: #ffffff;
    border-color: #22c55e;
}
.step-item.done.active .step-circle {
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}
.step-check {
    display: none;
    font-size: 1rem;
}
.step-item.done .step-number { display: none; }
.step-item.done .step-check { display: inline; }
.step-label {
    flex: 1;
    min-width: 0;
    color: #1a1a1a;
    font-weight: 500;
    line-height: 1.25;
    white-space: normal;
}
.step-item.active .step-label {
    font-weight: 600;
}
.step-status {
    flex-shrink: 0;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    white-space: nowrap;
}
.step-status::after { content: "Pendiente"; }
.step-item.done .step-status {
    background: #dcfce7;
    color: #15803d;
}
.step-item.done .step-status::after { content: "Completado"; }

.vertical-navs-step .col-lg-9 { display: flex; flex-direction: column; }
.vertical-navs-step .col-lg-9 > .px-lg-4 { flex: 1; display: flex; flex-direction: column; }
.wizard-footer {
    border-top: 1px solid #e5e7eb;
    margin-top: auto !important;
}
.wizard-footer .wizard-btn-next {
    background: #ef8b1e;
    border-color: #ef8b1e;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 20px;
}
.wizard-footer .wizard-btn-next:hover,
.wizard-footer .wizard-btn-next:focus {
    background: #d87610;
    border-color: #d87610;
    color: #ffffff;
}

/* ===== Detalle de aviso (panel "Ver detalles y postular") ===== */
.aviso-detalle .aviso-hero {
    background: #eef1f4;
    border: 1px solid #e2e6ec;
    border-radius: 12px;
    padding: 26px 20px 24px;
    margin-bottom: 22px;
}
.aviso-hero-area {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #5c6b78;
}
.aviso-hero-titulo {
    font-weight: 700;
    color: #2f3a44;
    margin-bottom: 14px;
}
.aviso-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.aviso-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 15px;
    background: #ffffff;
    border: 1px solid #dfe4ea;
    border-radius: 14px;
    font-size: 0.8125rem;
    color: #5c6b78;
}
.aviso-chip i {
    font-size: 1rem;
    line-height: 1;
    color: #8b97a3;
}
.aviso-chip.aviso-chip-fecha {
    background: #fef3e8;
    border-color: #f4b57f;
    color: #9a4d0b;
}
.aviso-chip.aviso-chip-fecha i {
    color: #f47b20;
}
.aviso-chip.aviso-chip-fecha strong {
    font-weight: 700;
}
.aviso-btn-postular {
    background: #f47b20;
    border: 1px solid #f47b20;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 24px;
    padding: 10px 38px;
}
.aviso-btn-postular:hover,
.aviso-btn-postular:focus {
    background: #dd6a12;
    border-color: #dd6a12;
}
.aviso-hero .aviso-btn-postular {
    margin-top: 18px;
}
.aviso-seccion {
    margin-bottom: 18px;
}
.aviso-seccion-titulo {
    font-size: 0.95rem;
    font-weight: 700;
    color: #333e48;
    border-bottom: 1px solid #e6e9ee;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.aviso-seccion-contenido {
    color: #5c6b78;
    line-height: 1.6;
}
.aviso-seccion-contenido p {
    margin: 0 0 10px;
}
.aviso-seccion-contenido p:empty {
    display: none;
}
.aviso-seccion-contenido p:last-child,
.aviso-seccion-contenido ul:last-child,
.aviso-seccion-contenido ol:last-child {
    margin-bottom: 0;
}
.aviso-seccion-contenido ul,
.aviso-seccion-contenido ol {
    margin: 0 0 10px;
    padding-left: 1.4rem;
}
.aviso-seccion-contenido li {
    margin-bottom: 4px;
}
.aviso-callout {
    background: #f3f5f7;
    border: 1px solid #e4e8ee;
    border-radius: 12px;
    padding: 20px 24px;
    margin-top: 24px;
}
.aviso-callout-texto {
    color: #45525d;
    margin-bottom: 14px;
}
.aviso-share {
    background: #ffffff;
    border: 1px solid #e4e8ee;
    border-radius: 12px;
    padding: 20px 24px;
    margin-top: 16px;
}
.aviso-share-titulo {
    font-size: 0.9rem;
    font-weight: 700;
    color: #2f3a44;
    margin-bottom: 2px;
}
.aviso-share-texto {
    font-size: 0.8rem;
    color: #7a8793;
    margin-bottom: 14px;
}
.aviso-btn-compartir {
    background: #0e6f64;
    border: 1px solid #0e6f64;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 22px;
    padding: 8px 30px;
}
.aviso-btn-compartir:hover,
.aviso-btn-compartir:focus {
    background: #0b5a51;
    border-color: #0b5a51;
}
@media (max-width: 575.98px) {
    .aviso-detalle .aviso-btn-postular,
    .aviso-detalle .aviso-btn-compartir {
        display: block;
        width: 100%;
    }
}

/* ===== Toggle del menú: mantener icono hamburguesa también con el menú colapsado
   (el tema lo transforma en una flecha cuando tiene la clase .open) ===== */
.hamburger-icon.open {
    transform: none;
}
.hamburger-icon.open span:nth-child(1) {
    right: 0;
    top: 0;
    width: 80%;
    transform: none;
}
.hamburger-icon.open span:nth-child(2) {
    right: 0;
    top: 6px;
    width: 100%;
    transform: none;
}
.hamburger-icon.open span:nth-child(3) {
    right: 0;
    top: auto;
    bottom: 0;
    width: 60%;
    transform: none;
}