/* _content/Pertamina.Emonev.Monev/Common/Components/Loading.razor.rz.scp.css */
.loading[b-4b9eyea38q]
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* _content/Pertamina.Emonev.Monev/Common/Pages/MySession.razor.rz.scp.css */
.access-token[b-wv54hq0h02]
{
    font-family: 'Cascadia Mono', Consolas, 'Courier New', Courier, monospace;
    width: 100%;
    height: 500px;
    padding: 12px;
    resize: none;
}
/* _content/Pertamina.Emonev.Monev/Layouts/MainLayout.razor.rz.scp.css */
.logo[b-1zskf1e5ur] {
    /*margin: 16px;*/
    background-image: url(~/../img/logo.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    min-height: 65px;
    background-color: #FFF;
}

.main-content[b-1zskf1e5ur] {
    position: relative;
    min-height: calc(100vh - 64px);
    padding: 12px 24px 120px 24px;
    background: #f4f8ff;
}

.footer[b-1zskf1e5ur] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 1111;
}

.text-footer[b-1zskf1e5ur] {
    display: flex;
    justify-content: end;
    width: 100%;
    padding: 0 24px;
}
