.dashboard-wrapper {
    /* medium 600 */
    /* regular 400 */

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #04041c !important;
    }

    .primary-card-rounded {
        padding: 11px 21px;
    }

    .kiu-tabs {
        text-align: center;
        border-bottom: 1px solid #d4d4d4;

        svg {
            margin-right: 10px;
            vertical-align: -2px;
        }

        svg path {
            fill: #898989;
        }

        .kiu-tabs-item {
            width: 10vw;
            font-size: 14px;
            font-weight: 400;
            padding-bottom: 5px;
            color: #898989;
            cursor: pointer;
        }

        .kiu-tabs-item.active {
            font-weight: 600;
            border-bottom: 3px solid #089752;
            color: #089752;
        }

        svg.active path {
            fill: #089752;
        }

        .admissions-svg {
            vertical-align: 0;
        }
    }

    .table-wrapper {
        padding-left: 21px;
        padding-right: 21px;

        table {
            width: 100%;
            padding: 0 21px 0 21px;

            td {
                padding-top: 8px;
                padding-bottom: 15px;
            }

            tbody tr td:nth-last-of-type(1) {
                font-weight: 600;
                font-size: 16px;
            }

            thead tr {
                font-size: 14px;
                font-weight: 700;
                color: #04041c;
            }

            tbody tr {
                font-size: 14px;
                font-weight: 400;
                color: #04041c;
                border-bottom: 1px solid #e2e2e2;
            }

            tbody tr:nth-last-of-type(1) {
                border-bottom: none;
            }
        }
    }

    .admissions-main {
        .admission-top-bar {
            display: flex;
            justify-content: space-around;
            align-items: center;
            h4 {
                font-size: 16px;
                color: #04041c;
            }
            p {
                color: #0c0c0c;
                font-size: 12px;
                margin-bottom: 0px !important;
                span {
                    color: #04041c;
                    font-size: 22px;
                    font-weight: 600;
                }
            }
        }

        .h6-heading {
            font-weight: 600;
            color: #04041c;
            font-size: 16px;
        }
        h6 {
            padding: 11px 0px;
            // border-bottom: 1px solid #e2e2e2;
        }
        .vertical-line {
            border: 1px solid #707070;
            height: 67px;
            width: 1px;
        }
    }

    .teachers-main {
        table,
        .publications-table {
            td {
                padding-top: 24px;
                padding-bottom: 32px;
            }
            tbody tr td:nth-last-of-type(1) {
                width: 15%;
            }
            tbody tr td:nth-of-type(1) {
                width: 85%;
            }
        }

        .num-of-teachers-card {
            padding: 18px 20px;
        }

        tspan {
            fill: #04041c;
        }

        .total-teachers-card {
            display: grid;
            align-items: center;
            height: 114px;

            .text-end {
                align-self: center;
            }

            .total-teachers-text {
                margin-bottom: 0;
            }
        }

        .agegroup-card {
            height: 527px;
        }
    }

    .students-main {
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            margin: 0;
            padding: 0;
        }

        .students-count-table {
            td {
                padding-top: 22px;
                padding-bottom: 27px;
            }

            td:nth-last-of-type(1) {
                text-align: right;
            }
        }

        .total-students-card {
            display: grid;
            align-items: center;
            height: 114px;

            .text-end {
                align-self: center;
            }

            .rate-text {
                margin-bottom: 0;
            }

            h6 {
                line-height: 25px;
                padding-right: 15px;
            }

            svg {
                padding-right: 15px;
            }
        }

        .students-performance-card {
            padding: 20px 25px;
        }

        .gender-proportion-chart,
        .scholarship-proportion-chart {
            padding-top: 20px;

            .recharts-wrapper {
                margin: 0 auto;
            }
        }
        .gender-proportion-chart {
            height: 326px !important;
        }
    }
    .all-student-wrapper .gender-proportion-chart {
        height: 335px !important;
    }

    .exams-center-main {
        .exam-bar-chart-wrapper {
            height: 366px;
            .primary-card-rounded {
                padding: 27px 27px 27px 30px;
                height: 366px !important;
                padding: 20px;
            }
        }
        .exams-center-card {
            height: 171px;
            h3 {
                color: #0c0c0c;
                font-size: 18px;
            }
            p {
                color: #04041c;
                font-size: 33px;
                font-weight: 600;
            }
        }
        .exams-center-proportion-chart {
            padding-top: 20px;
            height: 549px;

            .recharts-wrapper {
                .recharts-legend-wrapper {
                    right: -110px !important;
                }
            }
        }
        .exam-center-map {
            height: 349px;
            overflow: hidden;
        }
    }

    .session-filter-wrapper {
        margin-top: 10px;
    }

    .container-kk {
        padding: 5px 5px 5px 0;
        cursor: pointer;
    }

    .container-kk svg {
        font-size: 14px;
        fill: #000;
    }

    .nobr {
        display: none;
    }

    @media (max-width: 1350px) {
        .nobr {
            display: block;
        }
    }

    .green-circle {
        width: 8px;
        height: 8px;
        background: #089752f2 0% 0% no-repeat padding-box;
        opacity: 1;
        border-radius: 100%;
    }
    .blue-circle {
        width: 8px;
        height: 8px;
        background: #343379 0% 0% no-repeat padding-box;
        opacity: 1;
        border-radius: 100%;
    }
    .f-color-grey {
        color: #686874;
    }
    //===========================================================================
    //---------------------------------- Finance Card ------------------------
    //===========================================================================

    .finance-card {
        padding: 11px 21px;
        height: 162px;
        p {
            margin: 2 0;
            color: #0c0c0c;
        }
        h6 {
            color: #04041c;
        }
        h4 {
            color: #04041c;
        }
        span {
            color: #089752;
        }
        p:last-child {
            color: #686874;
        }
    }

    //===========================================================================
    //---------------------------------- College Cashflow Card ----------------
    //===========================================================================

    .colleges-cashflow-card {
        padding: 11px 21px;
        height: 326px;
        p {
            margin: 2 0;
            color: #0c0c0c;
        }
        h6 {
            color: #04041c;
        }
        h4 {
            color: #04041c;
        }
        span {
            color: #686874;
            font-size: 10px;
        }
    }
    //===========================================================================
    //---------------------------------- Sponsers Card ------------------------
    //===========================================================================

    .sponsors-card {
        // height: 236px;
        hr {
            margin: 0;
        }
        h6 {
            padding: 14px 21px;
        }
        .card-content {
            padding: 11px 21px;
            p {
                color: #04041c;
                font-size: 14px;
                margin: 0;
                margin-bottom: 2px;
            }
            span {
                color: #089752;
            }
        }
    }
    //===========================================================================
    //---------------------------------- Funds Utilization Card ---------------
    //===========================================================================

    .funds-utilization-card {
        // height: 308px;
        padding: 18px 20px;

        .recharts-legend-wrapper {
            right: -25px !important;
        }
    }
    //===========================================================================
    //---------------------------------- Cash Flow Card ------------------------
    //===========================================================================

    .cashflow-chart-card {
        padding: 22px;
        min-height: 585px;
    }
    //===========================================================================
    //---------------------------------- Revenue Card ------------------------
    //===========================================================================

    .revenue-bar-chart-wrapper {
        height: 550px;

        .primary-card-rounded {
            padding: 27px 27px 27px 30px;
            height: 550px !important;
            padding: 20px;
        }
    }

    // -------------------------- PieChart ----------------------------
    .recharts-default-legend {
        .recharts-legend-item {
            margin: 15px 0;
            .recharts-legend-item-text {
                font-size: 12px;
                margin-left: 14px;
            }
        }
    }
    //===========================================================================
    //---------------------------------- All Countries Card ----------------
    //===========================================================================

    .all-countries-bar-chart-wrapper {
        height: 100%;
        .primary-card-rounded {
            padding: 27px 27px 27px 30px;
            height: 100% !important;
            padding: 20px;
        }
    }
}

@media (max-width: 1650px) {
    .qualification-card {
        .recharts-wrapper {
            width: 200px;

            svg {
                width: 200;
            }
        }
    }
}

// tooltip for exam maps
*[dir="rtl"] .container-kk {
    padding: 5px 0 5px 5px !important;
}

// map classes
.countries-map-tooltip {
    display: block;
    min-width: 141px;
    height: 89px;
    font-size: 12px !important;
    font-weight: normal;
    background-color: #fff !important;

    table tr:first-child {
        border-bottom: 1px solid #efefef !important;
    }
}
.hide-tooltip {
    .countries-map-tooltip {
        display: none !important;
    }
}
.countries-map-tooltip-hide {
    display: none;
}

.map-wrapper {
    background: #fcfcfc;
    box-shadow: 0px 0px 20px #e3e3e3;
    border: 1px solid #e2e2e2;
    border-radius: 2px 8px 8px 0px;
    height: 495px;
}
.container-map {
    background: #fbfbfb !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    height: 495px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 8px;

    svg {
        height: inherit;
        width: 100%;
    }
}

.application-info-card {
    height: 495px;
}
