@media print {
    .tab-cont.active{
        display: block;
    }
    .tab-cont{
        display: none;
    }
    .icons {
        display: none;
    }
    .hiddenInprint {
        display: none;
    }
    .showPopup .Content__body .border-line .row {
        display: none;
    }
    .printHidden {
        display: block;
    }
    .read__print .Navbar__icon {
        display: none;
    }
    .App__header,
    .App__navbar,
    .App__footer,
    .Header__side,
    .ListGroup {
        display: none !important;
    }
    .container {
        width: 100%;
    }
    .Content {
        padding-top: 0px;
    }
    .read {
        top: 0px;
        left: 0px;
        right: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 10000;
    }
    .read__header {
        position: static;
    }

    .read__footer {
        display: none;
    }

    .read__scroll {
        position: static;
    }
    .Button {
        display: none;
    }
    .App__breadcrumbs {
        display: none;
    }
    .card__header {
        display: none;
    }
    .card.card-calendar {
        display: none;
    }
    .showPopup .App__footer {
        display: none;
    }

    .showPopup .investment {
        display: none;
    }
    .showPopup .card {
        display: none;
    }

    .showPopup .card-list {
        display: none;
    }
    .showPopup .card__content {
        display: none;
    }
}