




.content-wrapper-header {
    /* background-image: url(../images/cubes.png), linear-gradient(to right top, #fff,#ffffff); */
    background:#fff;
    border-radius: 14px;
    padding: 20px 40px;
}

/* .portalCard {
    border-radius: 14px;
    padding: 20px 40px;
} */

.timeTableCard {
    background-image: url(../images/cubes.png), linear-gradient(to right top, #ade4f7, #70a7efd5);
}

.paperCard {
    background-image: url(../images/cubes.png), linear-gradient(to right top, #05634f,#ffffff);
}

.blackBoardCard {
    /* background-image: url(../images/cubes.png), linear-gradient(to right top, #ffffff); */
    border: 1px solid rgb(206, 206, 206);
}

.portalText {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}



.portalCard {
    border-radius: 14px;
}

