@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Maven Pro";
    font-weight: normal;
    color: grey;
    margin: 0;
    font-style: normal;
    font-weight: 500;
}

ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    color: #000;
    outline: medium none;
    cursor: pointer;
}

.btn-full:hover {
    background: transparent;
    color: #26469c;
    border-color: #26469c;
    border: 1px solid #26469c;
}

a:hover {
    color: #79a679;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px !important;
    color: grey;
    margin-bottom: 15px;
    margin: 0;
}

button {
    padding: 0px;
    border: none;
    outline: none;
    background: none;
    display: inline-block;
}

html {
    overflow-x: hidden;
}

::selection {
    background: #26469c;
    color: #fff;
    text-shadow: none;
}

#main-wrapper.show {
    opacity: 1;
}

#main-wrapper {
    opacity: 0;
    transition: all 0.25s ease-in;
    /* overflow: hidden; */
    position: relative;
}

.main-btn {
    background: #F5F5F5;
    color: #2E3248;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 18px;
    border-radius: 52px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 1px solid #F5F5F5;
    overflow: hidden;
    position: relative;
}

.topcard-section .card-box {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 0px 20px 0px #d8d8d840;
}

    .topcard-section .card-box:hover {
        background-color: #85DE87;
    }

        .topcard-section .card-box:hover .top-icon {
            background-color: #50A852;
        }

        .topcard-section .card-box:hover .top-content h6 {
            color: #fff;
        }

        .topcard-section .card-box:hover .top-content h2 {
            color: #fff;
        }

    .topcard-section .card-box .top-icon {
        background-color: #F5F5F5;
        /* padding: 8px; */
        border-radius: 50%;
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .topcard-section .card-box .top-icon {
        margin-bottom: 15px;
    }

    .topcard-section .card-box .top-content h6 {
        font-size: 15px;
        font-weight: 400;
        color: #AEAEAE;
        margin-bottom: 15px;
    }

    .topcard-section .card-box .top-content h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 0px;
    }


.followup-section .follow-card {
    padding: 20px;
    border-radius: 22px;
    margin-top: 25px;
}

    .followup-section .follow-card .follow-title h4 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .followup-section .follow-card .follow-content {
        display: flex;
        gap: 5px;
    }

        .followup-section .follow-card .follow-content .rise-icon {
            flex: 0 0 30px;
        }

        .followup-section .follow-card .follow-content .follow-name {
            width:25%;
        }

        .followup-section .follow-card .follow-content .follow-date {
            flex: auto;
        }

        .followup-section .follow-card .follow-content .follow-name h5 {
            color: #727272;
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .followup-section .follow-card .follow-content .follow-name p {
            color: #B5B5B5;
        }

        .followup-section .follow-card .follow-content .follow-date h5 {
            color: #727272;
            font-weight: 400;
            font-size: 16px;
        }

        .followup-section .follow-card .follow-content .follow-date p {
            color: #B5B5B5;
        }

.follow-card .follow-inner .follow-third-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.follow-card .follow-inner .follow-third-box h6 {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.follow-card.follow-green-card {
    background-color: #CAEE5A;
}

    .follow-card.follow-green-card .follow-third-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }


    .follow-card.follow-green-card .follow-center-box {
        display: flex;
    }

        .follow-card.follow-green-card .follow-center-box .inner-text {
            flex: 0 0 33%;
        }

            .follow-card.follow-green-card .follow-center-box .inner-text p {
                color: #607B0D;
            }

            .follow-card.follow-green-card .follow-center-box .inner-text h5 {
                color: #607B0D;
            }

    .follow-card.follow-green-card .main-btn {
        background-color: #fff;
        color: #607B0D;
    }

.follow-height {
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 25px;
}

    /* width */
    .follow-height::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .follow-height::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .follow-height::-webkit-scrollbar-thumb {
        background: #919191;
    }

        /* Handle on hover */
        .follow-height::-webkit-scrollbar-thumb:hover {
            background: #5e5e5e;
        }


.middlecard-section .middle-card-box {
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
    text-align: center;
    height: 200px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 0px 20px 0px #d8d8d840;
}

    .middlecard-section .middle-card-box:hover {
        background-color: #50A852;
    }

        .middlecard-section .middle-card-box:hover .top-icon {
            background-color: #CAEE5A;
        }

        .middlecard-section .middle-card-box:hover .top-content h6 {
            color: #fff;
        }

        .middlecard-section .middle-card-box:hover .top-content h2 {
            color: #fff;
        }

    .middlecard-section .middle-card-box .top-icon {
        background-color: #F5F5F5;
        /* padding: 8px; */
        border-radius: 50%;
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .middlecard-section .middle-card-box .top-icon {
        margin-bottom: 15px;
    }

    .middlecard-section .middle-card-box .top-content h6 {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        margin-bottom: 15px;
    }

    .middlecard-section .middle-card-box .top-content h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 0px;
    }

.piechart-section {
}

    .piechart-section .piechart-box {
        background-color: #fff;
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 25px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        box-shadow: 0px 0px 20px 0px #d8d8d840;
    }

        .piechart-section .piechart-box.bar-chart-box {
            background-color: #50A852;
        }

@media (min-width: 992px) {
    .middlecard-section .col-lg-2.col-md-4 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .middlecard-section .col-lg-2.col-md-4 {
        width: 20%;
    }
}
