.ico-excel{
    font-size: 30px;
    margin-left: -5px;
}
.ico-table{
    font-size: 18px;
}
.flex {
    display: flex;
    justify-content: center;
    justify-items: center;
}

th{
    text-align: center;
}
.div-img-pedido{
    width: 70px;
    height: 70px;
}
.img-pedido{
    width: 100%;
}

.card-img-top2 {
    width: 100px;
    /* border-top-left-radius: calc(.25rem - 1px); */
    /* border-top-right-radius: calc(.25rem - 1px); */
    height: 100px;
    border-radius: 50px;
}
.div-cabecera{
    text-align: center;
    background: #00c1d5;
    padding-top: 6px;
    /* color: white; */
}
.user-profile2 img {
    width: 50px;
    height: 50;
    border-radius: 50%;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.detalle {
    /* width: 100px; */
    /* text-overflow: clip; */
    white-space: pre-wrap;
    width: 200px;
    text-align: center;
    margin-top: -40px;
}
.ancho-celda{
width: 220px;
    white-space: pre-line;
    margin-top: -30px;
}
.text-monto {
    font-size: 36px;
    color: rgb(50, 207, 50);
}
.text-monto2 {
    font-size: 55px;
    color: rgb(207, 81, 50);
}