.layout-menu .menu-profile-info>.name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: #000000;
    transition-property: color,background-color,border-color,text-decoration-color,box-shadow,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .35s
}

.layout-menu .menu-profile-exit {
    color: #4141414d;
}

.layout-page {
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: #eaf4ff;
    padding: 1rem;
}

.layout-menu .menu-heading-mode-btn {
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
    color: #cbce5c4d;
}
