@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Poms/Components/Autocomplete/AutoCompleteChargeType.razor.rz.scp.css */
.autocomplete-suggestions[b-kmlhs8nxjn] {
    position: absolute;
    z-index: 1050;
    width: 100%;
}
/* _content/Poms/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-40mlexokxt] {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: margin-left 0.3s ease; /* Smooth transition for content shift */
}

main[b-40mlexokxt] {
    flex: 1;
    transition: margin-left 0.3s ease; /* Smooth transition for content shift */
}

.sidebar[b-40mlexokxt] {
    background-color: #2c3e50; /* Darker background for a modern look */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    transition: width 0.3s ease; /* Smooth transition for sidebar width */
}

@media (min-width: 641px) {
    .page[b-40mlexokxt] {
        flex-direction: row;
    }

    .sidebar[b-40mlexokxt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.1); /* Separator for sidebar */
    }

    /* Styles for hidden sidebar */
    .sidebar-hidden .sidebar[b-40mlexokxt] {
        width: 4rem; /* Reduced width to show only icons */
        overflow: hidden;
    }

    .sidebar-hidden main[b-40mlexokxt] {
        margin-left: 4rem; /* Adjust main content to start after the collapsed sidebar */
    }

    .sidebar-hidden .sidebar .nav-item .nav-link .nav-text[b-40mlexokxt] {
        display: none; /* Hide text in nav links */
    }

    .sidebar-hidden .sidebar .nav-item .nav-link .bi[b-40mlexokxt] {
        margin-right: 0; /* Remove margin for icons */
        justify-content: center; /* Center icons */
        width: 100%; /* Make icons take full width */
        text-align: center; /* Center the icon itself */
    }
}

#blazor-error-ui[b-40mlexokxt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-40mlexokxt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.blazor-error-boundary[b-40mlexokxt] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTE2IDBDNy4xNjMyMiAwIDAgNy4xNjMyMiAwIDE2QzAgMjQuODI2OCAxNC4zMzYgMzIgMTYgMzJDMTcuNjY0IDMyIDMyIDI0LjgyNjggMzIgMTZDMyAyLjE2MzIyIDI0LjgyNjggMCAxNiAwWk0xNiAyOS41QzEwLjEwNzcgMjkuNSAyLjg1NjggMjEuNzQzMiAyLjg1NjggMTZDMi44NTY4IDEwLjI1NjggMTAuMTA3NyAyLjg1NjggMTYgMi44NTY4QzIxLjg5MjMgMi44NTY4IDI5LjE0MzIgMTAuMjU2OCAyOS4xNDMyIDE2QzI5LjE0MzIgMjEuNzQzMiAyMS44OTIzIDI5LjUgMTYgMjkuNVoiIGZpbGw9IiNGRkZGRkYiLz4NCiAgPHBhdGggZD0iTTE2IDcuNzE0MjZDMTUuMjA0IDcuNzE0MjYgMTQuNTcxNCA4LjM2NDI2IDE0.NTcxNCA5LjE0Mjg2VjE3QzE0.NT৭১NCAxNy43Nzg1IDE1LjIwNCAxOC40Mjg1IDE2IDE4LjQyODVDMTYuNzk2IDE4LjQyODUgMTcuNDI4NSAxNy43Nzg1IDE3LjQyODUgMTdWOi4xNDI4NkMxNy40Mjg1IDguMzY0MjYgMTYuNzk2IDcuNzE0MjYgMTYgNy43MTQyNloiIGZpbGw9IiNGRkZGRkYiLz4NCiAgPGNpcmNsZSBjeD0iMTYiIGN5PSIyMi4yODU3IiByPSIxLjcxNDI5IiBmaWxsPSIjRkZGRkZGIi8+DQo8L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary[b-40mlexokxt]::after {
        content: "An error has occurred."
    }
/* _content/Poms/Components/Layout/NavMenu.razor.rz.scp.css */
.bi[b-1em4pge0dg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: 0;
    background-size: cover;
    color: white; /* Asegura que los iconos sean blancos */
}

/* Icon specific styles (keep existing) */



.nav-item[b-1em4pge0dg] {
    font-size: 0.9rem;
    padding: 0.25rem 0; /* Adjusted padding */
}

    .nav-item:first-of-type[b-1em4pge0dg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1em4pge0dg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1em4pge0dg]  .nav-link {
        color: #bdc3c7; /* Lighter text color */
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.75rem 1rem; /* Reverted to 1rem horizontal padding */
        transition: background-color 0.3s, color 0.3s; /* Smooth transitions */
    }

.nav-item[b-1em4pge0dg]  a.active {
    background-color: #3498db; /* Distinct active state */
    color: white; /* White text for active state */
    font-weight: 600; /* Bolder text for active state */
}

.nav-item[b-1em4pge0dg]  .nav-link:hover {
    background-color: #34495e; /* Darker hover state */
    color: white; /* White text on hover */
}

.nav-scrollable[b-1em4pge0dg] {
    /* Removed display: none; and .navbar-toggler:checked ~ .nav-scrollable { display: block; } */
    /* This will be controlled by MainLayout.razor.css */
}

@media (min-width: 641px) {
    .navbar-toggler[b-1em4pge0dg] {
        display: none !important; /* Ensure it's hidden on larger screens */
    }

    .nav-scrollable[b-1em4pge0dg] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem); /* Adjusted height */
        overflow-y: auto;
    }
}

.loading-progress[b-1em4pge0dg] {
    position: relative;
    top: -1rem;
    left: -1rem;
    width: 0;
    height: 0;
    background-color: #e10000;
}

.app-title[b-1em4pge0dg] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ecf0f1;
    padding: 1rem;
}

.sidebar-header[b-1em4pge0dg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.collapse-button[b-1em4pge0dg] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

    .collapse-button:focus[b-1em4pge0dg] {
        outline: none;
        box-shadow: none;
    }

.nav-text[b-1em4pge0dg] {
    transition: opacity 0.3s ease;
}

.sidebar-hidden .nav-text[b-1em4pge0dg] {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

.sidebar-hidden .nav-item[b-1em4pge0dg]  .nav-link {
    justify-content: center;
}

.sidebar-hidden .sidebar-header .app-title[b-1em4pge0dg] {
    display: none;
}

    .sidebar-hidden .sidebar-header .collapse-button[b-1em4pge0dg] {
        margin: auto;
    }

.sidebar-hidden .bi[b-1em4pge0dg] {
    display: inline-block !important;
    opacity: 1 !important;
    color: white !important;
}

.bi-ship[b-1em4pge0dg] {
    display: inline-block !important;
    opacity: 1 !important;
    color: white !important;
}
/* _content/Poms/Components/Pages/Home.razor.rz.scp.css */
.cursor-pointer[b-n1iqvajsm3] {
    cursor: pointer;
}

    .cursor-pointer:hover[b-n1iqvajsm3] {
        opacity: 0.9;
        transform: translateY(-5px); /* Slight lift effect */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* More pronounced shadow */
        transition: all 0.3s ease; /* Smooth transition for all properties */
    }

/* Estilos para el modal */
.modal[b-n1iqvajsm3] {
    z-index: 1050;
}

.modal-backdrop[b-n1iqvajsm3] {
    z-index: 1040;
}

.modal-content[b-n1iqvajsm3] {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-header[b-n1iqvajsm3] {
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.modal-title[b-n1iqvajsm3] {
    color: #333;
    font-weight: 600;
}

.modal-body[b-n1iqvajsm3] {
    padding: 1.5rem;
}

    .modal-body strong[b-n1iqvajsm3] {
        color: #495057;
        display: block;
        margin-bottom: 0.25rem;
    }

    .modal-body p[b-n1iqvajsm3] {
        color: #6c757d;
    }

.badge[b-n1iqvajsm3] {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
}

/* Estilos para timeline points hover */
.timeline-point[b-n1iqvajsm3] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .timeline-point:hover[b-n1iqvajsm3] {
        transform: scale(1.2);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-dialog[b-n1iqvajsm3] {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    .modal-body[b-n1iqvajsm3] {
        padding: 1rem;
    }
}

/* Custom Search Bar Styles */
.custom-search-bar .input-group-text[b-n1iqvajsm3] {
    background-color: #f8f9fa; /* Light background for the icon */
    border-right: none;
    border-color: #ced4da;
    color: #495057;
}

.custom-search-bar .form-control[b-n1iqvajsm3] {
    border-left: none;
    border-color: #ced4da;
    box-shadow: none; /* Remove default focus shadow */
}

.custom-search-bar .form-control:focus[b-n1iqvajsm3] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); /* Custom focus shadow */
}

.custom-search-bar .btn-outline-secondary[b-n1iqvajsm3] {
    border-left: none;
    border-color: #ced4da;
    color: #495057;
    background-color: #f8f9fa;
}

.custom-search-bar .btn-outline-secondary:hover[b-n1iqvajsm3] {
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

/* KPI Card adjustments */
.card-body.text-center[b-n1iqvajsm3] {
    padding: 0.75rem; /* Reduced padding */
}

.card-body .card-title[b-n1iqvajsm3] {
    font-size: 0.9rem; /* Smaller title */
}

.card-body h3.mb-0[b-n1iqvajsm3] {
    font-size: 1.75rem; /* Smaller number */
}

.card-body i.display-4[b-n1iqvajsm3] {
    font-size: 2rem !important; /* Smaller icon */
}
