.left-grid-container {
    display: none;
}

.dashboard-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    min-width: 90vw;
}


.dashboard-module-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.dashboard-module-info {
    display: flex;
    align-items: center;
}

.dashboard-module-info img {
    margin-right: 12px;
}

.table-data-text-block.chip.neutral {
    /* background-color: var(--primary-red-light); */
    background: var(--Primary-Color-Shade-1, #EDEBFF);
    color: var(--Primary-Color, #7764F9);
}



.view-all {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 16px;
    color: #7764F9;
}

.view-all a {
    color: #7764F9;
    text-decoration: none;
    margin-right: 8px;
    font-weight: 600;
}

.module-card-title {
    font-weight: 700;
}

.module-card-link {
    font-weight: 600;
    font-size: 15px;
}


.coming-soon-container {
    text-align: center;
    padding: 20px;
}



.back-button:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}

.header-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;

}

.header-column1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    padding: 16px 25px 16px 24px;
    display: flex;
    font-weight: 700;

}

.productive-select .ant-select-selector {
    background-color: transparent !important;
    border: none !important;
    color: var(--gray-1);
    font-size: 16px;
}

.productivity-module {
    justify-content: flex-start;
    display: flex;
  }