.v-main-content {
    padding: 10px 2.5%;
    margin-bottom: 9rem;
}

.row-venta input {
    font-size: 15px;
}

.no-mostrar {
    display: none;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.footer footer {

    background: #44484d;
    position: relative;
    padding: 10px;

    border-top: gray 12px solid;

}

.rank-number {
    width: 36px;
    height: 70px;
    border-radius: 6px;
    background-color: #4350a8;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.deposito-point {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
}

.form-asterik {
    position: absolute;
    right: -8px;
    width: fit-content;
}

.modal-xxl {
    padding: 10px;
    max-width: 1124px;
}

.modal-4xl {
    padding: 10px;
    max-width: 85%;
}

.modal-5xl {
    padding: 10px;
    max-width: 95%;
}

.close-stock,
.stock-badge {
    cursor: pointer;
}

#articulo_search_exportar {
    margin-left: 3px;
}

.btn-inline {
    width: 3.33%;
}

input[readonly],
input[readonly="readonly"] {
    background-color: #dbdbdb;
}

h5.card-title small {
    color: #8d9094
}

.notifications-scroll {
    max-height: 280px;
    overflow-y: auto;
    min-width: 290px;
}

.notifications-last-element {
    text-align: center;
    font-size: 14px;
}

.clickeable {
    cursor: pointer;
}

.menu-icon-container {
    position: relative;
}

.menu-icon-container i {
    position: absolute;
    left: -26px;
    font-size: 26px;
    top: 7px;
    cursor: pointer;
}

.cliente_deuda {
    margin-bottom: 0;
}


.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: transparent !important;
    /* Sin fondo azul */
    color: inherit !important;
    /* Mantiene color de texto original */

    /* Podés agregar más estilos personalizados acá */
}

/* Sidebar and Layout Navigation */
body.has-sidebar {
    background-color: #f8f9fa;
    overflow-x: hidden;
}

#wrapper {
    display: flex;
    width: 100%;
}

#sidebar-wrapper {
    height: 100vh;
    width: 250px;
    background-color: #2b3035;
    /* Dark background */
    color: rgba(255, 255, 255, 0.8);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
}

#sidebar-wrapper.collapsed {
    width: 70px;
}

#sidebar-wrapper .sidebar-header {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 70px;
    overflow: hidden;
}

#sidebar-wrapper.collapsed .sidebar-header img {
    display: none;
}

#sidebar-wrapper .sidebar-nav {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

#sidebar-wrapper .sidebar-nav::-webkit-scrollbar {
    width: 6px;
}

#sidebar-wrapper .sidebar-nav::-webkit-scrollbar-track {
    background: transparent;
}

#sidebar-wrapper .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 3px;
}

#sidebar-wrapper .sidebar-nav::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.45);
}

#sidebar-wrapper .sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

#sidebar-wrapper .sidebar-menu .nav-item {
    width: 100%;
}

#sidebar-wrapper .sidebar-menu .nav-link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    border-left: 3px solid transparent;
}

#sidebar-wrapper .sidebar-menu .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

#sidebar-wrapper .sidebar-menu .nav-link.active {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-left-color: #0d6efd;
    /* Blue accent border */
}

#sidebar-wrapper .sidebar-menu .nav-link i {
    font-size: 20px;
    min-width: 30px;
    text-align: center;
}

#sidebar-wrapper .sidebar-menu .menu-text {
    margin-left: 10px;
    font-size: 0.95rem;
    transition: opacity 0.2s ease;
}

#sidebar-wrapper.collapsed .sidebar-menu .menu-text,
#sidebar-wrapper.collapsed .submenu-arrow {
    display: none !important;
}

#sidebar-wrapper.collapsed .collapse.show {
    display: none !important;
}

/* Submenu layout inside sidebar */
.submenu-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.15);
}

.submenu-list .nav-link {
    padding: 8px 20px 8px 25px !important;
    font-size: 0.88rem !important;
}

.submenu-arrow {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.nav-link:not(.collapsed) .submenu-arrow {
    transform: rotate(180deg);
}

/* Page content and top bar wrapper */
#page-content-wrapper {
    width: 100%;
    padding-left: 250px;
    transition: padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#page-content-wrapper.expanded {
    padding-left: 70px;
}

/* Top bar details */
#page-content-wrapper .navbar {
    height: 70px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

#sidebarToggle {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    padding: 6px 12px;
    transition: background-color 0.2s;
}

#sidebarToggle:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Split Menu Item */
.split-menu-item {
    display: flex;
    align-items: stretch;
    position: relative;
    width: 100%;
}

.split-separator {
    color: rgba(255, 255, 255, 0.15);
    font-size: 1.1rem;
    pointer-events: none;
    user-select: none;
    align-self: center;
    margin: 0 -2px;
}

.split-plus-btn,
.split-menu-item .split-plus-btn,
.submenu-list .split-menu-item .split-plus-btn {
    width: 45px !important;
    min-width: 45px !important;
    max-width: 45px !important;
    height: auto !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    border-left: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease;
}

.split-plus-btn:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}

.split-plus-btn i {
    font-size: 1.2rem !important;
    min-width: unset !important;
    margin: 0 !important;
    padding: 0 !important;
}

#sidebar-wrapper.collapsed .split-separator,
#sidebar-wrapper.collapsed .split-plus-btn {
    display: none !important;
}

/* Floating submenu when sidebar is collapsed */
#sidebar-wrapper.collapsed .sidebar-menu .nav-item {
    position: relative;
}

#sidebar-wrapper.collapsed .sidebar-menu .nav-item:hover .collapse {
    display: block !important;
    position: fixed;
    left: 70px;
    z-index: 1050;
    width: 220px;
    background-color: #2b3035;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0 4px 4px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
}

#sidebar-wrapper.collapsed .sidebar-menu .nav-item:hover .collapse .submenu-list {
    background-color: transparent !important;
    margin-bottom: 0;
}

#sidebar-wrapper.collapsed .sidebar-menu .nav-item:hover .collapse .menu-text {
    display: inline !important;
}

#sidebar-wrapper.collapsed .sidebar-menu .nav-item:hover .collapse .split-separator,
#sidebar-wrapper.collapsed .sidebar-menu .nav-item:hover .collapse .split-plus-btn {
    display: flex !important;
}

#sidebar-wrapper.no-transition,
#page-content-wrapper.no-transition {
    transition: none !important;
}