.trybebox-dashboard-flex-column
{
    display: flex;
    flex-direction: column;
}

.trybebox-dashboard-flex-cntr
{
    display: flex;
    justify-content: center;
}

.trybebox-dashboard-flex-btw
{
    display: flex;
    justify-content: space-between;
}

.trybebox-dashboard-header
{
    margin-bottom: 16px;
}

.trybebox-dashboard-header-txt
{
font-weight: 600;
font-size: 24px;
line-height: 40px;
color: #1E1E1E;
}

