/* Header principal personalizado para Gerencia Visual del Talento */
.header-hopeui {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    z-index: 100;
    position: relative;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.header-hopeui .navbar-inner,
.header-hopeui .iq-navbar-custom {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 0.5rem 1.5rem;
    gap: 18px;
}

.header-hopeui .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-hopeui .logo-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 0 10px;
    letter-spacing: 0.01em;
}


.header-hopeui .input-group.search-input {
    max-width: 320px;
    margin-left: 2rem;
    background: #f6f6f6;
    border-radius: 20px;
    padding: 0 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    border: 1px solid #e0e0e0;
    min-width: 180px;
}
.header-hopeui .search-input .form-control {
    border: none;
    background: transparent;
    border-radius: 20px;
    box-shadow: none;
    padding: 0.375rem 1.25rem;
    font-size: 1rem;
    color: #222;
}
.header-hopeui .search-input .form-control::placeholder {
    color: #8fa2b7;
    opacity: 1;
    font-size: 0.98rem;
}
.header-hopeui .search-input .input-group-text {
    background: transparent;
    border: none;
    color: #00b5e5;
    font-size: 1.25rem;
}

.header-hopeui .navbar-list {
    gap: 10px;
}
.header-hopeui .navbar-list .nav-link {
    color: #00b5e5;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    font-size: 1.08rem;
    position: relative;
    display: flex;
    align-items: center;
}
.header-hopeui .navbar-list .nav-link:hover,
.header-hopeui .navbar-list .nav-link:focus {
    background: #e6f7fb;
    color: #009dc7;
}

.header-hopeui .navbar-list .nav-link svg,
.header-hopeui .navbar-list .nav-link i {
    color: #00b5e5;
    font-size: 1.3rem;
    margin-right: 0.35rem;
}

.header-hopeui .dropdown-menu {
    font-size: 0.98rem;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    border: 1px solid #eaeaea;
    padding: 0.5rem 0;
}

.header-hopeui .avatar,
.header-hopeui .avatar-rounded,
.header-hopeui .avatar-50 {
    border: 2px solid #00b5e5;
    /*width: 44px !important;
    height: 44px !important;*/
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,181,229,0.10);
}

.header-hopeui .caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
.header-hopeui .caption-title,
.header-hopeui .user-name {
    font-size: 1.10rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 2px;
}
.header-hopeui .caption-sub-title,
.header-hopeui .user-role {
    color: #00b5e5;
    font-size: 0.99rem;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.header-hopeui .bg-danger.dots {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #ff4d4f !important;
    position: absolute;
    top: 8px;
    right: 6px;
    border: 2px solid #fff;
}

.header-hopeui .iq-sub-card {
    transition: background 0.2s;
}
.header-hopeui .iq-sub-card:hover {
    background: #e6f7fb;
}

@media (max-width: 1199px) {
    .header-hopeui .logo-normal img {
        max-width: 120px;
    }
    .header-hopeui .logo-title {
        font-size: 1.08rem;
    }
}

@media (max-width: 576px) {
    .header-hopeui .logo-normal img {
        max-width: 80px;
    }
}

.header-hopeui .dropdown-menu {
    font-size: 0.98rem;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border: 1px solid #eaeaea;
}

.header-hopeui .avatar,
.header-hopeui .avatar-rounded {
    border: 2px solid #00b5e5;
   /* width: 44px;
    height: 44px;*/
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
}

.header-hopeui .caption-title,
.header-hopeui .user-name {
    font-size: 1.08rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}
.header-hopeui .caption-sub-title,
.header-hopeui .user-role {
    color: #888;
    font-size: 0.97rem;
    margin-bottom: 0;
}

.header-hopeui .bg-danger.dots {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #ff4d4f !important;
    position: absolute;
    top: 8px;
    right: 6px;
    border: 2px solid #fff;
}

.header-hopeui .iq-sub-card {
    transition: background 0.2s;
}
.header-hopeui .iq-sub-card:hover {
    background: #f8fbfd;
}

@media (max-width: 1199px) {
    .header-hopeui .logo-normal img {
        max-width: 120px;
    }
    .header-hopeui .logo-title {
        font-size: 1.08rem;
    }
}

@media (max-width: 576px) {
    .header-hopeui .logo-normal img {
        max-width: 80px;
    }
}

.header-hopeui .iq-navbar-custom {
    padding: 0.5rem 1.5rem;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-hopeui .navbar-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}
.header-hopeui .logo-main {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-hopeui .logo-normal img {
    max-width: 170px;
    height: auto;
}
.header-hopeui .logo-mini img {
    max-width: 40px;
    height: auto;
}
.header-hopeui .logo-title {
    margin: 0 0 0 10px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
}
.header-hopeui .sidebar-toggle {
   
    background: #00b5e5 !important;
    color: #fff !important;
    
    transition: background 0.2s;
}
.header-hopeui .sidebar-toggle:hover {
    background: #009dc7 !important;
}

.header-hopeui .input-group.search-input {
    max-width: 320px;
    margin-left: 2rem;
    border-radius: 0px;
    background: #ffffff;
    padding: 0 10px;
}
.header-hopeui .search-input .form-control {
    border: none;
    background: transparent;
    border-radius: 20px;
    box-shadow: none;
    padding: 0.375rem 1.25rem;
}
.header-hopeui .search-input .input-group-text {
    background: transparent;
    border: none;
    color: #888;
}
.header-hopeui .navbar-nav {
    align-items: center;
    gap: 8px;
}
.header-hopeui .navbar-list {
    margin-bottom: 0;
}
.header-hopeui .nav-link {
    color: #444;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}
.header-hopeui .nav-link:hover,
.header-hopeui .nav-link:focus {
    background: #f2f2f2;
    color: #00b5e5;
}
.header-hopeui .dropdown-menu {
    font-size: 0.98rem;
}
.header-hopeui .user-info {
    gap: 0.75rem;
    display: flex;
    align-items: center;
}
.header-hopeui .user-name {
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}
.header-hopeui .user-role {
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 0;
}
.header-hopeui .avatar {
    border: 2px solid #00b5e5;
    /*width: 40px;
    height: 40px;*/
    object-fit: cover;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .header-hopeui .logo-normal img {
        max-width: 120px;
    }
    .header-hopeui .logo-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .header-hopeui .logo-normal img {
        max-width: 80px;
    }
}

body {
    background-color: #f3f4f8 !important;
}

