/* _content/Pertamina.Chargeback.Bsui/Common/Components/Loading.razor.rz.scp.css */
.loading[b-t56c8waov9]
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* _content/Pertamina.Chargeback.Bsui/Common/Pages/Login.razor.rz.scp.css */
.bg_image[b-50c2b25ojr] {
    background-image: url("../img/bg.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.center[b-50c2b25ojr] {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center_text[b-50c2b25ojr] {
    text-align: center;
    border: 3px solid green;
}

.logo[b-50c2b25ojr] {
    background-image: url("../img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 420px;
    height: 62px;
}

.button[b-50c2b25ojr] {
    background-color: lime;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

    .button:hover[b-50c2b25ojr] {
        background-color: limegreen;
    }
/* _content/Pertamina.Chargeback.Bsui/Common/Pages/MySession.razor.rz.scp.css */
.access-token[b-77vd5y7sp9]
{
    font-family: 'Cascadia Mono', Consolas, 'Courier New', Courier, monospace;
    width: 100%;
    height: 500px;
    padding: 12px;
    resize: none;
}
/* _content/Pertamina.Chargeback.Bsui/Layouts/MainLayout.razor.rz.scp.css */
.logo[b-xj2hp5qzls] {
    /*background-image: url(~/../img/logo.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    min-height: 65px;*/
    background-color: #FFF;
    padding: 10px 16px;
}

.logo img[b-xj2hp5qzls] {
    height: 35px;
}

.main-content[b-xj2hp5qzls] {
    position: relative;
    min-height: calc(100vh - 64px);
    padding: 12px 24px 80px 24px;
    background: #F5F5F6;
}
