@import '_content/ArtikelAssembly/ArtikelAssembly.bundle.scp.css';
@import '_content/DashboardAssembly/DashboardAssembly.bundle.scp.css';
@import '_content/DataKehamilanAssembly/DataKehamilanAssembly.bundle.scp.css';
@import '_content/PasienAssembly/PasienAssembly.bundle.scp.css';
@import '_content/ProfilAssembly/ProfilAssembly.bundle.scp.css';
@import '_content/ServiceProxies/ServiceProxies.bundle.scp.css';
@import '_content/SharedComponent/SharedComponent.bundle.scp.css';
@import '_content/UpgradeClassAssembly/UpgradeClassAssembly.bundle.scp.css';
@import '_content/UserAssembly/UserAssembly.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */

.IndexUtama[b-p99u9si0mk] {
    position: relative;
    height: 100%;
    background: rgb(249,249,249);
    background: linear-gradient(90deg, rgb(244 243 245) 0%, rgb(215 212 215) 100%);
}
.IndexUtama[b-p99u9si0mk]:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://nakesstorage.blob.core.windows.net/aset/Index/bgIndexDokter.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 130%;
}

.IndexUtama .warning[b-p99u9si0mk] {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: fit-content;
    padding: .7rem 1.1rem .7rem 2.6rem;
    background-color: #ffc10799;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    z-index: 1;
}
.IndexUtama .warning[b-p99u9si0mk]:before {
    content: '\f05a';
    font-family: fontawesome;
    position: absolute;
    bottom: -15px;
    left: -10px;
    color: #785d1b52;
    font-size: 2.7rem;
    z-index: -1
}
.IndexUtama .warning p[b-p99u9si0mk] {
    color: #4f3b0a;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 0;
}

.IndexUtama .isi[b-p99u9si0mk] {
    position: relative;
    padding: 4rem 2rem;
}
.IndexUtama .isi img[b-p99u9si0mk] {
    width: 100px;
    height: 100%;
    margin-bottom: 1rem;
}
.IndexUtama .isi p:nth-of-type(1)[b-p99u9si0mk] {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
}
.IndexUtama .isi p:nth-of-type(2)[b-p99u9si0mk] {
    font-size: .95rem;
    font-weight: 600;
    color: grey;
}
.IndexUtama .isi p:nth-of-type(3)[b-p99u9si0mk] {
    font-size: .9rem;
    color: grey;
    margin-bottom: .5rem
}
.IndexUtama .isi .tombol[b-p99u9si0mk] {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 3rem;
}
.IndexUtama .isi button[b-p99u9si0mk] {
    margin-bottom: 1rem;
}
.IndexUtama .isi a[b-p99u9si0mk] {
    color: #272727;
    font-size: .9rem;
    text-decoration: none;
}
.IndexUtama .isi a span[b-p99u9si0mk] {
    color: var(--primer);
}

.IndexUtama .kominfo[b-p99u9si0mk] {
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: flex;
    align-items: center;
}
.IndexUtama .kominfo p[b-p99u9si0mk] {
    width: 80px;
    color: grey;
    font-size: .7rem;
    margin-bottom: 0;
    text-align: right;
    line-height: 1.3;
}
.IndexUtama .kominfo img[b-p99u9si0mk] {
    width: 40px;
    height: auto;
    padding-left: .3rem;
    margin-left: .5rem;
    border-left: 2px solid #cfcfcf;
}


/*DEKSTOP*/
@media screen and (min-width: 1024px) {
    .IndexUtama[b-p99u9si0mk]:before {
        background-size: 100%;
    }
    .IndexUtama .isi[b-p99u9si0mk] {
        padding: 4rem 3rem;
    }
}
/*TABLET*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .IndexUtama[b-p99u9si0mk]:before {
        background-size: 95%;
    }
    .IndexUtama .isi[b-p99u9si0mk] {
        padding: 4rem 3rem;
    }
}
/*HP*/
@media screen and (max-width: 767px) {
}
/* /Pages/IndexDashboard.razor.rz.scp.css */

#indexDashboard[b-mval3ygcxc] {
    position: relative;
    height: 100%;
    width: 100%;
}
#indexDashboard .konten[b-mval3ygcxc] {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    overflow-y: auto;
}
#indexDashboard .konten[b-mval3ygcxc]::-webkit-scrollbar {
    display: none;
}
#indexDashboard .versi[b-mval3ygcxc] {
    position: absolute;
    top: 16px;
    left: 1.5rem;
    color: #dcdcdc;
    font-size: .75rem;
    z-index: 2;
}
#indexDashboard .bgHeader[b-mval3ygcxc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: var(--primer);
    background: linear-gradient(to top, #679cc6 0%, #386992 100%);
    border-radius: 0 0 0 25px;
}

#indexDashboard .topCornerIcon[b-mval3ygcxc] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 50px;
    padding: 1.5rem 1rem .5rem 1rem;
}
#indexDashboard .topCornerIcon .item[b-mval3ygcxc] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: .3s;
    color: #c1c1c1;
    cursor: pointer;
}
#indexDashboard .topCornerIcon .item:hover[b-mval3ygcxc] {
    color: #fff;
    background-color: var(--biru);
}
#indexDashboard .topCornerIcon .item i[b-mval3ygcxc] {
    font-size: 1.1rem;
}
#indexDashboard .nama[b-mval3ygcxc] {
    position: relative;
    min-height: 40px;
    padding: .5rem 1.5rem 1.5rem 1.5rem;
}
#indexDashboard .kartuInfo[b-mval3ygcxc] {
    position: relative;
    margin-bottom: 1.5rem;
}

#indexDashboard .event[b-mval3ygcxc] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
}
#indexDashboard .event .item[b-mval3ygcxc] {
    min-width: 100%;
    max-height: 100px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
#indexDashboard .event .item img[b-mval3ygcxc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#indexDashboard .pasienNew .judul[b-mval3ygcxc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}
#indexDashboard .pasienNew .judul p:first-child[b-mval3ygcxc] {
    color: var(--primer);
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
}
#indexDashboard .pasienNew .judul p:last-child[b-mval3ygcxc] {
    color: grey;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
}


/* >>>>> TOMBOL ADD PASIEN DI DASHBOARD*/
#addNew[b-mval3ygcxc] {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 20;
}
.buatBaru[b-mval3ygcxc] {
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 0 10px 3px #cfcfcf;
}
.buatBaru[b-mval3ygcxc]::before, .buatBaru[b-mval3ygcxc]::after {
    content: "";
    background: var(--primer);
    border-radius: 5px;
    width: 25px;
    height: 4px;
    position: absolute;
    left: 13px;
    top: 23px;
    transition: 0.2s ease;
    z-index: 1;
}
.buatBaru[b-mval3ygcxc]::before {
    transform: rotate(0deg);
}
.buatBaru[b-mval3ygcxc]::after {
    transform: rotate(-90deg);
}
.buatBaru.open[b-mval3ygcxc]::before {
    transform: rotate(45deg);
}
.buatBaru.open[b-mval3ygcxc]::after {
    transform: rotate(-45deg);
}
.buatBaru.open .button[b-mval3ygcxc] {
    opacity: 1;
    pointer-events: auto;
}
.buatBaru.open .button:nth-of-type(1)[b-mval3ygcxc] {
    bottom: 60px;
    right: 0;
    left: 0;
}
.buatBaru .button:nth-of-type(1) span[b-mval3ygcxc] {
    position: absolute;
    top: 16px;
    left: -90px;
    font-family: system-ui;
    font-size: .95rem;
    font-weight: 600;
}
.buatBaru .button[b-mval3ygcxc] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    color: grey;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    box-shadow: inherit;
    transition: 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), 0.2s ease opacity, 0.2s cubic-bezier(0.08, 0.82, 0.17, 1) transform;
}
.buatBaru .button i[b-mval3ygcxc] {
    font-size: 1.2rem;
}


/* >>>>> IKON MENU UTAMA*/
#indexDashboard .menuUtama[b-mval3ygcxc] {
    padding: 1rem 1.5rem;
}
#indexDashboard .menuUtama .grupMenu[b-mval3ygcxc] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    width: 100%;
}
#indexDashboard .grupMenu .itemMenu[b-mval3ygcxc] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .8rem .5rem;
    background-color: #fff;
    border: 1px solid var(--abu);
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
#indexDashboard .grupMenu .itemMenu i[b-mval3ygcxc] {
    font-size: 1.7rem;
    margin-bottom: .6rem;
}
#indexDashboard .grupMenu .itemMenu:nth-of-type(1) i[b-mval3ygcxc] {
    color: #4CAF50;
}
#indexDashboard .grupMenu .itemMenu:nth-of-type(2) i[b-mval3ygcxc] {
    color: #FF5722B7;
}
#indexDashboard .grupMenu .itemMenu:nth-of-type(3) i[b-mval3ygcxc] {
    color: #E91E63;
}
#indexDashboard .grupMenu .itemMenu:nth-of-type(4) i[b-mval3ygcxc] {
    color: #2196F3;
}
#indexDashboard .grupMenu .itemMenu:nth-of-type(5) i[b-mval3ygcxc] {
    color: #9C27B0;
}
#indexDashboard .grupMenu .itemMenu:nth-of-type(6) i[b-mval3ygcxc] {
    color: #673AB7;
}
#indexDashboard .grupMenu .itemMenu p[b-mval3ygcxc] {
    color: var(--ireng);
    font-size: .7rem;
    font-weight: 600;
    margin-bottom: 0;
}
#indexDashboard .grupMenu .itemMenu:hover[b-mval3ygcxc],
#indexDashboard .grupMenu .itemMenu:focus[b-mval3ygcxc] {
    box-shadow: 0 0 10px #497da794;
}


/* >>>>> CARD PASIEN DASHBOARD*/
#indexDashboard .lisPasien .judul[b-mval3ygcxc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
}
#indexDashboard .lisPasien .judul p[b-mval3ygcxc] {
    color: var(--primer);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .7rem;
}
#indexDashboard .lisPasien .grupPasien[b-mval3ygcxc] {
    padding: 0 1.5rem 3rem 1.5rem;
}
#indexDashboard .lisPasien .itemPasien[b-mval3ygcxc] {
    position: relative;
    display: flex;
    align-items: center;
    padding: .6rem;
    margin-bottom: .6rem;
    color: #373737;
    background-color: #fff;
    border: 1px solid var(--abu);
    border-radius: 8px;
    cursor: pointer;
}
#indexDashboard .lisPasien .itemPasien[b-mval3ygcxc]:before {
    content: attr(data-before);
    position: absolute;
    right: 5px;
    top: 5px;
    padding: .1rem .6rem;
    font-size: .6rem;
    color: #fff;
    background-color: #f34f62;
    border-radius: 2px 6px 2px 2px;
}
#indexDashboard .lisPasien .itemPasien img[b-mval3ygcxc] {
    object-fit: cover;
    width: 46px;
    height: 46px;
    margin-right: .6rem;
    border-radius: 50%;
    background-color: #e6e6e6;
}
#indexDashboard .lisPasien .itemPasien p:nth-of-type(1)[b-mval3ygcxc] {
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: .2rem;
    text-transform: capitalize;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#indexDashboard .lisPasien .itemPasien p:nth-of-type(2)[b-mval3ygcxc] {
    color: grey;
    font-size: .7rem;
    margin-bottom: 0;
}
#indexDashboard .lisPasien .grupPasien .tombol[b-mval3ygcxc] {
    margin-top: 1rem;
}

#indexDashboard .noPasien[b-mval3ygcxc] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: .8rem;
    margin: 0 .5rem;
    background-color: #f6f6f6;
    border: 2px dashed #cfcfcf;
    border-radius: 5px;
}
#indexDashboard .noPasien i[b-mval3ygcxc] {
    color: #a1a1a1;
    font-size: 1.8rem;
    margin-right: 1rem;
}
#indexDashboard .noPasien p:nth-of-type(1)[b-mval3ygcxc] {
    color: #a1a1a1;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 0;
}
#indexDashboard .noPasien p:nth-of-type(2)[b-mval3ygcxc] {
    color: #a1a1a1;
    font-size: .7rem;
    margin-bottom: 0;
}
    
/*lazyload*/
#indexDashboard .lisPasien .lazyPasien[b-mval3ygcxc] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    padding: .6rem;
    margin-bottom: .6rem;
    background-color: #fff;
    border: 1px solid var(--abu);
    border-radius: 8px;
}
#indexDashboard .lisPasien .lazyPasien div:nth-of-type(1)[b-mval3ygcxc] {
    width: 46px;
    height: 46px;
    margin-right: .6rem;
    border-radius: 50%;
    background-color: #cfcfcf;
}
#indexDashboard .lisPasien .lazyPasien div:nth-of-type(2)[b-mval3ygcxc] {
    display: flex;
    flex-direction: column;
    width: 80%;
}
#indexDashboard .lisPasien .lazyPasien span:nth-of-type(1)[b-mval3ygcxc] {
    width: 70%;
    height: 13px;
    background-color: #cfcfcf;
    border-radius: 2px;
    margin-bottom: .5rem;
}
#indexDashboard .lisPasien .lazyPasien span:nth-of-type(2)[b-mval3ygcxc] {
    width: 40%;
    height: 8px;
    background-color: #cfcfcf;
    border-radius: 2px;
}
#indexDashboard .lisPasien .lazyPasien span:nth-of-type(3)[b-mval3ygcxc] {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 16px;
    background-color: #cfcfcf;
    border-radius: 2px 6px 2px 2px;
}
/* /Pages/IndexProfil.razor.rz.scp.css */

#indexProfil[b-ulpdfsvazi] {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
#indexProfil .atas[b-ulpdfsvazi] {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    z-index: 1;
}
#indexProfil .atas[b-ulpdfsvazi]:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #497da712;
}
#indexProfil .atas .foto[b-ulpdfsvazi] {
    position: absolute;
}
#indexProfil .atas .foto img[b-ulpdfsvazi] {
    object-fit: cover;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 50%);
    cursor: pointer;
}
#indexProfil .atas .upload[b-ulpdfsvazi] {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}
#indexProfil .atas .upload input[type="file"][b-ulpdfsvazi] {
    display: none;
}
#indexProfil .atas .upload label[b-ulpdfsvazi] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #5c5c5c;
    background-color: #f6f6f6;
    border-radius: 50%;
    box-shadow: 0 0 10px #5c5c5c;
}
#indexProfil .atas .upload label i[b-ulpdfsvazi] {
    font-size: .9rem;
}
    
#indexProfil .tengah[b-ulpdfsvazi] {
    position: relative;
    top: 4rem;
    padding: 4.3rem 1.5rem 4rem 1.5rem;
    background-color: var(--primer);
    border-radius: 2rem 2rem 0 0;
}
#indexProfil .tengah .nama[b-ulpdfsvazi] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
#indexProfil .tengah .kontak[b-ulpdfsvazi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    margin: 1.2rem 0;
}
#indexProfil .tengah .kontak .item[b-ulpdfsvazi] {
    display: flex;
    align-items: center;
}
#indexProfil .tengah .kontak .item i[b-ulpdfsvazi] {
    color: #497da7;
    background-color: #ffffffe8;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .4rem;
    border-radius: 50%;
}
#indexProfil .tengah .kontak .item:nth-of-type(1) i[b-ulpdfsvazi] {
    font-size: .8rem;
    padding: .35rem;
}
#indexProfil .tengah .kontak .item:nth-of-type(2) i[b-ulpdfsvazi] {
    font-size: .9rem;
    padding: .28rem .3rem;
}
#indexProfil .tengah .kontak .item p[b-ulpdfsvazi] {
    word-break: break-word;
}
#indexProfil .tengah .kontak .item p:nth-of-type(1)[b-ulpdfsvazi] {
    color: #d6d6d6;
    font-size: .7rem;
    line-height: 1.1;
    margin-bottom: 0;
}
#indexProfil .tengah .kontak .item p:nth-of-type(2)[b-ulpdfsvazi] {
    color: #fff;
    font-size: .8rem;
    line-height: 1.1;
    margin-bottom: 0;
}

#indexProfil .bawah[b-ulpdfsvazi] {
    position: relative;
    padding: 2rem 1.5rem;
    color: var(--ireng);
    background-color: #fff;
    border-radius: 2rem 2rem 0 0;
}
#indexProfil .bawah .statusNotif[b-ulpdfsvazi] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem;
    margin-bottom: 1.3rem;
    background-color: #497da714;
    border: 1px solid #497da73d;
    border-radius: 4px;
    cursor: pointer;
}
#indexProfil .bawah .statusNotif.non[b-ulpdfsvazi] {
    border-color: #ffc10769;
    background-color: #ffc1072e;
}
#indexProfil .bawah .statusNotif.block[b-ulpdfsvazi] {
    border-color: #f443364a;
    background-color: #f443361c;
}
#indexProfil .bawah .statusNotif .wrapper[b-ulpdfsvazi] {
    position: relative;
    width: 80px;
    height: auto;
}
#indexProfil .bawah .statusNotif img[b-ulpdfsvazi] {
    position: absolute;
    top: -38px;
    left: 0;
    width: 70px;
    height: auto;
}
#indexProfil .bawah .statusNotif.non img[b-ulpdfsvazi],
#indexProfil .bawah .statusNotif.block img[b-ulpdfsvazi] {
    top: -40px;
    left: 10px;
    width: 50px;
}
#indexProfil .bawah .statusNotif p:nth-of-type(1)[b-ulpdfsvazi] {
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 0;
}
#indexProfil .bawah .statusNotif p:nth-of-type(2)[b-ulpdfsvazi] {
    font-size: .7rem;
    margin-bottom: 0;
}

#indexProfil .bawah .online[b-ulpdfsvazi] {
    padding: .8rem .65rem;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    margin-bottom: 1.3rem;
}
#indexProfil .bawah .online .judul[b-ulpdfsvazi] {
    display: flex;
    justify-content: space-between;
    padding-bottom: .8rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #cfcfcf;
}
#indexProfil .bawah .online .judul p[b-ulpdfsvazi] {
    font-weight: 700;
    margin-bottom: 0;
}
#indexProfil .bawah .switch[b-ulpdfsvazi] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
    margin: .2rem 0 0 0;
}
#indexProfil .bawah .switch input[b-ulpdfsvazi] {
    opacity: 0;
    width: 0;
    height: 0;
}
#indexProfil .bawah .switch .slider[b-ulpdfsvazi] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    -webkit-transition: .4s;
    transition: .4s;
}
#indexProfil .bawah .switch .slider[b-ulpdfsvazi]:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}
#indexProfil .bawah .switch input:checked + .slider[b-ulpdfsvazi] {
    background-color: #65cc69;
}
#indexProfil .bawah .switch input:checked + .slider[b-ulpdfsvazi]:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(13px);
}
#indexProfil .bawah .online .inbox[b-ulpdfsvazi] {
    display: flex;
    align-items: center;
    padding: .5rem;
    margin-bottom: 1rem;
    background-color: #ebf2f6;
    border: 1px solid #d2dfe6;
    border-radius: 4px;
    cursor: pointer;
}
#indexProfil .bawah .online .inbox img[b-ulpdfsvazi] {
    width: 2.4rem;
    margin-right: .8rem;
}
#indexProfil .bawah .online .inbox p:nth-of-type(1)[b-ulpdfsvazi] {
    font-weight: 600;
    margin-bottom: 0
}
#indexProfil .bawah .online .inbox p:nth-of-type(2)[b-ulpdfsvazi] {
    color: grey;
    font-size: .7rem;
    margin-bottom: 0
}

#indexProfil .bawah .offline[b-ulpdfsvazi] {
    padding: .8rem .65rem;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    margin-bottom: 1.2rem;
}
#indexProfil .bawah .offline .judul[b-ulpdfsvazi] {
    display: flex;
    justify-content: space-between;
    padding-bottom: .8rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #cfcfcf;
}
#indexProfil .bawah .offline .judul p[b-ulpdfsvazi] {
    font-weight: 700;
    margin-bottom: 0;
}
#indexProfil .bawah .offline .inbox[b-ulpdfsvazi] {
    display: flex;
    align-items: center;
    padding: .5rem;
    background-color: #fff3e9;
    border: 1px solid #ebddd1;
    border-radius: 4px;
    cursor: pointer;
}
#indexProfil .bawah .offline .inbox img[b-ulpdfsvazi] {
    width: 2.4rem;
    margin-right: .8rem;
}
#indexProfil .bawah .offline .inbox p:nth-of-type(1)[b-ulpdfsvazi] {
    font-weight: 600;
    margin-bottom: 0
}
#indexProfil .bawah .offline .inbox p:nth-of-type(2)[b-ulpdfsvazi] {
    color: grey;
    font-size: .7rem;
    margin-bottom: 0
}
#indexProfil .bawah .offline .lokasi[b-ulpdfsvazi] {
    margin: 1rem 0;
}
#indexProfil .bawah .offline .lokasi p i[b-ulpdfsvazi] {
    margin-right: .4rem;
}
#indexProfil .bawah .offline .lokasi p:nth-of-type(1)[b-ulpdfsvazi] {
    color: grey;
    font-size: .7rem;
    margin-bottom: .15rem
}
#indexProfil .bawah .offline .lokasi p:nth-of-type(2)[b-ulpdfsvazi] {
    color: var(--ireng);
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 0;
}

#indexProfil .bawah .jam[b-ulpdfsvazi] {
    color: grey;
    font-size: .7rem;
    margin-bottom: .4rem;
}
#indexProfil .bawah .wrapperTgl[b-ulpdfsvazi] {
    max-height: 170px;
    overflow-y: auto;
}
#indexProfil .bawah .wrapperTgl[b-ulpdfsvazi]::-webkit-scrollbar {
    display: none;
}
#indexProfil .bawah .item[b-ulpdfsvazi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem .4rem .2rem .8rem;
    margin-bottom: .5rem;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-left: 4px solid var(--primer);
    border-radius: 4px;
}
#indexProfil .bawah .item:last-child[b-ulpdfsvazi] {
    margin-bottom: 0;
}
#indexProfil .bawah .item p[b-ulpdfsvazi] {
    font-size: .8rem;
    margin-bottom: 0;
}
#indexProfil .bawah .tombol[b-ulpdfsvazi] {
    margin-top: 2.5rem;
}
/* /Pages/Login.razor.rz.scp.css */

.wrapperLogin[b-jigpvt3gdp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    background-color: #fff;
}
.kontenLogin[b-jigpvt3gdp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.kontenLogin .atas[b-jigpvt3gdp] {
    text-align: center;
    margin-bottom: 1.5rem;
}
.kontenLogin .atas img[b-jigpvt3gdp] {
    width: 5rem;
    margin-bottom: .5rem;
}
.kontenLogin .atas p[b-jigpvt3gdp] {
    color: var(--ijo);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.kontenLogin .tengah .form-control[b-jigpvt3gdp] {
    font-size: .9rem;
    padding: 1.2rem;
    border: 1px solid var(--abu);
}
.kontenLogin .tengah .form-group:nth-of-type(2)[b-jigpvt3gdp] {
    position: relative;
}
.kontenLogin .tengah .form-group:nth-of-type(2) span[b-jigpvt3gdp] {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
.kontenLogin .tengah .form-group:nth-of-type(2) i[b-jigpvt3gdp] {
    color: var(--abu);
}

.kontenLogin .tengah button[b-jigpvt3gdp] {
    margin-top: 2.5rem;
}
.kontenLogin .tengah .validation-message[b-jigpvt3gdp] {
    color: var(--abang);
    font-size: .7rem;
    padding-left: 1.2rem;
    margin-top: .2rem;
}
.kontenLogin .tengah .reset[b-jigpvt3gdp] {
    color: grey;
    font-size: .8rem;
    text-align: right;
    margin-right: 1rem;
    margin-bottom: 0;
    cursor: pointer;
}
.wrapperLogin .bawah[b-jigpvt3gdp] {
    display: flex;
    align-items: flex-end;
    font-size: .9rem;
    z-index: 5;
}
.wrapperLogin .bawah span[b-jigpvt3gdp] {
    color: var(--primer);
    font-weight: 600;
    cursor: pointer;
}


/*DEKSTOP*/
@media screen and (min-width: 1024px) {
    .kontenLogin[b-jigpvt3gdp] {
        padding: 1rem 4rem;
    }
}
/*TABLET*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .kontenLogin[b-jigpvt3gdp] {
        padding: 1rem 3rem;
    }
}
/*HP*/
@media screen and (max-width: 767px) {
    .kontenLogin[b-jigpvt3gdp] {
        padding: 1rem 1.5rem;
    }
}
/* /Pages/PageNotFound.razor.rz.scp.css */

#pageNotFound[b-yt7vc75s9s] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fffbd7;
}
#pageNotFound .isi[b-yt7vc75s9s] {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    z-index: 1;
}
#pageNotFound .isi[b-yt7vc75s9s]:before {
    content: '404';
    font-family: arial;
    font-size: 10rem;
    font-weight: 800;
    color: #e9e2ae;
    position: absolute;
    top: -1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
#pageNotFound img[b-yt7vc75s9s] {
    width: 140px;
    margin: 2rem 0;
    opacity: .9;
    z-index: 2;
}
#pageNotFound h3[b-yt7vc75s9s] {
    color: #8d6600;
    font-weight: 700;
}
#pageNotFound p[b-yt7vc75s9s] {
    color: #ad7d00;
    margin-bottom: 2.5rem;
}
#pageNotFound a[b-yt7vc75s9s] {
    color: #ad7d00;
    text-decoration: none;
    padding: .5rem 1.6rem .6rem 1.6rem;
    border: 1px solid #ad7d00;
    border-radius: 2rem
}
/* /Pages/PopupFiturComingSoon.razor.rz.scp.css */

#fiturComingSoon img[b-abp6mnx36b] {
    width: 70%;
    margin-bottom: 1.5rem;
    opacity: .85;
}
#fiturComingSoon h3[b-abp6mnx36b] {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
#fiturComingSoon p[b-abp6mnx36b] {
    text-align: center;
    margin-bottom: 0;
}
#fiturComingSoon button[b-abp6mnx36b] {
    margin-top: 1.8rem;
}
/* /Pages/RegisterAkun.razor.rz.scp.css */

.mainDaftar[b-g9kt0c8u3r] {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
.mainDaftar[b-g9kt0c8u3r]::-webkit-scrollbar {
    display: none;
}
.kontenDaftar[b-g9kt0c8u3r] {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.kontenDaftar .judul[b-g9kt0c8u3r] {
    width: 100%;
    margin-bottom: 2rem;
}
.kontenDaftar .judul p:first-child[b-g9kt0c8u3r] {
    color: var(--primer);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0;
}
.kontenDaftar .judul p:last-child[b-g9kt0c8u3r] {
    color: grey;
    font-size: .9rem;
    margin-bottom: 0;
}
.kontenDaftar .form-row label[b-g9kt0c8u3r] {
    color: var(--ireng);
    font-size: .9rem;
    font-weight: 600;
}
.kontenDaftar .bawah .tombol[b-g9kt0c8u3r] {
    display: flex;
    margin-top: 1rem;
    width: 100%;
}
.kontenDaftar .bawah p[b-g9kt0c8u3r] {
    font-size: .9rem;
    margin-top: 1.2rem;
    margin-bottom: 0;
    text-align: center;
}
.kontenDaftar .bawah span[b-g9kt0c8u3r] {
    color: var(--primer);
    font-weight: 600;
    cursor: pointer;
}
.kontenDaftar .btn-block + .btn-block[b-g9kt0c8u3r] {
    margin: 0;
}


/*DEKSTOP*/
@media screen and (min-width: 1024px) {
    .kontenDaftar[b-g9kt0c8u3r] {
        padding: 1rem 4rem;
    }
}
/*TABLET*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .kontenDaftar[b-g9kt0c8u3r] {
        padding: 1rem 3rem;
    }
}
/*HP*/
@media screen and (max-width: 767px) {
    .kontenDaftar[b-g9kt0c8u3r] {
        padding: 1rem 1.5rem;
    }
}
/* /Pages/ResetPassword.razor.rz.scp.css */

.wrapperReset[b-shodn3fj67] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
}
.kontenReset[b-shodn3fj67] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem 1.8rem;
    z-index: 5;
}

/*bubble*/
.wrapperReset .bunder div:nth-of-type(1)[b-shodn3fj67] {
    position: absolute;
    top: -90px;
    left: -30px;
    width: 160px;
    height: 160px;
    background-color: var(--primer);
    opacity: .1;
    border-radius: 50%;
}
.wrapperReset .bunder  div:nth-of-type(2)[b-shodn3fj67] {
    position: absolute;
    top: -300px;
    right: -150px;
    width: 460px;
    height: 460px;
    background-color: var(--primer);
    opacity: .1;
    border-radius: 50%;
}
.wrapperReset .bunder  div:nth-of-type(3)[b-shodn3fj67] {
    position: absolute;
    bottom: -350px;
    left: -60px;
    width: 500px;
    height: 500px;
    background-color: var(--primer);
    opacity: .1;
    border-radius: 50%;
}

.kontenReset .isi[b-shodn3fj67] {
    text-align: center;
}
.kontenReset .isi p:nth-of-type(1)[b-shodn3fj67] {
    color: var(--primer);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.kontenReset .isi p:nth-of-type(2)[b-shodn3fj67] {
    color: grey;
    font-size: .9rem;
    margin-bottom: 2rem;
}
.kontenReset .isi .form-control[b-shodn3fj67] {
    font-size: .9rem;
    padding: 1.2rem;
    border: 1px solid var(--abu);
}
.kontenReset .isi button[b-shodn3fj67] {
    margin-top: 2.5rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9hh11honic] {
    height: 100vh;
    background-color: #c7c7c7;
}
.main[b-9hh11honic] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden !important;
}
.page .main .content[b-9hh11honic] {
    flex: 1;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
}

.sidebar[b-9hh11honic] {
    display: none;
    background-color: #1B756B !important;
}
.page .sidebar .top-row[b-9hh11honic] {
    height: 6% !important;
}

.navbar[b-9hh11honic] {
    flex-wrap: nowrap;
}
.navbar img[b-9hh11honic] {
    width: 2.3rem;
    margin-right: .4rem;
}
.nav .nav-item .nav-link[b-9hh11honic] {
    color: #fff;
}

.top-row[b-9hh11honic] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.top-row[b-9hh11honic]  a, .top-row[b-9hh11honic]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}
.top-row[b-9hh11honic]  a:hover, .top-row[b-9hh11honic]  .btn-link:hover {
    text-decoration: underline;
}
.top-row[b-9hh11honic]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9hh11honic] {
        display: none;
    }
    .top-row.auth[b-9hh11honic] {
        justify-content: space-between;
    }
    .top-row[b-9hh11honic]  a, .top-row[b-9hh11honic]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9hh11honic] {
        flex-direction: column;
    }
    .sidebar[b-9hh11honic] {
        display: none;
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    .top-row[b-9hh11honic] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .top-row.auth[b-9hh11honic]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
    .top-row[b-9hh11honic], .content[b-9hh11honic] {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}


/*TAMPILAN PC DAN TABLET*/
@media screen and (min-width: 1024px) {
    .page .main .content[b-9hh11honic] {
        width: 45%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .page .main .content[b-9hh11honic] {
        width: 70%;
    }
}
/* /Shared/NavbarBottom.razor.rz.scp.css */

#navbarBawah[b-zka9ms8mzx] {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
#navbarBawah .wrapper[b-zka9ms8mzx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    border-top: 1px solid #cfcfcf;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a {
    position: relative;
    color: #497da78c;
    width: calc(100%/3);
    padding: 1.1rem .6rem;
    text-decoration: none;
    transition: all .25s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a:before {
    content: ' ';
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 105px;
    height: 35px;
    background-color: var(--primer);
    border-radius: 5rem;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: -1;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a i {
    font-size: 1.5rem;
    transition: all .2s ease-in-out;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a span {
    width: 0;
    font-size: 1rem;
    margin-left: .5rem;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a.active {
    color: #fff;
    border-radius: 10px;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a.active:before {
    bottom: 11px;
    opacity: 1;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a.active i {
    font-size: 1rem;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a:nth-of-type(1).active span {
    width: 3.7rem;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a:nth-of-type(2).active span {
    width: 2.8rem;
}
#navbarBawah .wrapper[b-zka9ms8mzx]  a:nth-of-type(3).active span {
    width: 2.3rem;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7ubigcnzu2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7ubigcnzu2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7ubigcnzu2] {
    font-size: 1.1rem;
}

.oi[b-7ubigcnzu2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7ubigcnzu2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7ubigcnzu2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7ubigcnzu2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7ubigcnzu2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7ubigcnzu2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7ubigcnzu2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7ubigcnzu2] {
        display: none;
    }

    .collapse[b-7ubigcnzu2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */

.btnUpdateVersi[b-9xvzq9bfpp] {
    position: fixed;
    right: 0;
    bottom: 4rem;
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .8rem 1.5rem .8rem .8rem;
    background-color: #fff38b;
    border-radius: .8rem 0 0 .8rem;
    box-shadow: 0 0 18px 0 #b4b4b4;
    animation: muncul-b-9xvzq9bfpp 1.5s ease-out;
    cursor: pointer;
    z-index: 999;
}
@keyframes muncul-b-9xvzq9bfpp {
    from {
        right: -100%;
    }
    to {
        right: 0;
    }
}
.btnUpdateVersi img[b-9xvzq9bfpp] {
    width: 38px;
}
.btnUpdateVersi p:nth-of-type(1)[b-9xvzq9bfpp] {
    color: #349638;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}
.btnUpdateVersi p:nth-of-type(2)[b-9xvzq9bfpp] {
    color: #555;
    font-size: .9rem;
    margin-bottom: 0;
}
