/* /Layout/LoginDisplay.razor.rz.scp.css */
.icon-and-name-and-button[b-fbhgkfnahw] {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items: center;
}

.button-icon:hover > path[b-fbhgkfnahw] {
    stroke: #3f75ff;
}

.icon-and-name[b-fbhgkfnahw] {
    background-color: #8490A11F;
    display: flex;
    flex-direction: row;
    padding: 2px 12px 2px 2px;
    border-radius: 48px;
    gap: 8px;
    align-items: center;
    height: 34px;
}

.icon[b-fbhgkfnahw] {
    background-color: #9FA8B9;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.name[b-fbhgkfnahw] {
    height: 21px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #5E6574;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-raioarbr86] {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-raioarbr86] {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

.top-row[b-raioarbr86] {
    background: #F1F4F9;
    height: 68px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .top-row[b-raioarbr86] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}



.main-content[b-raioarbr86] {
    align-items: center;
}

footer[b-raioarbr86] {
    background: #E6ECF4;
    height: 48px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    margin-top: auto;
    width: 100%;
}

footer[b-raioarbr86],
p[b-raioarbr86] {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8490A1;
}

.logo-text[b-raioarbr86] {
    color: white;
    background-color: #181B21;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
