﻿.dashboard-top-component {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top:15px;
}

.dashboard-top-card {
    width: 18%;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
}

    .dashboard-top-card .e-card-header {
        font-weight: bold;
        width: auto !important;
    }

    .dashboard-top-card .count-text {
        font-size: 1.625em;
        margin-top: 10px;
    }

.selected-card {
    background-color: #f0f0f0;
}

.invite-section {
    margin-top: 20px;
}

.invite-header {
    margin-bottom: 10px;
}

.invite-component {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .invite-component > .e-outline {
        margin-right: 10px;
        width: 300px !important;
    }
