/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-x32kztycbv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x32kztycbv] {
    flex: 1;
}

.sidebar[b-x32kztycbv] {
    background-image: linear-gradient(360deg, rgb(241, 245, 247) 40%, #dce6eb 100%);
}

.top-row[b-x32kztycbv] {
    background-image: linear-gradient(270deg, #dce6eb 0%, rgb(241, 245, 247) 70%);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 10px 0px 10px 0px rgba(0,0,0,0.3);
}

    .top-row[b-x32kztycbv]  a, .top-row[b-x32kztycbv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x32kztycbv]  a:hover, .top-row[b-x32kztycbv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x32kztycbv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


@media (max-width: 640.98px) {
    .top-row[b-x32kztycbv] {
        justify-content: space-between;
    }

    .top-row[b-x32kztycbv]  a, .top-row[b-x32kztycbv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x32kztycbv] {
        flex-direction: row;
    }

    .sidebar[b-x32kztycbv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x32kztycbv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x32kztycbv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x32kztycbv], article[b-x32kztycbv] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qwaph06rm5] {
    background-color: grey;
    margin-right: 10px;
}

.item-toggler[b-qwaph06rm5] {
    display: none;
}

.top-row[b-qwaph06rm5] {
    height: 3.5rem;
}

.navbar-brand[b-qwaph06rm5] {
    font-size: 1.1rem;
}

.bi[b-qwaph06rm5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qwaph06rm5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qwaph06rm5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qwaph06rm5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-qwaph06rm5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qwaph06rm5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qwaph06rm5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qwaph06rm5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qwaph06rm5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qwaph06rm5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {

    .navbar-toggler[b-qwaph06rm5] {
        display: none;
    }

    .collapse[b-qwaph06rm5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-qwaph06rm5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Principal/AdministrarPedido/InfoPedidos.razor.rz.scp.css */
.accordion-container[b-nlt0ww6bup] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-header[b-nlt0ww6bup] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .accordion-header:hover[b-nlt0ww6bup] {
        background-color: #e9e9e9;
    }

.icon-centered[b-nlt0ww6bup] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.accordion-content[b-nlt0ww6bup] {
    display: none;
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: none;
}

    .accordion-content.show[b-nlt0ww6bup] {
        display: block;
    }

.attachments[b-nlt0ww6bup] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-nlt0ww6bup] {
    display: flex;
    align-items: center;
    width: 200px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-nlt0ww6bup] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .attachment:active[b-nlt0ww6bup] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: scale(0.98);
    }

.attachment-icon[b-nlt0ww6bup] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-nlt0ww6bup] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-nlt0ww6bup] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-nlt0ww6bup] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-nlt0ww6bup] {
    font-size: 12px;
    color: #666666;
}
/* /Pages/Principal/AnularRemito/InfoRemito.razor.rz.scp.css */
.accordion-container[b-juouzltl6d] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-header[b-juouzltl6d] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .accordion-header:hover[b-juouzltl6d] {
        background-color: #e9e9e9;
    }

.icon-centered[b-juouzltl6d] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.accordion-content[b-juouzltl6d] {
    display: none;
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: none;
}

    .accordion-content.show[b-juouzltl6d] {
        display: block;
    }

.attachments[b-juouzltl6d] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-juouzltl6d] {
    display: flex;
    align-items: center;
    width: 200px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-juouzltl6d] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .attachment:active[b-juouzltl6d] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: scale(0.98);
    }

.attachment-icon[b-juouzltl6d] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-juouzltl6d] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-juouzltl6d] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-juouzltl6d] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-juouzltl6d] {
    font-size: 12px;
    color: #666666;
}
/* /Pages/Principal/AprobarHojaRuta/AprobarHojaRuta.razor.rz.scp.css */
.icon-centered[b-64hrl6ctk9] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.attachments[b-64hrl6ctk9] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-64hrl6ctk9] {
    position: relative;
    display: flex;
    align-items: center;
    width: 175px; /* Ajusta el ancho según tus necesidades */
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-64hrl6ctk9] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.attachment-icon[b-64hrl6ctk9] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-64hrl6ctk9] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-64hrl6ctk9] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-64hrl6ctk9] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-64hrl6ctk9] {
    font-size: 12px;
    color: #666666;
}

.attachment-actions[b-64hrl6ctk9] {
    position: absolute;
    top: -2px;
    right: 5px;
}

.fa-circle-xmark[b-64hrl6ctk9] {
    color: lightgray; /* Color del icono */
    cursor: pointer;
    font-size: 12px; /* Tamaño del icono */
}

    .fa-circle-xmark:hover[b-64hrl6ctk9] {
        color: gray; /* Color al pasar el mouse sobre el icono */
    }

    .fa-circle-xmark:active[b-64hrl6ctk9] {
        color: indianred; /* Color al hacer clic en el icono */
    }


/* /Pages/Principal/AprobarHojaRuta/InfoHojaRuta.razor.rz.scp.css */
.accordion-container[b-hxnt8bjgia] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-header[b-hxnt8bjgia] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .accordion-header:hover[b-hxnt8bjgia] {
        background-color: #e9e9e9;
    }

.icon-centered[b-hxnt8bjgia] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.accordion-content[b-hxnt8bjgia] {
    display: none;
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: none;
}

    .accordion-content.show[b-hxnt8bjgia] {
        display: block;
    }

.attachments[b-hxnt8bjgia] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-hxnt8bjgia] {
    display: flex;
    align-items: center;
    width: 200px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-hxnt8bjgia] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .attachment:active[b-hxnt8bjgia] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: scale(0.98);
    }

.attachment-icon[b-hxnt8bjgia] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-hxnt8bjgia] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-hxnt8bjgia] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-hxnt8bjgia] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-hxnt8bjgia] {
    font-size: 12px;
    color: #666666;
}
/* /Pages/Principal/AtenderPedido/AtenderPedidoFirma.razor.rz.scp.css */
.icon-centered[b-7d3bwvrmc5] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.attachments[b-7d3bwvrmc5] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-7d3bwvrmc5] {
    position: relative;
    display: flex;
    align-items: center;
    width: 175px; /* Ajusta el ancho según tus necesidades */
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-7d3bwvrmc5] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.attachment-icon[b-7d3bwvrmc5] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-7d3bwvrmc5] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-7d3bwvrmc5] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-7d3bwvrmc5] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-7d3bwvrmc5] {
    font-size: 12px;
    color: #666666;
}

.attachment-actions[b-7d3bwvrmc5] {
    position: absolute;
    top: -2px;
    right: 5px;
}

.fa-circle-xmark[b-7d3bwvrmc5] {
    color: lightgray; /* Color del icono */
    cursor: pointer;
    font-size: 12px; /* Tamaño del icono */
}

    .fa-circle-xmark:hover[b-7d3bwvrmc5] {
        color: gray; /* Color al pasar el mouse sobre el icono */
    }

    .fa-circle-xmark:active[b-7d3bwvrmc5] {
        color: indianred; /* Color al hacer clic en el icono */
    }
/* /Pages/Principal/AtenderPedido/AtenderPedidoVenta.razor.rz.scp.css */
.icon-centered[b-djd6sfbmg4] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.attachments[b-djd6sfbmg4] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-djd6sfbmg4] {
    position: relative;
    display: flex;
    align-items: center;
    width: 175px; /* Ajusta el ancho según tus necesidades */
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-djd6sfbmg4] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.attachment-icon[b-djd6sfbmg4] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-djd6sfbmg4] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-djd6sfbmg4] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-djd6sfbmg4] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-djd6sfbmg4] {
    font-size: 12px;
    color: #666666;
}

.attachment-actions[b-djd6sfbmg4] {
    position: absolute;
    top: -2px;
    right: 5px;
}

.fa-circle-xmark[b-djd6sfbmg4] {
    color: lightgray; /* Color del icono */
    cursor: pointer;
    font-size: 12px; /* Tamaño del icono */
}

    .fa-circle-xmark:hover[b-djd6sfbmg4] {
        color: gray; /* Color al pasar el mouse sobre el icono */
    }

    .fa-circle-xmark:active[b-djd6sfbmg4] {
        color: indianred; /* Color al hacer clic en el icono */
    }
/* /Pages/Principal/CargarSoportes/InfoCargarSoportes.razor.rz.scp.css */
.accordion-container[b-myp2jtmo6l] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-header[b-myp2jtmo6l] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .accordion-header:hover[b-myp2jtmo6l] {
        background-color: #e9e9e9;
    }

.icon-centered[b-myp2jtmo6l] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.accordion-content[b-myp2jtmo6l] {
    display: none;
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: none;
}

    .accordion-content.show[b-myp2jtmo6l] {
        display: block;
    }

.attachments[b-myp2jtmo6l] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-myp2jtmo6l] {
    display: flex;
    align-items: center;
    width: 200px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-myp2jtmo6l] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .attachment:active[b-myp2jtmo6l] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: scale(0.98);
    }

.attachment-icon[b-myp2jtmo6l] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-myp2jtmo6l] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-myp2jtmo6l] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-myp2jtmo6l] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-myp2jtmo6l] {
    font-size: 12px;
    color: #666666;
}
/* /Pages/Principal/InicioRuta/InfoInicioRuta.razor.rz.scp.css */
.accordion-container[b-ptka6jo8cy] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-header[b-ptka6jo8cy] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .accordion-header:hover[b-ptka6jo8cy] {
        background-color: #e9e9e9;
    }

.icon-centered[b-ptka6jo8cy] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.accordion-content[b-ptka6jo8cy] {
    display: none;
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: none;
}

    .accordion-content.show[b-ptka6jo8cy] {
        display: block;
    }

.attachments[b-ptka6jo8cy] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-ptka6jo8cy] {
    display: flex;
    align-items: center;
    width: 200px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-ptka6jo8cy] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .attachment:active[b-ptka6jo8cy] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: scale(0.98);
    }

.attachment-icon[b-ptka6jo8cy] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-ptka6jo8cy] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-ptka6jo8cy] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-ptka6jo8cy] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-ptka6jo8cy] {
    font-size: 12px;
    color: #666666;
}
/* /Pages/Principal/ReenviarInformacion/InfoReenviar.razor.rz.scp.css */
.accordion-container[b-k68yclx1ym] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-header[b-k68yclx1ym] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .accordion-header:hover[b-k68yclx1ym] {
        background-color: #e9e9e9;
    }

.icon-centered[b-k68yclx1ym] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.accordion-content[b-k68yclx1ym] {
    display: none;
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: none;
}

    .accordion-content.show[b-k68yclx1ym] {
        display: block;
    }

.attachments[b-k68yclx1ym] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-k68yclx1ym] {
    display: flex;
    align-items: center;
    width: 200px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-k68yclx1ym] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .attachment:active[b-k68yclx1ym] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: scale(0.98);
    }

.attachment-icon[b-k68yclx1ym] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-k68yclx1ym] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-k68yclx1ym] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-k68yclx1ym] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-k68yclx1ym] {
    font-size: 12px;
    color: #666666;
}
/* /Pages/Principal/Reportes/InfoRemito.razor.rz.scp.css */
.accordion-container[b-oyvie3b6en] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-header[b-oyvie3b6en] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .accordion-header:hover[b-oyvie3b6en] {
        background-color: #e9e9e9;
    }

.icon-centered[b-oyvie3b6en] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.accordion-content[b-oyvie3b6en] {
    display: none;
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: none;
}

    .accordion-content.show[b-oyvie3b6en] {
        display: block;
    }

.attachments[b-oyvie3b6en] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-oyvie3b6en] {
    display: flex;
    align-items: center;
    width: 200px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-oyvie3b6en] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .attachment:active[b-oyvie3b6en] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: scale(0.98);
    }

.attachment-icon[b-oyvie3b6en] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-oyvie3b6en] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-oyvie3b6en] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-oyvie3b6en] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-oyvie3b6en] {
    font-size: 12px;
    color: #666666;
}
/* /Pages/Seguridad/EmailsLog/InfoEmailsLog.razor.rz.scp.css */
.accordion-container[b-iet2ukio2h] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.accordion-header[b-iet2ukio2h] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .accordion-header:hover[b-iet2ukio2h] {
        background-color: #e9e9e9;
    }

.icon-centered[b-iet2ukio2h] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.accordion-content[b-iet2ukio2h] {
    display: none;
    padding: 10px;
    border: 1px solid #dddddd;
    border-top: none;
}

    .accordion-content.show[b-iet2ukio2h] {
        display: block;
    }

.attachments[b-iet2ukio2h] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-iet2ukio2h] {
    display: flex;
    align-items: center;
    width: 200px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-iet2ukio2h] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .attachment:active[b-iet2ukio2h] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: scale(0.98);
    }

.attachment-icon[b-iet2ukio2h] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-iet2ukio2h] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-iet2ukio2h] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-iet2ukio2h] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-iet2ukio2h] {
    font-size: 12px;
    color: #666666;
}
/* /Shared/Attachments.razor.rz.scp.css */
.icon-centered[b-zk39r2cft3] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.attachments[b-zk39r2cft3] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment[b-zk39r2cft3] {
    position: relative;
    display: flex;
    align-items: center;
    width: 175px; /* Ajusta el ancho según tus necesidades */
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.1s;
}

    .attachment:hover[b-zk39r2cft3] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.attachment-icon[b-zk39r2cft3] {
    margin-right: 5px;
    flex-shrink: 0;
}

    .attachment-icon img[b-zk39r2cft3] {
        width: 32px;
        height: 32px;
    }

.attachment-info[b-zk39r2cft3] {
    flex: 1;
    overflow: hidden;
}

.attachment-name[b-zk39r2cft3] {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-zk39r2cft3] {
    font-size: 12px;
    color: #666666;
}

.attachment-actions[b-zk39r2cft3] {
    display: flex;
    flex-direction: column; /* Coloca los íconos en una columna */
    gap: 3px; /* Espacio entre los íconos */
    top: -2px;
    right: 5px;
}

.fa-circle-xmark[b-zk39r2cft3] {
    color: lightgray; /* Color del icono */
    cursor: pointer;
    font-size: 12px; /* Tamaño del icono */
}

    .fa-circle-xmark:hover[b-zk39r2cft3] {
        color: red; /* Color al pasar el mouse sobre el icono */
    }

    .fa-circle-xmark:active[b-zk39r2cft3] {
        color: indianred; /* Color al hacer clic en el icono */
    }

.fa-circle-down[b-zk39r2cft3] {
    color: lightgray; /* Color del icono */
    cursor: pointer;
    font-size: 12px; /* Tamaño del icono */
}

    .fa-circle-down:hover[b-zk39r2cft3] {
        color: blue; /* Color al pasar el mouse sobre el icono */
    }

    .fa-circle-down:active[b-zk39r2cft3] {
        color: midnightblue; /* Color al hacer clic en el icono */
    }

.fa-download[b-zk39r2cft3] {
    color: #007bff; /* Color azul (Bootstrap Primary) */
    font-size: 1.2rem; /* Tamaño del ícono */
}
