/* theme */
:root {
    --navandfooter-color: #003D01;
    --headingback-color: #a5DA31;
    --link-color: #1C4A9E;
    --instituename-color: #F0F4EA;
    --white-color: #fff;
    --border-: 0.1rem solid black;
    --box-shadow: 1rem 1rem 0.5rem #aaaaaa;
}


.annual-report-container {
    background-image: url(/images/main_page_image/B2.png);
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.annual-report-containt-container {
    margin: 3rem;
    width: 80%;
    height: auto;
    /* background-color: var(--white-color); */
    background-image: url(/images/main_page_image/B1.png);
    border-radius: 2rem;
    /* box-shadow:var(--box-shadow); */
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;


}


.report-heading {
    display: grid;
    place-items: center;
}


.report-heading h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 5rem;
    background-color: var(--headingback-color);
    padding: 0.5rem 3rem;
    border-radius: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

.report-heading img {
    width: 3rem;
    height: auto;
    position: absolute;
    margin-right: 20rem;
    /* margin-top: rem; */
}

.report-ul li {
    /* margin: 1rem 0rem; */
    padding: 0.9rem 8rem;
    font-size: 1.7rem;
    font-weight: 600;
}

.report-ul li i {
    padding: 0rem 1rem;
    font-size: 1.7rem;
    font-weight: 600;
}

.report-ul li a {
    text-decoration: none;
    font-size: 1.7rem;
    background-color: var(--headingback-color);
    color: var(--navandfooter-color);
    padding: 0.4rem 2rem;
    border-radius: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

.report-ul li a:hover {
    color: darkblue;
    box-shadow: var(--box-shadow);
}

.report-li-a>img {
    width: 4rem;
    height: auto;
}

.iframe-container iframe {
    /* width: 80%; */
    height: 70rem;
    /* margin: 4rem;  */

}

.pharma-heading-leaf {
    width: 3rem;
    height: auto;
    position: absolute;
    margin-top: -4rem;
    margin-left: -13rem;
}

.user-charges-heading-leaf {
    width: 3rem;
    height: auto;
    position: absolute;
    margin-top: -4rem;
    margin-left: -8rem;
}

@media (max-width: 575.98px) {
    .report-heading h2 {
        margin-top: 4rem;
        margin-bottom: 1rem;
    }

    .report-ul {
        margin-left: -8rem;
    }

    .report-heading .pharma-heading-leaf {
        width: 3rem;
        height: auto;
        position: absolute;
        margin-top: -4rem;
        margin-right: 20rem;
    }

    .report-heading .user-charges-heading-leaf {
        width: 3rem;
        height: auto;
        position: absolute;
        margin-top: -4rem;
        margin-left: -7rem;
    }

    .report-heading img {
        width: 3rem;
        height: auto;
        position: absolute;
        margin-right: 21rem;
        margin-top: -1rem;
    }


}

@media(max-width: 479.99px) {

    .report-ul {
        display: grid;
        place-items: center;
    }

}