﻿
/*#region ====================== VARIABLE ======================*/
    /*#region >>>>> WARNA UMUM*/
    :root {
        --abang: #DC3545;
        --kuning: #f1d302;
        --ireng: #2A2D34;
        --primer: #169873;
        --pink: #FF5E5B;
    }
    /*#endregion*/

    /*#region >>>>> WARNA TOMBOL*/
    :root {
        --colorPrimer: #fff;
        --colorDefault: #169873;
        --defaultPrimer: #169873;
        --defaultSecondary: #148D6C;
        --colorDanger: #DC3545;
        --dangerPrimer: #DC3545;
        --dangerSecondary: #C82333;
        --colorWhite: #979797;
        --whitePrimer: #fff;
        --whiteSecondary: #f5f5f5;
    }
    /*#endregion*/

    /*#region >>>>> FONT*/
    html, body {
        font-family: 'Poppins', sans-serif;
    }
    /*#endregion*/
/*#endregion*/


/*#region ====================== DEFAULT ======================*/
    /*#region >>>>> CUSTOM TOMBOL*/
    .plainBtn {
        font-size: .9rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: grey;
        background-color: #f1f1f1;
        padding: .4rem 1.2rem;
        border: 1.5px solid #f1f1f1;
        border-radius: .5rem;
        outline: none;
        transition: .3s ease;
    }
    .plainBtn:focus {
        outline: none;
    }

    .btnDefault {
        color: var(--colorPrimer);
        background-color: var(--defaultPrimer);
        border-color: var(--defaultPrimer);
    }
    .btnDefault:hover,
    .btnDefault:focus {
        color: var(--colorPrimer);
        background-color: var(--defaultSecondary);
        border-color: var(--defaultSecondary);
    }
    .btnOutDefault {
        color: var(--colorDefault);
        background-color: transparent;
        border-color: var(--colorDefault);
    }
    .btnOutDefault:hover,
    .btnOutDefault:focus {
        color: var(--colorPrimer);
        background-color: var(--defaultSecondary);
        border-color: var(--defaultSecondary);
    }

    .btnDanger {
        color: var(--colorPrimer);
        background-color: var(--dangerPrimer);
        border-color: var(--dangerPrimer);
    }
    .btnDanger:hover,
    .btnDanger:focus {
        color: var(--colorPrimer);
        background-color: var(--dangerSecondary);
        border-color: var(--dangerSecondary);
    }

    .btnOutDanger {
        color: var(--dangerPrimer);
        background-color: transparent;
        border-color: var(--dangerPrimer);
    }
    .btnOutDanger:hover,
    .btnOutDanger:focus {
        color: var(--colorPrimer);
        background-color: var(--dangerSecondary);
        border-color: var(--dangerSecondary);
    }

    .btnWhite {
        color: var(--colorWhite);
        background-color: var(--whitePrimer);
        border-color: var(--whitePrimer);
    }
    .btnWhite:hover,
    .btnWhite:focus {
        color: var(--colorWhite);
        background-color: var(--whiteSecondary);
        border-color: var(--whiteSecondary);
    }

    .phill {
        border-radius: 2rem;
    }
    .full {
        width: 100%;
    }
    .btnFlex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
    }
    .plainBtn:disabled {
        color: #818181;
        background-color: #c9c9c9;
        border-color: #c9c9c9;
        pointer-events: none;
        user-select: none;
    }
    /*#endregion*/

    /*#region >>>>> BAWAAN BLAZOR*/
    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }
    .invalid {
        outline: 1px solid red;
    }
    .validation-message {
        font-size: .8rem !important;
        color: var(--abang);
        margin-top: .4rem;
    }
    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
    .blazor-error-boundary {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
        padding: 1rem 1rem 1rem 3.7rem;
        color: white;
    }
    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
    /*#endregion*/

    /*#region >>>>> LOADING AWAL APLIKASI*/
    /*loading biasa*/
    #app .loadingUtama {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
    }
    #app .loadingUtama .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 350px;
        text-align: center;
    }
    #app .loadingUtama img {
        width: 55px;
        height: 55px;
        margin-bottom: 2rem;
    }
    #app .loadingUtama p:nth-of-type(1) {
        color: #555;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0;
    }
    #app .loadingUtama p:nth-of-type(2) {
        color: grey;
        font-size: .85rem;
        margin-bottom: 0;
    }

    #app .loadingUtama .movingDot {
        position: relative;
        width: 220px;
        min-height: 15px;
        border-radius: 1rem;
        margin-bottom: 1rem;
    }
    #app .loadingUtama .movingDot:before,
    #app .loadingUtama .movingDot:after {
        content: '';
        position: absolute;
        left: 2px;
        border-radius: 50%;
        animation: kananKirii 1.8s ease-in-out infinite;
    }
    #app .loadingUtama .movingDot:before {
        top: 2px;
        bottom: 2px;
        width: 13px;
        height: 13px;
        background-color: #4caf50d4;
    }
    #app .loadingUtama .movingDot:after {
        top: 3px;
        bottom: 3px;
        width: 11px;
        height: 11px;
        background-color: #4caf508f;
        animation-delay: .1s
    }
    @keyframes kananKirii {
        0% {
            left: 2px;
        }
        50% {
            left: 206px;
        }
    }
    #app .loadingUtama .nama-asset {
        color: var(--primer);
        font-size: .7rem;
        margin-top: 1.3rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

/*waktu loading download asset
    #app .loadingAsset {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
    }
    #app .loadingAsset .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300px;
        text-align: center;
    }
    #app .loadingAsset .wrapper img {
        width: 65px;
        height: auto;
        margin-bottom: 2.5rem;
    }

    #app .loadingAsset .wrapper .progress {
        position: relative;
        width: 280px;
        height: 2.4rem;
        background-color: #3e3e3e;
        border: 4px solid #3e3e3e;
        border-radius: 2rem;
        margin-top: 1rem;
    }
    #app .loadingAsset .wrapper .progress::before {
        content: var(--persen);
        position: absolute;
        right: .2rem;
        color: #fff;
        font-size: .8rem;
        font-weight: 600;
        line-height: 1.9rem;
    }
    .progress.active .progress-bar {
        -webkit-transition: unset;
        transition: unset;
    }
    #app .loadingAsset .wrapper .progress-bar {
        background-color: #16ab51;
        background-image: url(/doodleLoading.png);
        background-repeat: repeat-x;
        border-radius: 2rem;
        animation: bgLoading 60s infinite linear;
    }
    @keyframes bgLoading {
        0% {
            background-position: -401px;
        }
        100% {
            background-position: 401px;
        }
    }

    #app .loadingAsset .wrapper p:nth-of-type(1) {
        position: relative;
        color: #555;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0;
        animation: prosesGeser 3s infinite ease;
    }
    @keyframes prosesGeser {
        0% {
            transform: translateX(3%)
        }
        35% {
            transform: translateX(2%)
        }
        70% {
            transform: translateX(1%)
        }
        100% {
            transform: translateX(0%)
        }
    }
    #app .loadingAsset .wrapper p:nth-of-type(1)::before {
        content: '';
        position: absolute;
        top: 12px;
        width: 30px;
        height: 10px;
        background-color: #fff;
        animation: tutupGeser 3s infinite ease;
    }
    @keyframes tutupGeser {
        0% {
            right: -16px;
        }
        35% {
            right: -21px;
        }
        70% {
            right: -26px;
        }
        100% {
            right: -31px;
        }
    }
    #app .loadingAsset .wrapper p:nth-of-type(2) {
        color: grey;
        font-size: .85rem;
        margin-bottom: 0;
    }*/
    /*#endregion*/

    /*#region >>>>> WAVE LAZYLOAD*/
    .wave {
        position: relative;
        overflow: hidden;
        background-color: #f5f5f5
    }
    .wave:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #e0e0e0;
        background: linear-gradient(to right, rgba(0,0,0,0) 10%, #f5f5f5 20%, rgba(0,0,0,0) 30%);
        background-size: 800px 50px;
        animation: ombak 1.3s linear infinite;
    }
    @keyframes ombak {
        0% {
            background-position: -468px 0;
        }
        100% {
            background-position: 468px 0;
        }
    }
    /*#endregion*/

    /*#region >>>>> NAVBAR ATAS*/
    .topNav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 1px 12px #d7d7d7;
        background-color: #fff;
        user-select: none;
    }
    .topNav span {
        display: inline-block;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
    }
    .topNav .tbl {
        color: grey;
        width: 3rem;
        transition: .3s ease;
        cursor: pointer;
    }
    .topNav .empty {
        width: 3rem;
    }
    .topNav .tbl:hover {
        color: var(--primer);
        background-color: #497da71f;
    }
    .topNav .txt {
        color: #555;
        font-size: 1rem;
        font-weight: 600;
    }
    /*#endregion*/

    /*#region >>>>> CUSTOM SCROLLBAR*/
    *::-webkit-scrollbar {
        height: 18px;
    }
    *::-webkit-scrollbar-track {
        background: #fff;
    }
    *::-webkit-scrollbar-thumb {
        background-color: var(--primer);
        background-image: linear-gradient(to top, #5fcdae 0%, #24a782 100%);
        border: 4px solid transparent;
        border-radius: 9px;
        background-clip: content-box;
    }
    /*#endregion*/

    /*#region >>>>> HIDE ARROW INPUT NUMBER*/
    /* Chrome, Safari, Edge, Opera */
    #inputOtp .wrapperOtp .isi .kode input::-webkit-outer-spin-button,
    #inputOtp .wrapperOtp .isi .kode input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    /* Firefox */
    #inputOtp .wrapperOtp .isi .kode input[type=number] {
        -moz-appearance: textfield;
    }
    /*#endregion*/

    /*#region >>>>> POPUP INFO*/
    #popupInfo.e-dialog {
        max-height: unset !important;
        border-radius: 2rem 2rem 0 0;
    }
    #popupInfo.e-dialog::before {
        content: '';
        position: absolute;
        top: -1.5rem;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 65px;
        height: 65px;
        background-color: #fff;
        background-image: url(https://cdn.iconscout.com/icon/free/png-64/info-circle-symbol-information-letter-31343.png);
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center;
        border-radius: 50%;
    }
    #popupInfo.e-dialog .e-dlg-content {
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        padding-top: 3rem;
        border-radius: 2rem 2rem 0 0;
    }
    #popupInfo .isi {
        flex: 1;
        text-align: center;
        margin-bottom: 1rem;
    }
    #popupInfo .isi p{
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }
    #popupInfo .isi img {
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
    }
    /*#endregion*/

    /*#region >>>>> HIGHLIGHT AREA*/
    .highlightArea {
        position: relative;
        transition: all .3s ease;
    }
    .highlightArea:focus {
        box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.85);
        outline: none;
        pointer-events: auto;
        z-index: 9999;
    }
    .highlightArea {
        position: relative;
        transition: all .3s ease;
    }
    .highlightArea:focus {
        box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.85);
        outline: none;
        pointer-events: auto;
        z-index: 9999;
    }

    #indexDashboard .highlightArea:focus {
        padding: 1rem 0;
    }
    #indexDashboard .highlightArea:focus::before {
        content: '';
        position: absolute;
        bottom: -5.5rem;
        right: 1rem;
        width: 100px;
        height: 100px;
        background-image: url(https://pasien.blob.core.windows.net/aset/VerifikasiKTP/panahHighlight.png);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(40deg);
        z-index: 9999;
    }
    #indexDashboard .highlightArea:focus::after {
        content: 'Klik tombol untuk mengisi data kehamilan';
        color: #faca38;
        font-family: "Comic Sans MS";
        font-size: 1.1rem;
        line-height: 1.3;
        text-align: right;
        position: absolute;
        bottom: -6rem;
        right: 7rem;
        width: 200px;
        height: fit-content;
        z-index: 9999;
    }

    #indexProfil .highlightArea:focus {
        padding: .5rem;
    }
    #indexProfil .highlightArea:focus::before {
        content: '';
        position: absolute;
        bottom: -5.8rem;
        right: 0;
        width: 90px;
        height: 90px;
        background-image: url(https://pasien.blob.core.windows.net/aset/VerifikasiKTP/panahHighlight.png);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(40deg);
        z-index: 9999;
    }
    #indexProfil .highlightArea:focus::after {
        content: 'Klik tombol untuk mengisi data NIK';
        color: #faca38;
        font-family: "Comic Sans MS";
        font-size: 1.1rem;
        line-height: 1.3;
        text-align: right;
        position: absolute;
        bottom: -6.5rem;
        right: 5.5rem;
        width: 200px;
        height: fit-content;
        z-index: 9999;
    }
    /*#endregion*/

    /*#region >>>>> BREADCRUMB INDEX ARTIKEL*/
    .e-breadcrumb.e-control ol {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: auto;
        padding: 0;
        margin: 0;
    }
    .e-breadcrumb.e-control ol::-webkit-scrollbar {
        display: none;
    }
    .e-breadcrumb.e-control ol .e-breadcrumb-item::marker,
    .e-breadcrumb.e-control ol .e-breadcrumb-separator::marker {
        color: transparent
    }
    .e-breadcrumb.e-control ol .e-breadcrumb-item {
        color: #9a9a9a;
        cursor: pointer;
    }
    .e-breadcrumb.e-control ol .e-breadcrumb-item:hover {
        color: #585858;
    }
    /*.e-breadcrumb.e-control ol .e-breadcrumb-item:last-child {
        color: #585858;
    }*/
    .e-breadcrumb.e-control ol .e-icon-item .e-home:before {
        content: '\f015';
        font-family: fontawesome;
    }
    .e-breadcrumb.e-control ol .e-breadcrumb-item .e-breadcrumb-text {
        color: unset;
        text-decoration: none;
        padding: 0 .5rem;
    }
    .e-breadcrumb.e-control ol .e-breadcrumb-item .e-breadcrumb-icon {
        font-size: 1.1rem
    }
    .e-breadcrumb.e-control ol .e-breadcrumb-separator {
        color: #cfcfcf;
    }
    /*#endregion*/
/*#endregion*/







#pageComingSoon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
#pageComingSoon .isi {
    width: 300px;
    padding: 2rem 1.5rem;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 #cfcfcf8a;
    text-align: center;
}
#pageComingSoon img {
    width: 70%;
    margin-bottom: 1.5rem;
    opacity: .85;
}
#pageComingSoon h3 {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
#pageComingSoon p {
    text-align: center;
    margin-bottom: 0;
}