@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Chartjs/PSC.Blazor.Components.Chartjs.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */

.page[b-de9zjv4f3f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-de9zjv4f3f] {
    flex: 1;    
}

.sidebar[b-de9zjv4f3f] {
    background-color: rgb(39, 54, 97);
    /*background-image: linear-gradient(180deg, rgb(39, 54, 97) 70%, rgb(39, 54, 97) 99%);*/
}

.top-row[b-de9zjv4f3f] {
    /*    background-color: rgb(221, 226, 234);*/
    background-color: var(--fondo-resaltado);
        border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-de9zjv4f3f]  a, .top-row[b-de9zjv4f3f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-de9zjv4f3f]  a:hover, .top-row[b-de9zjv4f3f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-de9zjv4f3f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-de9zjv4f3f] {
        display: none;
    }

    .top-row.auth[b-de9zjv4f3f] {
        justify-content: space-between;
    }

    .top-row[b-de9zjv4f3f]  a, .top-row[b-de9zjv4f3f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-de9zjv4f3f] {
        flex-direction: row;
    }

    .sidebar[b-de9zjv4f3f] {
        width: 225px; 
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-de9zjv4f3f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-de9zjv4f3f]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-de9zjv4f3f], article[b-de9zjv4f3f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-ph5upx9uc8] {
    background-color: rgba(255, 255, 255, 0.1);
}
.icon-white[b-ph5upx9uc8] {
    color: rgb(255, 255, 255);
}
.top-row[b-ph5upx9uc8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ph5upx9uc8] {
    font-size: 1.1rem;
}

.oi[b-ph5upx9uc8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ph5upx9uc8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ph5upx9uc8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ph5upx9uc8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ph5upx9uc8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ph5upx9uc8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ph5upx9uc8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
@media (max-width: 992px) {
    .nav-link .text-hide-on-small[b-ph5upx9uc8] {
        display: none;
    }
}

/* Muestra el texto dentro de .nav-link en pantallas medianas o grandes ('lg' o m�s grande) */
@media (min-width: 993px) {
    .nav-link .text-hide-on-small[b-ph5upx9uc8] {
        display: inline;
    }
}
@media (min-width: 641px) {

    .navbar-toggler[b-ph5upx9uc8] {
        display: none;
    }

    .collapse[b-ph5upx9uc8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ph5upx9uc8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Accounts/Roles.razor.rz.scp.css */
table[b-x5pb27qjpr] {
    font-size: 90%;
}

td[b-x5pb27qjpr], th[b-x5pb27qjpr] {
    padding: 5px; /* Reducir el relleno para que las celdas sean más pequeñas */
}

.btn-margin[b-x5pb27qjpr] {
    margin-left: 5px;
}

.btn-primary[b-x5pb27qjpr] {
    font-size: 90%;
}

.btn-danger[b-x5pb27qjpr] {
    font-size: 90%;
}
/* /Pages/Accounts/Users.razor.rz.scp.css */
table[b-5sk53eport] {
    font-size: 75%;
}

td[b-5sk53eport], th[b-5sk53eport] {
    padding: 5px; /* Reducir el relleno para que las celdas sean más pequeñas */
}

.btn-margin[b-5sk53eport] {
    margin-left: 5px;
}

.btn[b-5sk53eport] {
    font-size: 90%;
}
/* /Pages/Authorization/LoginPage.razor.rz.scp.css */
.btn-circle[b-kwvin3asjv] {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1.42857;
}
/* /Pages/Main/DashboardPanel.razor.rz.scp.css */

.dashboard-container[b-ykutfkb9ue] {
    border: 1px solid #ddd; /* Ajusta el color del borde según tus preferencias */
    padding: 10px;
    border-radius: 5px;
    background-color: #cacaca;
}
/* /Pages/Sales/DeliveryNotes/DeliveryNoteCreate.razor.rz.scp.css */
.deliverynote-items-table td[b-dj3dwu0ne5] {
    vertical-align: top;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.deliverynote-items-table .line-number-cell[b-dj3dwu0ne5],
.deliverynote-items-table .actions-cell[b-dj3dwu0ne5] {
    vertical-align: middle;
}

.deliverynote-items-table .form-control[b-dj3dwu0ne5],
.deliverynote-items-table .form-select[b-dj3dwu0ne5] {
    min-height: 38px;
}

.deliverynote-items-table .item-description[b-dj3dwu0ne5],
.deliverynote-items-table .item-notes[b-dj3dwu0ne5] {
    min-height: calc(1.5em * 3 + 1rem + 2px);
    resize: vertical;
}

.deliverynote-items-table textarea.form-control[b-dj3dwu0ne5] {
    line-height: 1.35;
}

.deliverynote-items-table .text-end[b-dj3dwu0ne5] {
    min-width: 90px;
}

.deliverynote-items-table .actions-cell .btn[b-dj3dwu0ne5] {
    margin-top: 0.35rem;
}
/* /Pages/Sales/Quotes/QuoteCreate.razor.rz.scp.css */
.add-wrapper[b-41cwl7y38t] {
    position: relative;
}

.add-wrapper .add-btn[b-41cwl7y38t] {
    display: flex;
    opacity:0;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-success); /* Bootstrap success */
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    transition: opacity 0.4s ease-in-out;
}

.add-wrapper:hover .add-btn[b-41cwl7y38t] {
    opacity: 1;
    pointer-events: auto;
}
.adjustment-tag[b-41cwl7y38t] {
    background-color: #408044; /* Verde fuerte */
    color: #dfffe5; /* Verde claro para texto */
    border-radius: 12px;
    padding: 0.3rem 0.75rem;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: default; /* Usa flecha normal del mouse */
    user-select: none; /* No permite seleccionar texto */
}
.adjustment-tag .remove-btn[b-41cwl7y38t] {
    background: none;
    border: none;
    color: #dfffe5;
    margin-left: 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
}
.adjustment-tag .remove-btn:hover[b-41cwl7y38t] {
    color: #dfffe5; /* Mismo tono claro del texto */
}

/* /Pages/Sales/Quotes/QuoteDashboard.razor.rz.scp.css */
.quote-action-button[b-wcvc8wf4h9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease-in-out;
}

    .quote-action-button i[b-wcvc8wf4h9] {
        font-size: 1.2rem;
    }

    .quote-action-button:hover[b-wcvc8wf4h9] {
        background-color: #f8f9fa;
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.07);
    }

    .quote-action-button.success[b-wcvc8wf4h9] {
        border-color: #198754;
        color: #198754;
    }

        .quote-action-button.success:hover[b-wcvc8wf4h9] {
            background-color: #e8f5e9;
        }
/* /Pages/Stock/Expeditions/ExpeditionCreate.razor.rz.scp.css */
.expedition-table-wrap[b-ctzmwg3ev8] {
    height: 30vh; /* 30% de la altura visible del navegador */
    overflow-y: auto; /* genera el scrollbar vertical */
}

/* Sticky header */
.expedition-table thead th[b-ctzmwg3ev8] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f8f9fa; /* mismo color que .table-light */
}
/* /Pages/Stock/Shared/StockItemSelectorModal.razor.rz.scp.css */
.stockselector-table-wrap[b-k9l9wr19mt] {
    height: 30vh; /* 30% de la altura visible del navegador */
    overflow-y: auto; /* genera el scrollbar vertical */
}

/* Sticky header */
.stockselector-table thead th[b-k9l9wr19mt] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f8f9fa; /* mismo color que .table-light */
}
/* /Shared/Components/Dashboard.razor.rz.scp.css */

.circle-tile[b-gbq1rbx8j4] {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading[b-gbq1rbx8j4] {
    border: 2px solid rgb(49, 49, 49,0.5);
    border-radius: 20%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -50px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}

    .circle-tile-heading .fa[b-gbq1rbx8j4] {
        line-height: 80px;
    }

.circle-tile-content[b-gbq1rbx8j4] {
    border: 2px solid rgb(49, 49, 49,0.5);
    padding-top: 50px;
    border-radius: 5px;
}

.circle-tile-number[b-gbq1rbx8j4] {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}

.circle-tile-description[b-gbq1rbx8j4] {
    font-size:12px;
/*    text-transform: uppercase;
*/}

.circle-tile-footer[b-gbq1rbx8j4] {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
    text-decoration:none
}

    .circle-tile-footer:hover[b-gbq1rbx8j4] {
        background-color: rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        cursor: pointer;
    }

.circle-tile-heading.dark-blue:hover[b-gbq1rbx8j4] {
    background-color: #2E4154;
}

.circle-tile-heading.dark-gray:hover[b-gbq1rbx8j4] {
    background-color: #6E7474;
}

.circle-tile-heading.green:hover[b-gbq1rbx8j4] {
    background-color: #138F77;
}

.circle-tile-heading.orange:hover[b-gbq1rbx8j4] {
    background-color: #DA8C10;
}

.circle-tile-heading.blue:hover[b-gbq1rbx8j4] {
    background-color: #2473A6;
}

.circle-tile-heading.red:hover[b-gbq1rbx8j4] {
    background-color: #CF4435;
}

.circle-tile-heading.purple:hover[b-gbq1rbx8j4] {
    background-color: #7F3D9B;
}

.tile-img[b-gbq1rbx8j4] {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue[b-gbq1rbx8j4] {
    background-color: #34495E;
}

.green[b-gbq1rbx8j4] {
    background-color: #16A085;
}

.blue[b-gbq1rbx8j4] {
    background-color: #2980B9;
}

.orange[b-gbq1rbx8j4] {
    background-color: #F39C12;
}

.red[b-gbq1rbx8j4] {
    background-color: #E74C3C;
}

.purple[b-gbq1rbx8j4] {
    background-color: #8E44AD;
}

.dark-gray[b-gbq1rbx8j4] {
    background-color: #7F8C8D;
}

.gray[b-gbq1rbx8j4] {
    background-color: #95A5A6;
}

.light-gray[b-gbq1rbx8j4] {
    background-color: #BDC3C7;
}

.yellow[b-gbq1rbx8j4] {
    background-color: #F1C40F;
}

.text-dark-blue[b-gbq1rbx8j4] {
    color: #34495E;
}

.text-green[b-gbq1rbx8j4] {
    color: #16A085;
}

.text-blue[b-gbq1rbx8j4] {
    color: #2980B9;
}

.text-orange[b-gbq1rbx8j4] {
    color: #F39C12;
}

.text-red[b-gbq1rbx8j4] {
    color: #E74C3C;
}

.text-purple[b-gbq1rbx8j4] {
    color: #8E44AD;
}

.text-faded[b-gbq1rbx8j4] {
    color: rgba(255, 255, 255, 0.7);
}
/* /Shared/Components/PhLoginState.razor.rz.scp.css */
/* .btn-logout {
    text-decoration: none !important;
    margin-left: 20px;
    padding: 8px 8px 8px 8px;
    background-image: linear-gradient(90deg, rgb(169, 15, 144) 0%, rgb(23, 25, 85) 90%);
    border-radius: 4px 12px 12px 12px;
    color: white;
    cursor: pointer;
} */
.btn-logout[b-v6nx8gjdnd] {
    text-decoration: none !important;
    background-color: rgb(39, 54, 97); /* Azul oscuro (igual al fondo) */
    color: white;
    padding: 8px 8px 8px 8px;
    border: 2px solid rgba(255, 255, 255, 0.2); /* Borde sutil */
    border-radius: 0.5em;    
    cursor: pointer;
}
/* /Shared/Components/PhTable.razor.rz.scp.css */
ph-header[b-x6dpqpusxa] {
    color: whitesmoke;
}

/*.ph-container {
    overflow: auto;
    height: 460px;
}
.ph-container thead th {
    position:sticky;
    top:0;
    z-index:1;
}*/
td[b-x6dpqpusxa], th[b-x6dpqpusxa] {
    padding: 5px
}
/* /Shared/Components/PhToggle.razor.rz.scp.css */
/* Begin Toggle Switch*/
.toggle-container[b-8z1ient6dr] {
    display: flex;
    align-items: center;
}
.toggle-label[b-8z1ient6dr] {
    margin-left: 15px; /* Ajusta el espaciado según sea necesario */
    font-size: 130%;
}
/* The switch - the box around the slider */
.switch[b-8z1ient6dr] {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}
    /* Hide default HTML checkbox */
    .switch input[b-8z1ient6dr] {
        opacity: 0;
        width: 0;
        height: 0;
    }
/* The slider */
.slider[b-8z1ient6dr] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-8z1ient6dr]:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-8z1ient6dr] {
    background-color: #6610f2;
}

input:focus + .slider[b-8z1ient6dr] {
    box-shadow: 0 0 1px #6610f2;
}

input:checked + .slider[b-8z1ient6dr]:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

/* Rounded sliders */
.slider.round[b-8z1ient6dr] {
    border-radius: 34px;
}

    .slider.round[b-8z1ient6dr]:before {
        border-radius: 50%;
    }

.toggle-label[b-8z1ient6dr] {
    margin-left: 3px; /* Ajusta el espaciado según sea necesario */
}
/*End Toggle Switch*/
