.dashboard-wrapper {
    padding-bottom: 30px;
    .statistics-wrapper {
        .primary-card-rounded {
            padding: 14px 24px;
            img {
                min-width: 32px;
            }

            .img-min-46 {
                min-width: 46px;
            }
        }
    }

    .vertical-divider {
        width: 0px;
        height: 59px;
        border: 1px solid #ebebeb;
    }

    .amount-graph-wrapper {
        .primary-card-rounded {
            padding: 14px 24px;
            height: 391px !important;
            padding: 20px;
        }
    }
}

.area-chart-header {
    display: flex;
    .chart-legend {
        .indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
        }
        .primary-indicator {
            background: #089752;
        }
        .secondary-indicator {
            background: #343379;
        }
    }
}
*[dir="rtl"] .indicator {
    margin-right: 0;
    margin-left: 10px;
}

.revenue-bar-chart-wrapper {
    .primary-card-rounded {
        padding: 20px 30px;
        height: 528px !important;
        padding: 20px;
    }
}

.bar-chart-header {
    display: flex;
}

.scholarships-wrapper {
    .primary-card-rounded {
        height: 219px !important;
    }
    .table-header {
        height: 52px;
        background-color: #ffffff;
        padding: 15px;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 8px 8px 0px 0px;
    }
    .table-content {
        overflow-y: auto !important;
        height: 155px;
    }

    table {
        margin: 0 auto;
        font-size: 10px;
        width: 85%;

        thead,
        tbody tr {
            table-layout: fixed; /* even columns width , fix width of table too*/
        }
        th {
            color: #686874;
            font-weight: 400;
        }
        td {
            color: #04041c;
        }
        th,
        td {
            padding: 0 12px;
        }
        td,
        th {
            text-align: center;
        }
    }
}

.colleges-chart-wrapper {
    .primary-card-rounded {
        height: 295px !important;
        padding: 10px 20px;
    }
}
.gender-chart-wrapper {
    .primary-card-rounded {
        padding: 10px 20px;
    }

    .legends-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;

        .indicator {
            width: 10px;
            height: 10px;
            display: inline-block;
            margin-right: 5px;
        }
    }
}

.revenue-by-country-card {
    width: 100%;
    min-height: 1066px;
    background: #ffffff;
    box-shadow: 0px 0px 20px #e3e3e3;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 30px;
}
