.s-9 {
    font-size: 0.563rem;
}

.s-10 {
    font-size: 0.625rem;
}

.s-11 {
    font-size: 0.688rem;
}

.s-12 {
    font-size: 0.75rem;
}

.s-13 {
    font-size: 0.813rem;
}

.s-14p {
    font-size: 14px;
}

/* 13px */
.s-14 {
    font-size: 0.875rem;
}

.lh-13 {
    line-height: 1.3;
}

/* 14px */
.modals-home .modal-content {
    background: transparent;
}

.cg-10 {
    column-gap: 10px;
}

#button-menu:hover {
    cursor: pointer;
}

#hero-0 {
    padding-top: 80px;
}

#menu .nav-link {
    font-size: 15px;
    color: #6c757d;
}

.color-border-hr {
    border: 1px solid #101231;
    opacity: 1;
}

.card-step {
    background: #F6F5F7;
    border-radius: 10px;
}

.card-step:hover {
    background: #dfdfdf;
}

.color-pink {
    color: #974495
}

.color-primary {
    color: #050a2e;
}

#header-web {
    background-color: #050a2e !important;
}

.btn-theme-second {
    background-color: #6ecae4 !important;
    border: none;
}

.navbar-dark .wsmenu>.wsmenu-list>li>a.h-link {
    color: white !important;
}

.btn--theme-secondary {
    color: #fff !important;
    border-color: #6ecae4 !important;
    background-color: #6ecae4 !important;
}

.btn--theme-secondary:hover {
    color: #6ecae4 !important;
    border-color: #6ecae4 !important;
    background-color: transparent !important;
}

.wsmobileheader {
    background-color: #050a2e !important;
}

.wsmenu-list {
    background: #6ecae4 !important;
}

.progress {
    height: 3px;
    background: #C8C9CF;
}

.progress-bar {
    background: #AE419C;
}

.bg-button-profile {
    background-color: #F2F3F7 !important;
    color: #353f4f !important;
    border-color: #F2F3F7 !important;
}

@media screen and (max-width:1200px) {
    .text-menu {
        display: none;
    }

    #sidebar-profile,
    #sidebar-dash {
        padding-right: 0px;
    }

    #sidebar-dash ul li a span img,
    #sidebar-dash ul li a span svg,
    #sidebar-profile ul li a span img,
    #sidebar-profile ul li a span svg {
        margin-right: 0px !important;
    }

    #sidebar-profile ul li,
    #sidebar-dash ul li {
        text-align: center;
    }

    #sidebar-profile ul,
    #sidebar-dash ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}
/* Estilos para el indicador de seguridad de contraseña */
#progress-security .progress {
    height: 8px;
    border-radius: 4px;
    background-color: #e9ecef;
    overflow: hidden;
}

#progress-security .progress-bar {
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
    height: 100%;
}

#progress-security #percent-sec {
    font-weight: 600;
    color: #495057;
}

/* Fix para el botón con hover--tra-black - asegurar visibilidad en hover */
/* Cuando el botón tiene hover--tra-black, el fondo se vuelve transparente/blanco,
   por lo tanto el texto debe ser oscuro para tener contraste */
.btn--theme.hover--tra-black:hover {
    color: #353f4f!important;
    background-color: transparent!important;
    border-color: #353f4f!important;
}

/* ============================================
   FLOATING TOOLS MODAL
   ============================================ */
.tools-floating-modal {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    min-width: 320px;
    max-width: 450px;
    width: auto;
    max-height: 80vh;
    overflow: hidden;
}

.modal-header-drag {
    background: linear-gradient(90deg, #6ECAE4 50%, #449CD0 100%);
    color: white;
    padding: 12px 16px;
    cursor: move;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-title-tools {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.btn-close-modal {
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0 8px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.btn-close-modal:hover {
    opacity: 1;
}

.modal-body-tools {
    padding: 16px;
    overflow-y: auto;
    max-height: calc(80vh - 48px);
}

/* Ajustes mínimos para los collapse dentro del modal */
.tools-floating-modal .collapse {
    margin-bottom: 0;
}

.tools-floating-modal .card {
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: none;
    margin-bottom: 0;
}

.tools-floating-modal .card-body {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 0.25rem;
    margin-bottom: 0;
}

/* Mantener el container del degradé tal como está */
.tools-floating-modal .container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Mantener los tamaños de fuente originales */
.tools-floating-modal h4,
.tools-floating-modal h5 {
    margin-bottom: 0.5rem;
}

/* Responsividad */
@media (max-width: 768px) {
    .tools-floating-modal {
        min-width: 280px;
        max-width: 95vw;
    }

    .modal-body-tools {
        padding: 12px;
    }
}

/* ============================================
   HOVER EFFECT PARA BOTONES DE BARRA LATERAL
   ============================================ */
.form-control.flex-row-center.text-black:hover {
    background-color: #6ecae4 !important;
    color: white !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.form-control.flex-row-center.text-black {
    transition: all 0.3s ease;
}

/* Efecto hover para iconos dentro de estos botones */
.form-control.flex-row-center.text-black:hover .material-symbols-outlined {
    color: white !important;
}

/* ============================================
   MENU CONTEXTUAL (BOTÓN DERECHO EN CANVAS)
   ============================================ */
.content-dropmenu.dropdown-menu {
    font-size: 12px !important; /* Reducir tamaño de fuente */
}

.content-dropmenu .dropdown-item {
    padding: 0.35rem 0.75rem !important; /* Reducir padding (era 0.5rem 1rem por defecto) */
    font-size: 12px !important;
}

.content-dropmenu .dropdown-divider {
    margin: 0.3rem 0 !important; /* Reducir espacio entre separadores */
}
