@import '../_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* ExtClient/Layouts/MainLayout.razor.rz.scp.css */
.layout-container[b-tfhvjex1nc] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.layout-head[b-tfhvjex1nc] {
    flex: 0;
}

.layout-body[b-tfhvjex1nc] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    overflow-y: auto;
}

.mainlayout-footer[b-tfhvjex1nc] {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #002B48;
}

.msym-need-help-footer[b-tfhvjex1nc] {
    display: flex;
    width: 100%;
    padding: 45px 0px 54px 0px;
    align-items: start;
    flex-direction: column;
    color: white;
}

.msym-need-help-footer .msym-nav-item.msym-nav-item-success[b-tfhvjex1nc] {
    margin: 0;
    background-color: var(--Success-500);
}

.msym-app-info[b-tfhvjex1nc] {
    display: flex;
    width: 100%;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    background: #001524;
    color: #D1D4D8;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 10px;
}

.msym-app-info a[b-tfhvjex1nc] {
    text-decoration: none;
    color: #D1D4D8;
}

