.dashboard {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.top-dashbaord-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dashboard-top-section-title {
    color: rgb(72, 69, 69);
    letter-spacing: 3px;
    font-size: 10px;
}

.dashboard-top-section-heading {
    font-weight: bold;
    font-size: 35px;
    margin: 0;

}

.dashboard-top-section-subheading {
    color: rgb(134, 129, 129);
    width: 600px;
    text-align: center;
}

.main-dashboard {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dashboard-container {
    display: flex;
}

.left-section-dashboard {
    display: flex;
    flex-direction: column;
    flex: 2;
}

.left-section-dashboard-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.left-section-dashboard-header-logo {
    height: 20px;
    margin-right: 5px;
}

.left-section-dashboard-header-brandname {
    font-weight: bold;
    font-size: 12px;
}

.right-section-dashboard {
    display: flex;
    flex: 1;
}