

.row.envioCardBox .card {
    position: relative;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
}

.row.envioCardBox {
    position: relative;
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: repeat(5,2fr);
    margin-bottom: 30px;
    gap: 30px;
}

.row.envioCardBox .card a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.row.envioCardBox .card a .iconBox{
    font-size: 30px;
    display: flex;
    width: 40px;
    color: var(--white);
    background: #17A2B8;
    border-radius: 5px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.row.envioCardBox .card a .titleBox span {
    color: var(--light-gray);
    font-size: 14px;
}
.row.envioCardBox .card a .titleBox h5 {
    color: var(--black);
    font-size: 15px;
    width: 100%;
}

.container-fluid .card {
    display: flex;
}
.container-fluid .card .chartContainer {
    width: 50%;
}

.row.box-footer {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,2fr);
    gap: 20px;
}

.row.box-footer .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 70px;
    font-size: 70px;
}
