.college-payments-wrapper {
    ul {
        height: 230px;
        overflow: auto;
        li {
            padding: 0 5px 5px 0;
        }
        li:not(:last-child) {
            border-bottom: 1px solid #e9e9e9;
            margin-bottom: 20px;
        }
    }
}

.card-wrapper {
    width: 100%;
    height: 326px;
    background: #fcfcfc;
    box-shadow: 0px 0px 20px #e3e3e3;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    .card-header {
        display: flex;
        justify-content: space-between;
        background-color: #ffffff;
        padding: 14px;
    }
    .card-body {
        padding: 20px 15px;
    }
}

.new-count {
    min-width: max-content;
    height: 24px;
    background: #dee9fb;
    color: #1a60ec;
    box-shadow: 0px 0px 10px #08975224;
    border-radius: 5px;
    padding: 5px;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    font-size: 10px;
}

.college-admission-wrapper {
    .funds-utilization-card {
        min-height: 264px !important;
    }
    .cashflow-chart-card {
        min-height: 668px !important;
    }
}

.college-teachers-wrapper {
    .agegroup-card {
        height: 373px !important;
    }
}
