.espacio_50px{
    margin-top: 50px;
}


/* CAMBIANDO LA APARIENCIA DE LAS VINETAS DEL SIDEBAR */
.sidebar-menu .nav-link > .nav-arrow, .sidebar-menu .nav-link > p > .nav-arrow{
    top: 25%;
}



/* EL SHOW TOAST */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transform: translateX(120%);
    transition: transform 0.3s ease;
    min-width: 300px;
    max-width: 450px;
}

.toast.show {
    transform: translateX(0);
}

.toast-icon {
    font-size: 20px;
    margin-right: 12px;
}

.toast-icon.success { color: #28a745; }
.toast-icon.error { color: #dc3545; }
.toast-icon.warning { color: #ffc107; }
.toast-icon.info { color: #17a2b8; }

.toast-content {
    flex-grow: 1;
}

.toast-title {
    font-weight: bold;
    margin-bottom: 4px;
}

.toast-message {
    color: #666;
}

.toast-close {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 0;
    margin-left: 12px;
}

.toast-close:hover {
    color: #666;
}

.hidden{
    display: none!important;
}

/* Estilos para los submenús del sidebar */
.nav-treeview {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
    margin-left: 10px;
    border-radius: 0!important;
}

.nav-treeview .nav-item {
    margin-left: 0;
}

.nav-treeview .nav-link {
    padding-left: 20px;
    font-size: 0.9em;
    opacity: 0.9;
}

.nav-treeview .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-treeview .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
    /* border-left: 3px solid #007bff; */
}


.badge{
    color: #000;
}
