﻿:root, [data-bs-theme=light] {
    --bg-color-pink: #ea0074;
    --bg-color-pink-inverse: #fff !important;
}

[data-bs-theme=dark] {
    --bg-color-pink: #ea0074;
    --bg-color-pink-inverse: #fff !important;
}

.btn.btn-pt-pink {
    color: var(--bg-color-pink-inverse);
    border-color: var(--bg-color-pink);
    background-color: var(--bg-color-pink);
}

/* LG breakpoint */
@media (min-width: 992px) {
    .w-lg-30 {
        width: 30% !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }
}

/* Alerts seccion */
#alertDiv {
    position: fixed;
    padding: 15px;
    z-index: 1050;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    #alertDiv {
        width: 100%;
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    #alertDiv {
        width: 25%;
        top: 10px;
        bottom: unset;
        left: unset;
        right: 10px;
        transform: none;
        border-radius: 10px;
    }
}

.required-asterisk {
    color: red;
}

/* Image high */
.fixed-height-image {
    height: 200px;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .fixed-height-image {
        height: 250px;
    }
}

.fixed-height-image-modal {
    height: 360px;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .fixed-height-image-modal {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .chart-size {
        max-width: 170px;
        max-height: 170px;
        width: 170px !important;
        height: 170px !important;
    }
}

@media (max-width: 1199px) {
    .chart-size {
        max-width: 140px;
        max-height: 140px;
        width: 140px !important;
        height: 140px !important;
    }
}

.color-gray {
    color: #a5a5a5
}

.disabled-form input,
.disabled-form select,
.disabled-form textarea,
.disabled-form button {
    pointer-events: none;
    opacity: 0.6;
}

.nav-tabs .nav-link {
    font-size: 1rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: inherit;
    background-color: transparent;
    transition: color 0.3s ease, font-weight 0.3s ease, background-color 0.3s ease;
}

.nav-tabs .tab-highlight[data-important="true"] {
    font-weight: bold;
    color: gray;
}

    .nav-tabs .tab-highlight[data-important="true"][aria-selected="true"] {
        color: inherit;
        font-weight: bold;
        background-color: gold !important;
        border-color: gold !important;
    }

    .nav-tabs .tab-highlight[data-important="true"]:hover {
        color: inherit;
        font-weight: bold !important;
        background-color: #FFD700 !important;
    }

    .nav-tabs .tab-highlight[data-important="true"] .badge-gold {
        background-color: #FFD700;
        color: white;
    }

    .nav-tabs .tab-highlight[data-important="true"]:hover .badge-gold,
    .nav-tabs .tab-highlight[data-important="true"][aria-selected="true"] .badge-gold {
        background-color: #FFD700;
        color: white;
    }

/* Estos estilos aplican para la pantalla de autoenrollment */
/* Estilo para General Data y Tax Data */
.left-section {
    padding: 1rem; /* Espaciado interno */
    border-radius: 8px; /* Bordes redondeados */
}

/* Estilo para Rooms y Photos */
.right-section {
    padding: 1rem; /* Espaciado interno */
}

/* Foto de perfil */
.profile-picture {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Nombre de usuario */
.user-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* Rol o descripción */
.user-role {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

/* Métricas */
.user-stats {
    font-size: 0.875rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

.stat-value {
    font-weight: bold;
    font-size: 1rem;
    display: block;
}

.stat-label {
    font-size: 0.75rem;
    color: #6c757d;
}

/* Navegación */
.user-nav .nav-link {
    color: #007bff;
    font-size: 0.875rem;
    display: block;
    padding: 0.5rem 0;
    text-decoration: none;
    transition: color 0.3s;
}

    .user-nav .nav-link:hover {
        color: #0056b3;
    }

    .user-nav .nav-link.active {
        font-weight: bold;
        color: #0056b3;
    }

.grayscale-filter img {
    filter: grayscale(100%);
    opacity: 0.8;
}

.grayscale-filter .overlay-text {
    filter: none;
}

.text-gold {
    color: #FFC107;
}

.badge-light-gold {
    background-color: #fff3cd;
    color: #d39e00;
    font-weight: 600;
    font-size: 0.875rem;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    min-width: 100px;
}

.ki-bank .path1:before {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .app-header {
        height: 145px !important;
        align-items: stretch;
    }
}