.dashboard-placeholder__blank {
    display: flex;
    flex-direction: column;
    padding: 25px;
    text-align: center;
    gap: 15px;
}

.dashboard-placeholder__text {
    color: #262626;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.28px;
}

.--rd-nav__text {
    cursor: pointer;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.28px;
    text-decoration: none;
    color: inherit;
}

.--rd-nav__text:hover,
.--rd-nav__text:active,
.--rd-nav__text:visited {
    color: inherit;
}