:root {
    --ef-primary: #18b3b9;
    --ef-primary-action: #0f7378;
    --ef-primary-hover: #12878c;
    --ef-primary-soft: rgba(24, 179, 185, 0.14);
    --ef-primary-border: rgba(24, 179, 185, 0.34);
    --ef-secondary: #192e4e;
    --ef-accent: #ee7917;
    --bs-primary: #18b3b9;
    --bs-primary-rgb: 24, 179, 185;
    --bs-link-color: #18b3b9;
    --bs-link-hover-color: #12878c;
}

.content-wrapper a:not(.btn):not(.dropdown-item):not(.page-link):not(.menu-link):not(.nav-link),
.auth-wrapper a:not(.btn),
.layout-page a:not(.btn):not(.dropdown-item):not(.page-link):not(.menu-link):not(.nav-link) {
    color: var(--ef-primary);
}

.content-wrapper a:not(.btn):not(.dropdown-item):not(.page-link):not(.menu-link):not(.nav-link):hover,
.content-wrapper a:not(.btn):not(.dropdown-item):not(.page-link):not(.menu-link):not(.nav-link):focus,
.auth-wrapper a:not(.btn):hover,
.auth-wrapper a:not(.btn):focus,
.layout-page a:not(.btn):not(.dropdown-item):not(.page-link):not(.menu-link):not(.nav-link):hover,
.layout-page a:not(.btn):not(.dropdown-item):not(.page-link):not(.menu-link):not(.nav-link):focus {
    color: var(--ef-primary-hover);
}

.text-primary {
    color: var(--ef-primary) !important;
}

.bg-primary {
    background-color: var(--ef-primary) !important;
}

.border-primary {
    border-color: var(--ef-primary) !important;
}

.bg-label-primary {
    background-color: var(--ef-primary-soft) !important;
    color: var(--ef-secondary) !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--ef-primary-action);
    border-color: var(--ef-primary-action);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(15, 115, 120, 0.32);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff !important;
    background-color: var(--ef-primary-hover) !important;
    border-color: var(--ef-primary-hover) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(24, 179, 185, 0.38) !important;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary.show.dropdown-toggle,
.show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #12878c !important;
    border-color: #12878c !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: var(--ef-primary-action) !important;
    border-color: var(--ef-primary-action) !important;
}

.btn-outline-primary {
    color: var(--ef-primary);
    border-color: var(--ef-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
    color: #fff !important;
    background-color: var(--ef-primary-hover) !important;
    border-color: var(--ef-primary-hover) !important;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link) {
    border-color: var(--ef-primary);
    background-color: var(--ef-primary);
    box-shadow: 0 0.125rem 0.25rem rgba(24, 179, 185, 0.32);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--ef-primary-border);
    box-shadow: 0 0 0.25rem 0.05rem rgba(24, 179, 185, 0.18);
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    color: var(--ef-secondary);
    background-color: var(--ef-primary-soft) !important;
}

.bg-menu-theme .menu-inner > .menu-item.active:before {
    background: var(--ef-primary);
}

.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
    background-color: var(--ef-primary) !important;
    border-color: rgba(24, 179, 185, 0.18) !important;
}

.app-brand .layout-menu-toggle {
    background-color: var(--ef-primary);
}

.bg-footer-theme .footer-link,
.bg-footer-theme .footer-link:hover,
.bg-footer-theme .footer-link:focus,
.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
    color: var(--ef-primary);
}

.header-btn,
.boxed-btn:hover,
#back-top {
    background: var(--ef-primary);
}

.main-header .header-right-btn .header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 27px 31px;
    line-height: 0;
    font-family: "Rubik", sans-serif;
    text-decoration: none !important;
}

.main-header .header-right-btn .header-btn:hover,
.main-header .header-right-btn .header-btn:focus {
    color: #fff !important;
    text-decoration: none !important;
}

.header-btn::before,
.hero-btn::before,
.apply-btn::before,
.main-header .main-menu ul li a::before,
.main-header .main-menu ul ul.submenu > li > a::before {
    background: var(--ef-primary-hover);
}

.main-header .main-menu ul li:hover > a,
.main-header .main-menu ul ul.submenu > li > a:hover,
.boxed-btn,
.single-services:hover .services-caption h3 a {
    color: var(--ef-primary) !important;
}

.boxed-btn {
    border-color: var(--ef-primary);
}

.apply-btn {
    background: var(--ef-accent);
}

.apply-btn::before {
    background: #d86612;
}

#back-top a,
#back-top a:hover,
#back-top a:focus,
#back-top a i {
    color: #fff !important;
}

.ef-auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(24, 179, 185, 0.18), transparent 30%),
        linear-gradient(135deg, var(--ef-secondary) 0%, #10233e 48%, #0f7378 100%);
}

.ef-auth-card {
    border: 0;
    border-radius: 1.15rem;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(16, 35, 62, 0.2);
}

.ef-auth-side {
    min-height: 620px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ef-auth-side--admin {
    background-image:
        linear-gradient(rgba(16, 35, 62, 0.76), rgba(15, 115, 120, 0.6)),
        url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?q=80&w=1200&auto=format&fit=crop");
}

.ef-auth-side--cliente {
    background-image:
        linear-gradient(rgba(16, 35, 62, 0.76), rgba(15, 115, 120, 0.62)),
        url("https://images.unsplash.com/photo-1554224154-26032ffc0d07?q=80&w=1200&auto=format&fit=crop");
}

.ef-auth-panel {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 1.15rem;
    padding: 1.35rem;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.2);
}

.ef-auth-icon {
    width: 58px;
    height: 58px;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.55rem;
    flex-shrink: 0;
}

.ef-auth-title {
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0.25rem;
}

.ef-auth-subtitle,
.ef-auth-footer {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 500;
}

.ef-auth-copy {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
}

.ef-auth-form-icon {
    width: 54px;
    height: 54px;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--ef-primary-action), var(--ef-primary));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: 0 0.75rem 1.6rem rgba(15, 115, 120, 0.24);
    flex-shrink: 0;
}

.ef-auth-heading {
    color: var(--ef-secondary);
    font-weight: 800;
}

.ef-auth-muted {
    color: #64748b;
}

.ef-auth-input-icon {
    color: #94a3b8;
}

.ef-auth-button {
    color: #fff !important;
    background: linear-gradient(135deg, var(--ef-primary-action), var(--ef-primary-hover));
    border: 0;
    box-shadow: 0 0.8rem 1.8rem rgba(15, 115, 120, 0.24);
}

.ef-auth-button:hover,
.ef-auth-button:focus {
    color: #fff !important;
    background: linear-gradient(135deg, #0d6569, var(--ef-primary-action));
    box-shadow: 0 1rem 2rem rgba(15, 115, 120, 0.3);
}

.ef-auth-help {
    border-radius: 1rem;
    background: rgba(24, 179, 185, 0.08);
    border: 1px solid rgba(24, 179, 185, 0.16);
    color: #334155;
}

.ef-auth-feature {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.94rem;
    margin-bottom: 0.65rem;
}

.ef-auth-feature i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .ef-auth-title {
        font-size: 1.55rem;
    }
}

.cliente-login-wrapper.ef-auth-page {
    min-height: 100vh;
}

.cliente-input-group .cliente-input-icon {
    left: 1.05rem;
    width: 1.25rem;
    text-align: center;
}

.cliente-input-group .cliente-input {
    padding-left: 3.65rem !important;
    padding-inline-start: 3.65rem !important;
}

.cliente-input-group .cliente-password-input {
    padding-right: 3rem;
    padding-inline-end: 3rem;
}

/* Fase 3.1: identidad institucional para menú intranet y navbar */
#layout-menu.bg-menu-theme {
    background: #fff;
    border-right: 1px solid rgba(25, 46, 78, 0.08);
    box-shadow: 0.35rem 0 1.5rem rgba(25, 46, 78, 0.04);
}

#layout-menu .app-brand.demo {
    border-bottom: 1px solid rgba(25, 46, 78, 0.08);
}

#layout-menu .app-brand-text {
    color: var(--ef-secondary) !important;
}

#layout-menu .brand-subtitle {
    color: #64748b;
}

.bg-menu-theme .menu-header-text {
    color: #7b8798;
}

.bg-menu-theme .menu-inner > .menu-item > .menu-link,
.bg-menu-theme .menu-sub > .menu-item > .menu-link {
    color: #475569;
}

.bg-menu-theme .menu-inner > .menu-item > .menu-link .menu-icon,
.bg-menu-theme .menu-sub > .menu-item > .menu-link i {
    color: #6b7a90;
}

.bg-menu-theme .menu-inner > .menu-item:not(.active) > .menu-link:hover,
.bg-menu-theme .menu-inner > .menu-item.open:not(.active) > .menu-link,
.bg-menu-theme .menu-sub > .menu-item:not(.active) > .menu-link:hover {
    color: var(--ef-secondary);
    background-color: rgba(24, 179, 185, 0.08) !important;
}

.bg-menu-theme .menu-inner > .menu-item:not(.active) > .menu-link:hover .menu-icon,
.bg-menu-theme .menu-inner > .menu-item.open:not(.active) > .menu-link .menu-icon,
.bg-menu-theme .menu-sub > .menu-item:not(.active) > .menu-link:hover i {
    color: var(--ef-primary-action);
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link,
.bg-menu-theme .menu-inner > .menu-item.open.active > .menu-link {
    color: var(--ef-secondary) !important;
    background: linear-gradient(90deg, rgba(24, 179, 185, 0.18), rgba(24, 179, 185, 0.08)) !important;
    box-shadow: inset 0.25rem 0 0 var(--ef-primary);
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link .menu-icon,
.bg-menu-theme .menu-inner > .menu-item.open.active > .menu-link .menu-icon {
    color: var(--ef-primary-action) !important;
}

.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
    color: var(--ef-secondary) !important;
    background-color: rgba(24, 179, 185, 0.1) !important;
}

.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) i {
    color: var(--ef-primary-action) !important;
}

/* Navegación intranet: jerarquía funcional y estados accesibles. */
#layout-menu.ef-sidebar .app-brand.demo {
    height: 68px;
    padding-inline: 1.15rem;
    background: linear-gradient(180deg, rgba(24, 179, 185, 0.035), rgba(255, 255, 255, 0));
}

#layout-menu.ef-sidebar .menu-inner {
    padding: .45rem .65rem 1rem !important;
}

#layout-menu.ef-sidebar .menu-header {
    min-height: auto;
    margin: 1.05rem .35rem .35rem;
    padding: 0 .55rem;
}

#layout-menu.ef-sidebar .menu-header:first-child {
    margin-top: .55rem;
}

#layout-menu.ef-sidebar .menu-header::before,
#layout-menu.ef-sidebar .menu-sub > .menu-item > .menu-link::before {
    display: none !important;
}

#layout-menu.ef-sidebar .menu-header-text {
    color: #7b8798;
    font-size: .66rem;
    font-weight: 750;
    letter-spacing: .09em;
    line-height: 1.25;
}

#layout-menu.ef-sidebar .menu-inner > .menu-item,
#layout-menu.ef-sidebar .menu-sub > .menu-item {
    margin: .14rem 0;
}

#layout-menu.ef-sidebar .menu-inner > .menu-item > .menu-link {
    display: flex;
    min-height: 2.75rem;
    padding: .68rem .78rem;
    border-radius: .72rem;
    align-items: center;
    font-weight: 400;
    transition: color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

#layout-menu.ef-sidebar .menu-inner > .menu-item > .menu-link.menu-toggle {
    padding-right: 3rem;
    font-weight: 500;
}

#layout-menu.ef-sidebar .menu-inner > .menu-item.open > .menu-link.menu-toggle {
    font-weight: 500;
}

#layout-menu.ef-sidebar .menu-link > .text-truncate {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

#layout-menu.ef-sidebar .menu-inner > .menu-item > .menu-link .menu-icon {
    width: 1.35rem;
    flex: 0 0 1.35rem;
    margin-right: .72rem;
    font-size: 1.18rem;
    text-align: center;
}

#layout-menu.ef-sidebar .menu-toggle::after {
    width: 1.25rem;
    margin-left: auto;
    right: .9rem;
    font-size: 1.125rem;
    text-align: center;
    transition: transform .18s ease;
}

#layout-menu.ef-sidebar .menu-sub {
    margin: .2rem 0 .4rem .9rem;
    padding-left: .45rem;
    border-left: 1px solid rgba(15, 115, 120, .13);
}

#layout-menu.ef-sidebar .menu-sub > .menu-item > .menu-link {
    display: flex;
    min-height: 2.45rem;
    padding: .58rem .65rem;
    border-radius: .62rem;
    font-size: .86rem;
    font-weight: 400;
    line-height: 1.25;
}

#layout-menu.ef-sidebar .menu-sub > .menu-item > .menu-link .text-truncate {
    display: flex;
    align-items: center;
    gap: .45rem;
}

#layout-menu.ef-sidebar .menu-sub > .menu-item > .menu-link .text-truncate i {
    width: 1rem;
    flex: 0 0 1rem;
    margin-right: 0 !important;
    text-align: center;
}

#layout-menu.ef-sidebar .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
    box-shadow: inset 3px 0 0 var(--ef-primary);
}

#layout-menu.ef-sidebar .menu-item.active > .menu-link:not(.menu-toggle),
#layout-menu.ef-sidebar .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
    font-weight: 600;
}

#layout-menu.ef-sidebar .menu-link:focus-visible,
#layout-menu.ef-sidebar .layout-menu-toggle:focus-visible {
    outline: 2px solid rgba(15, 115, 120, .55);
    outline-offset: 2px;
}

#layout-menu.ef-sidebar .menu-link[aria-current="page"] {
    font-weight: 720;
}

@media (max-width: 1199.98px) {
    #layout-menu.ef-sidebar .menu-inner > .menu-item > .menu-link {
        min-height: 2.9rem;
    }

    #layout-menu.ef-sidebar .menu-sub > .menu-item > .menu-link {
        min-height: 2.65rem;
    }
}

.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu.ef-sidebar .brand-subtitle,
.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu.ef-sidebar .menu-header-text {
    opacity: 0;
    pointer-events: none;
}

#layout-navbar.bg-navbar-theme {
    border: 1px solid rgba(25, 46, 78, 0.08);
    border-bottom: 1px solid rgba(24, 179, 185, 0.2);
    box-shadow: 0 0.5rem 1.4rem rgba(25, 46, 78, 0.06);
}

#layout-navbar .nav-link {
    color: #475569;
}

#layout-navbar .nav-link:hover,
#layout-navbar .nav-link:focus {
    color: var(--ef-primary-action);
}

#layout-navbar .avatar.avatar-online::after {
    border-color: #fff;
    background-color: var(--ef-primary);
    box-shadow: 0 0 0 0.12rem rgba(24, 179, 185, 0.18);
}

#layout-navbar .navbar-user-name.fw-semibold {
    color: var(--ef-secondary) !important;
}

/* Fase 3.2: dashboard principal intranet */
.ef-dashboard {
    color: #334155;
}

.ef-dashboard .ef-dashboard-hero {
    border: 1px solid rgba(25, 46, 78, 0.08) !important;
    background:
        linear-gradient(135deg, rgba(24, 179, 185, 0.1), rgba(255, 255, 255, 0) 42%),
        #fff;
    box-shadow: 0 1rem 2.25rem rgba(25, 46, 78, 0.08) !important;
}

.ef-dashboard .ef-dashboard-hero .card-body {
    position: relative;
}

.ef-dashboard .ef-dashboard-hero .card-body::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.28rem;
    background: linear-gradient(180deg, var(--ef-primary), var(--ef-primary-action));
    border-radius: 0.375rem 0 0 0.375rem;
}

.ef-dashboard .ef-dashboard-eyebrow {
    color: var(--ef-primary-action);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.ef-dashboard .ef-dashboard-title {
    color: var(--ef-secondary);
    font-weight: 800;
}

.ef-dashboard .ef-dashboard-subtitle {
    color: #64748b !important;
}

.ef-dashboard .ef-hero-metric {
    min-width: 9.5rem;
    padding: 0.75rem 0.95rem;
    border: 1px solid rgba(25, 46, 78, 0.07);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.74);
}

.ef-dashboard .ef-kpi-card,
.ef-dashboard .ef-dashboard-card {
    border: 1px solid rgba(25, 46, 78, 0.08);
    box-shadow: 0 0.7rem 1.7rem rgba(25, 46, 78, 0.055);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ef-dashboard .ef-kpi-card {
    position: relative;
    overflow: hidden;
}

.ef-dashboard .ef-kpi-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 0.22rem;
    background: linear-gradient(90deg, var(--ef-primary), rgba(24, 179, 185, 0));
}

.ef-dashboard .ef-kpi-card:hover,
.ef-dashboard .ef-dashboard-card:hover {
    border-color: rgba(24, 179, 185, 0.24);
    box-shadow: 0 1rem 2.2rem rgba(25, 46, 78, 0.08);
    transform: translateY(-1px);
}

.ef-dashboard .ef-kpi-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.ef-dashboard .ef-kpi-icon {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ef-primary-action);
    background: rgba(24, 179, 185, 0.1);
    font-size: 1.25rem;
    flex: 0 0 auto;
}

.ef-dashboard .ef-kpi-value {
    color: var(--ef-secondary);
    letter-spacing: 0;
}

.ef-dashboard .ef-kpi-label {
    color: #64748b !important;
    font-weight: 700;
}

.ef-dashboard .ef-dashboard-card .card-header {
    border-bottom-color: rgba(25, 46, 78, 0.07);
    background: linear-gradient(180deg, rgba(24, 179, 185, 0.045), rgba(255, 255, 255, 0));
}

.ef-dashboard .ef-dashboard-card .card-header h5 {
    color: var(--ef-secondary);
    font-weight: 800;
}

.ef-dashboard .progress {
    background-color: rgba(25, 46, 78, 0.08);
}

.ef-dashboard .progress-bar:not(.bg-success):not(.bg-warning):not(.bg-danger):not(.bg-info) {
    background-color: var(--ef-primary-action);
}
.ef-anuncios .card{border:0;box-shadow:0 .125rem .5rem rgba(67,89,113,.08)}
.ef-anuncios .ef-anuncios-kpi{display:flex;align-items:center;justify-content:space-between;gap:.85rem;height:100%;min-height:104px;padding:1rem 1.05rem;border:1px solid rgba(15,115,120,.13);border-radius:1rem;background:linear-gradient(145deg,#fff 55%,rgba(24,179,185,.045));box-shadow:0 .125rem .5rem rgba(67,89,113,.06)}
.ef-anuncios .ef-anuncios-kpi-content{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;justify-content:center;gap:.3rem}
.ef-anuncios .ef-anuncios-kpi-label{color:#64748b;font-size:.76rem;font-weight:750;line-height:1.25;text-transform:uppercase;letter-spacing:.025em}
.ef-anuncios .ef-anuncios-kpi-value{color:#243447;font-size:1.45rem;font-weight:800;line-height:1}
.ef-anuncios .ef-anuncios-kpi-icon{display:inline-flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;border-radius:.8rem;background:rgba(15,115,120,.1);color:#0f7378;font-size:1.25rem;line-height:1}
.ef-anuncios .ef-anuncios-table-card,.ef-anuncios .ef-anuncios-table-card>.card-body{overflow:visible}
.ef-anuncios table.dataTable{border-color:#edf2f7}
.ef-anuncios table.dataTable thead th{padding:.78rem .65rem;border-bottom:1px solid #c8e3e5;background:#f1f8f8;color:#0f7378;font-size:.72rem;font-weight:800;text-transform:uppercase;white-space:nowrap}
.ef-anuncios table.dataTable tbody td{padding:.78rem .65rem;border-color:#edf2f7;vertical-align:middle}
.ef-anuncios table.dataTable tbody tr:hover{background:rgba(15,115,120,.025)}
.ef-anuncios .dataTables_wrapper>.row{margin-right:0;margin-left:0;align-items:center;row-gap:.65rem}
.ef-anuncios .dataTables_wrapper>.row:first-child{padding-bottom:.8rem}
.ef-anuncios .dataTables_wrapper>.row:last-child{padding-top:.8rem}
.ef-anuncios .dataTables_paginate .pagination{margin:0;justify-content:flex-end;flex-wrap:wrap;gap:.15rem}
.ef-anuncios table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before,.ef-anuncios table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control::before{background:transparent!important;border:0!important;box-shadow:none!important;color:#0f7378!important;cursor:pointer;font-size:14px;font-weight:800;line-height:1;top:50%;transform:translateY(-50%)}
.ef-anuncios table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control::before,.ef-anuncios table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control::before{background:transparent!important;border:0!important;box-shadow:none!important;color:#0f7378!important}
.ef-anuncios table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:focus-visible{outline:2px solid rgba(15,115,120,.45);outline-offset:-3px;border-radius:.35rem}
.ef-anuncios .ef-anuncios-actions{display:inline-flex}
.ef-anuncios .ef-anuncios-action-trigger{display:inline-flex;width:36px;height:36px;padding:0;align-items:center;justify-content:center;border:1px solid rgba(15,115,120,.25);border-radius:.65rem;background:rgba(15,115,120,.06);color:#0f7378;font-size:1.25rem;line-height:1;box-shadow:none}
.ef-anuncios .ef-anuncios-action-trigger::after{display:none!important}
.ef-anuncios .ef-anuncios-action-trigger:hover,.ef-anuncios .ef-anuncios-action-trigger[aria-expanded="true"]{border-color:rgba(15,115,120,.45);background:rgba(15,115,120,.13);color:#0b5d61}
.ef-anuncios .ef-anuncios-action-trigger:focus{box-shadow:none}
.ef-anuncios .ef-anuncios-action-trigger:focus-visible{outline:2px solid rgba(15,115,120,.45);outline-offset:2px}
.ef-anuncios .dropdown-menu{z-index:1080}
.ef-anuncios .ef-anuncios-message,.ef-anuncios-detail .ef-anuncios-message{white-space:pre-line;overflow-wrap:anywhere;line-height:1.65}
.ef-anuncios .ef-anuncios-hero{display:block;width:100%;max-height:360px;object-fit:contain;background:#f7f8fa}
.ef-anuncios .ef-anuncios-image-preview{display:block;max-width:420px;width:100%;max-height:260px;object-fit:contain;border-radius:.5rem;background:#f7f8fa}
.ef-anuncios .ef-anuncios-preview-modal{max-width:720px;margin-inline:auto}
.ef-anuncios .ef-anuncios-phone{max-width:360px;margin-inline:auto;padding:1rem;border:.5rem solid #233446;border-radius:1.75rem;background:#f5f5f9}
.ef-anuncios .btn-close-sm{font-size:.55rem;margin-left:.2rem}
@media(max-width:767.98px){.ef-anuncios .ef-anuncios-kpi{min-height:96px;padding:.85rem}.ef-anuncios .ef-anuncios-kpi-label{font-size:.68rem}.ef-anuncios .ef-anuncios-kpi-value{font-size:1.25rem}.ef-anuncios .ef-anuncios-kpi-icon{width:38px;height:38px;flex-basis:38px}.ef-anuncios .dataTables_wrapper>.row:last-child>div{text-align:center!important}.ef-anuncios .dataTables_paginate .pagination{justify-content:center;margin-top:.35rem}}
@media(max-width:575.98px){.ef-anuncios.container-xxl{padding-inline:.75rem}.ef-anuncios .card-body{padding:1rem}.ef-anuncios h4{font-size:1.2rem}.ef-anuncios .ef-anuncios-hero{max-height:240px}.ef-anuncios .dropdown-menu{max-width:calc(100vw - 2rem)}}
.ef-mis-anuncios .card{border:0;box-shadow:0 .125rem .55rem rgba(67,89,113,.09)}
.ef-mis-anuncios .ef-announcement-card{overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
.ef-mis-anuncios .ef-announcement-card:hover{transform:translateY(-2px);box-shadow:0 .5rem 1.25rem rgba(67,89,113,.12)}
.ef-mis-anuncios .ef-announcement-thumb{width:100%;height:190px;object-fit:cover;background:#f5f7f9}
.ef-mis-anuncios .ef-announcement-summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;white-space:pre-line}
.ef-mis-anuncios .ef-announcement-empty{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:1rem;background:rgba(15,115,120,.1);color:#0f7378;font-size:1.6rem}
.ef-mis-anuncios .ef-announcement-detail{max-width:860px;overflow:hidden}
.ef-mis-anuncios .ef-announcement-detail-image{display:block;width:100%;max-height:430px;object-fit:contain;background:#f5f7f9}
.ef-announcement-message{white-space:pre-line;overflow-wrap:anywhere;line-height:1.7}
.ef-announcement-modal .modal-dialog{max-width:680px}
.ef-announcement-modal .modal-content{overflow:hidden;border:0;border-radius:1rem;box-shadow:0 1rem 3rem rgba(35,52,70,.2)}
.ef-announcement-modal .modal-body{max-height:min(62vh,560px);overflow-y:auto;overflow-x:hidden}
.ef-announcement-modal-image{display:block;width:100%;max-height:320px;margin-bottom:1rem;object-fit:contain;border-radius:.75rem;background:#f5f7f9}
#misAnunciosNavLink{position:relative}
@media(max-width:575.98px){.ef-mis-anuncios.container-xxl{padding-inline:.75rem}.ef-mis-anuncios .ef-announcement-thumb{height:165px}.ef-mis-anuncios .ef-announcement-detail .card-body{padding:1.1rem!important}.ef-announcement-modal .modal-dialog{margin:.55rem}.ef-announcement-modal .modal-body{max-height:58vh}.ef-announcement-modal .modal-footer{flex-wrap:wrap}.ef-announcement-modal .modal-footer>*{flex:1 1 auto}.ef-announcement-nav{margin-right:0!important}#layout-navbar .dropdown-user .avatar,#layout-navbar .dropdown-user .avatar img{width:38px!important;height:38px!important;min-width:38px!important;margin-right:0!important}}
