/* /Pages/About.razor.rz.scp.css */

.container[b-lkoex60uks] {
    padding: 3% 5%;
    position: relative;
    background-color: white;
    justify-content: center;
    border-radius: 0px;
}


/*CSS NEW ABOUT CELVIN ------------------------------*/
.nav-link[b-lkoex60uks] {
    display: block;
    padding: .5rem 1rem;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link[b-lkoex60uks], .nav-tabs .nav-link.active[b-lkoex60uks] {
    color: #0a58ca;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.icocarou[b-lkoex60uks]{
    background-color:black;
}

.divider[b-lkoex60uks] {
    border: 1px solid black;
    width: 2px;
    height: auto;
    padding: 0;
    margin : 0px 10px 0px 10px;
}

.my-logo[b-lkoex60uks] {
    display: flex;
    position: relative;
    justify-content: right;
    margin-bottom: 1rem;
}

.imgcontainer[b-lkoex60uks] {
    width: 100%;
    animation: img-b-lkoex60uks 1s ease-in-out forwards, fadelogo-b-lkoex60uks 1s ease-in-out forwards;
    opacity: 0;
    border-radius: 10px;
}



/*MEDIA REPONSIVE ----------------------------------------*/

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div[b-lkoex60uks] {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child[b-lkoex60uks] {
            display: block;
        }
}

.carousel-inner .carousel-item.active[b-lkoex60uks],
.carousel-inner .carousel-item-next[b-lkoex60uks],
.carousel-inner .carousel-item-prev[b-lkoex60uks] {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active[b-lkoex60uks],
    .carousel-inner .carousel-item-next[b-lkoex60uks] {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active[b-lkoex60uks],
    .carousel-inner .carousel-item-prev[b-lkoex60uks] {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end[b-lkoex60uks],
.carousel-inner .carousel-item-start[b-lkoex60uks] {
    transform: translateX(0);
}



@media (max-width: 640px) {
    .img-src1[b-lkoex60uks] {
        content: url(images/aboutM.webp);
    }
       

    .my-caro[b-lkoex60uks] {
        margin: 0 5rem;
    }

    .cardM[b-lkoex60uks] {
        min-width: 100%;
        margin-top: 15px;
    }

    .my-img[b-lkoex60uks] {
        width: 17%;
        align-self: center;
    }

    .my-img-sq[b-lkoex60uks] {
        width: 5%;
        align-self: center;
    }
}

@media (min-width: 641px) {
    .img-src1[b-lkoex60uks] {
        content: url(images/about.webp);
    }

    /*.img-src2 {
        content: url(images/PebBuilding2.webp);
    }

    .img-src3 {
        content: url(images/PebBuilding3.webp);
    }
*/
    .my-caro[b-lkoex60uks] {
        margin: 0 5rem;
    }
    .my-img[b-lkoex60uks] {
        width: 10%;
        align-self: center;
    }

    .my-img-sq[b-lkoex60uks] {
        width: 3%;
        align-self: center;
    }
}

@media (max-width: 1280px) {


}

@media (max-width: 920px) {


}



/*
ANIMASi MASUK BY CELVIN -------------------------------------------*/

.text[b-lkoex60uks] {
    animation: slide-up-b-lkoex60uks 1s ease-in-out forwards, fade-in-b-lkoex60uks 1s ease-in-out forwards;
    opacity: 0;
}

.mbile[b-lkoex60uks] {
    animation: slide-up-b-lkoex60uks 1s ease-in-out forwards, fade-in-b-lkoex60uks 1s ease-in-out forwards;
    opacity: 0;
}

.nav-tabs[b-lkoex60uks] {
    animation: slide-up-b-lkoex60uks 1s ease-in-out forwards, fade-in-b-lkoex60uks 1s ease-in-out forwards;
    opacity: 0;
}
h3[b-lkoex60uks] {
    animation: slide-up-b-lkoex60uks 1s ease-in-out forwards, fade-in-b-lkoex60uks 1s ease-in-out forwards;
    opacity: 0;
}

.animat[b-lkoex60uks] {
    animation: slide-up-b-lkoex60uks 1s ease-in-out forwards, fade-in-b-lkoex60uks 1s ease-in-out forwards;
    opacity: 0;
}

.table[b-lkoex60uks] {
    animation: slide-up-b-lkoex60uks 1s ease-in-out forwards, fade-in-b-lkoex60uks 1s ease-in-out forwards;
    opacity: 0;
}
@keyframes slide-up-b-lkoex60uks {
    0% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
        bottom: 0;
    }
}

@keyframes fade-in-b-lkoex60uks {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.my-logo[b-lkoex60uks] {
    animation: logo-b-lkoex60uks 1s ease-in-out forwards, fadelogo-b-lkoex60uks 1s ease-in-out forwards;
    opacity: 0;
}

@keyframes logo-b-lkoex60uks {
    0% {
        transform: translateX(5%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fadelogo-b-lkoex60uks {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes img-b-lkoex60uks {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateY(0);
    }
}


.carousel-item[b-lkoex60uks] {
    display:flex;
}
/* /Pages/Aktivasi.razor.rz.scp.css */

.container[b-86mzjsyo3q] {
    padding: 3% 5%;
    position: relative;
    background-color: white;
    justify-content: center;
    border-radius: 5px;
}

.crdcss[b-86mzjsyo3q] {
    margin-top: -1vh;
}

.mask1[b-86mzjsyo3q] {
    -webkit-mask-image: url(images/HoneycombMask.webp);
    /*-webkit-mask-image: -webkit-gradient(linear, left 10%, left 50%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));*/
    mask-image: url(images/HoneycombMask.webp);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    max-width: 100%;
    height: 125%;
    z-index: 0;
    margin-top: -150px;
}


.customcrop[b-86mzjsyo3q] {
    position: fixed;
    left: -100px;
    top: 60px;
    object-fit: cover;
    width: 60%;
}

.card-alert[b-86mzjsyo3q] {
    padding: 3% 2%;
}

.alert_body[b-86mzjsyo3q] {
    border-radius: 10px;
    padding: 2% 2%;
    color: black;
    background-color: white;
    margin-top: 15px;
    border: 2px solid #ff2929;
}

.bannercapt[b-86mzjsyo3q] {
    padding-top: 2%;
    overflow: auto;
    height: 400px;
    z-index: 5;
}

#textarea[b-86mzjsyo3q] {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
}

textarea[b-86mzjsyo3q] {
    height: 250px;
    width: 100%;
    background-color: white;
    overflow-y: scroll;
}

.badge[b-86mzjsyo3q] {
    background-color: #0d47a1;
}

.card[b-86mzjsyo3q] {
    border-radius: 15px;
    border: none;
    background: none;
}

.card-text:last-child[b-86mzjsyo3q] {
    margin-bottom: 0;
    text-align: center;
}

.card .card-header[b-86mzjsyo3q] {
    border-radius: 15px 15px 0px 0px;
}

.modal-content[b-86mzjsyo3q] {
    border-radius: 15px;
}

    .modal-content .card-body[b-86mzjsyo3q] {
        border-radius: 15px
    }

.modal-header[b-86mzjsyo3q] {
    border-radius: 15px 15px 0px 0px;
}

.divider[b-86mzjsyo3q] {
    border: 1px solid black;
    width: 2px;
    height: auto;
    padding: 0;
}

.paragraph[b-86mzjsyo3q] {
    width: 100%;
    overflow: hidden;
    text-align: justify;
    background-color: transparent;
    border: 0 none;
    color: black;
    -webkit-text-fill-color: #000;
    opacity: 1;
}

.pnlcustom[b-86mzjsyo3q] {
    border-radius: 15px;
    margin-top: -15px;
}

.headlw[b-86mzjsyo3q] {
    margin-top: -17px;
    padding-bottom: 15px;
}

.cardCustom[b-86mzjsyo3q] {
    width: 100%;
    border-radius: 10px;
    background: none;
    font-size: 15px;
    color: black;
    border: 2px solid #007ea7;
    align-items: center;
}

.img-flowEn-src[b-86mzjsyo3q] {
    content: url(images/WorkFlowEn.svg);
}

.img-flowId-src[b-86mzjsyo3q] {
    content: url(images/WorkFlowId.svg);
}

.card-text[b-86mzjsyo3q] {
    text-align: justify;
}

.anout[b-86mzjsyo3q] {
    font-weight: bold;
}


/*CSS NEW CELVIN------------------------------*/

.card2[b-86mzjsyo3q] {
    padding: 1%;
    background-color: white;
    box-shadow: rgba(136, 165, 191, 0.48) 2px 2px 12px 0px, rgba(255, 255, 255, 0.8) -2px -2px 12px 0px;
    border-radius: 3px;
    margin: 1%;
    width: 315px;
}

    .card2:hover[b-86mzjsyo3q] {
        transform: scale(1.1) !important;
    }

.card-header2[b-86mzjsyo3q] {
    background-color: #007ea7;
    color: white;
    padding: 2%;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.card-footer2[b-86mzjsyo3q] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    cursor: pointer;
    background-color: #f8f9fa;
    color: #007ea7;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color 0.3s, color 0.3s;
}

    .card-footer2:hover[b-86mzjsyo3q] {
        background-color: #10208b;
        color: white;
    }

.animat[b-86mzjsyo3q] {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

    .animat.animate[b-86mzjsyo3q] {
        opacity: 1;
        transform: translateY(0);
    }

.icocarou[b-86mzjsyo3q] {
    background-color: black;
    border-radius: 5px;
}

@media (max-width: 640px) {
    .img-src1[b-86mzjsyo3q] {
        content: url(images/PebBuildingM0.webp);
    }

    .img-src2[b-86mzjsyo3q] {
        content: url(images/PebBuildingM2.webp);
    }

    .img-src3[b-86mzjsyo3q] {
        content: url(images/PebBuildingM3.webp);
    }

    .my-caro[b-86mzjsyo3q] {
        min-height: 18vh;
        width: 100%;
        object-fit: contain;
    }

    .mask1[b-86mzjsyo3q] {
        height: 110%;
        top: 160px;
    }

    .customcrop[b-86mzjsyo3q] {
        left: -100px;
        top: 50px;
        object-position: 50%;
        width: 80%;
        height: 40%;
    }

    .cardimg[b-86mzjsyo3q] {
        width: 100%;
        margin-left: 0;
    }

    .card2[b-86mzjsyo3q] {
        padding: 4%;
        background-color: white;
        box-shadow: rgba(136, 165, 191, 0.48) 2px 2px 12px 0px, rgba(255, 255, 255, 0.8) -2px -2px 12px 0px;
        border-radius: 3px;
    }

    .headlw[b-86mzjsyo3q] {
        margin-top: 0px;
        padding-bottom: 15px;
    }

    .garis[b-86mzjsyo3q] {
        margin-top: 15px;
    }

    .cardtext[b-86mzjsyo3q] {
        width: 300px;
        margin-top: 10px;
    }

    .crdcss[b-86mzjsyo3q] {
        margin-top: -2vh;
    }


    .card-body .card-title[b-86mzjsyo3q] {
        font-size: medium;
    }

    .card-footer[b-86mzjsyo3q] {
        font-size: smaller;
    }

        .card-footer a[b-86mzjsyo3q] {
            font-size: smaller;
        }

    .bannercapt[b-86mzjsyo3q] {
        height: 250px;
        padding: 1% 0 0 5%;
    }

    .carouselcontainer[b-86mzjsyo3q] {
        position: relative;
        height: 18vh;
        margin-bottom: 20px;
    }

    .carousel-inner[b-86mzjsyo3q] {
        height: 18vh;
    }

    .my-img[b-86mzjsyo3q] {
        width: 20%;
        height: 100%;
        align-self: center;
    }

    .my-img-sq[b-86mzjsyo3q] {
        width: 15%;
        height: 100%;
        align-self: center;
    }

    .my-btn[b-86mzjsyo3q] {
        background-color: #007ea7;
        color: white;
        cursor: pointer;
        font-size: small;
        font-weight: bold
    }

    .carousel-outcapt[b-86mzjsyo3q] {
        position: static;
        text-align: center;
        color: black;
        padding: 5px;
    }

        .carousel-outcapt p[b-86mzjsyo3q] {
            margin: 0;
        }

    /*.imgswitch {
        content: url(images/WorkFlowPot.png);
    }*/

    .my-QR[b-86mzjsyo3q] {
        content: url(images/qr-code.png);
        max-width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 641px) {
    .img-src1[b-86mzjsyo3q] {
        content: url(images/PebBuilding0.webp);
    }

    .img-src2[b-86mzjsyo3q] {
        content: url(images/PebBuilding2.webp);
    }

    #warnakuota[b-86mzjsyo3q] {
        font-size: 12px;
        color: black;
    }

    .img-src3[b-86mzjsyo3q] {
        content: url(images/PebBuilding3.webp);
    }

    .my-QR[b-86mzjsyo3q] {
        content: url(images/qr-code.png);
        max-width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .my-caro[b-86mzjsyo3q] {
        min-height: 39vh;
        width: 100%;
        object-fit: contain;
        /*object-fit: cover;
        object-position: left;*/
    }

    .carouselcontainer[b-86mzjsyo3q] {
        position: relative;
        height: calc(39vh - 56px);
    }

    .carousel-inner[b-86mzjsyo3q] {
        height: 39vh;
    }

    .carousel-outcapt[b-86mzjsyo3q] {
        position: absolute;
        background-color: rgba(31,72,126,0.5);
        text-align: center;
        color: white;
        width: fit-content;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
        padding: 15px;
    }

        .carousel-outcapt p[b-86mzjsyo3q] {
            margin: 0;
        }

    /*.imgswitch {
        content: url(images/WorkFlowLans.png);
    }*/

    .my-img[b-86mzjsyo3q] {
        width: 15%;
        height: 100%;
        align-self: center;
    }

    .my-img-sq[b-86mzjsyo3q] {
        width: 10%;
        height: 100%;
        align-self: center;
    }

    .my-btn[b-86mzjsyo3q] {
        background-color: #007ea7;
        color: white;
        cursor: pointer;
        font-size: medium;
        font-weight: bold
    }

    .top-carousel[b-86mzjsyo3q] {
        position: fixed;
        /*top: 0px;
        right: 0px;
        left: 0px;*/
        min-height: 39vh;
        max-height: 39vh;
        left: 0;
        right: 0;
        top: 25px;
    }
}

@media (max-width: 1280px) {
    .mask1[b-86mzjsyo3q] {
        height: 110%;
        top: 50px;
    }

    .customcrop[b-86mzjsyo3q] {
        left: -100px;
        width: 85%;
    }

    #warnakuota[b-86mzjsyo3q] {
        font-size: 12px;
        color: black;
    }
}

@media (max-width: 920px) {
    .mask1[b-86mzjsyo3q] {
        height: 110%;
        top: 90px;
    }

    .customcrop[b-86mzjsyo3q] {
        left: -400px;
        width: 130%;
    }

    .indicatorbottom[b-86mzjsyo3q] {
        margin-bottom: 0vh;
    }
}



/* ANIMASi MASUK BY CELVIN -------------------------------------------*/

.cardimg[b-86mzjsyo3q] {
    animation: slide-up-b-86mzjsyo3q 1s ease-in-out forwards, fade-in-b-86mzjsyo3q 1s ease-in-out forwards;
    opacity: 0;
}

.cardCustom[b-86mzjsyo3q] {
    animation: slide-up-b-86mzjsyo3q 1s ease-in-out forwards, fade-in-b-86mzjsyo3q 1s ease-in-out forwards;
    opacity: 0;
}

.alert_body[b-86mzjsyo3q] {
    animation: slide-up-b-86mzjsyo3q 1s ease-in-out forwards, fade-in-b-86mzjsyo3q 1s ease-in-out forwards;
    opacity: 0;
}

.headlw[b-86mzjsyo3q] {
    animation: slide-up-b-86mzjsyo3q 1s ease-in-out forwards, fade-in-b-86mzjsyo3q 1s ease-in-out forwards;
    opacity: 0;
}

@keyframes slide-up-b-86mzjsyo3q {
    0% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
        bottom: 0;
    }
}

@keyframes fade-in-b-86mzjsyo3q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/careers.razor.rz.scp.css */

.container[b-7fke4ls1it] {
    padding: 3% 5%;
    position: relative;
    background-color: white;
    justify-content:center;
    border-radius: 5px;
}

.crdcss[b-7fke4ls1it] {
    margin-top: -1vh;
}

.mask1[b-7fke4ls1it] {
    -webkit-mask-image: url(images/HoneycombMask.webp);
    /*-webkit-mask-image: -webkit-gradient(linear, left 10%, left 50%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));*/
    mask-image: url(images/HoneycombMask.webp);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    max-width: 100%;
    height: 125%;
    z-index: 0;
    margin-top: -150px;
}


.customcrop[b-7fke4ls1it] {
    position: fixed;
    left: -100px;
    top: 60px;
    object-fit: cover;
    width: 60%;
}

.card-alert[b-7fke4ls1it] {
    padding: 3% 2%;
}

.alert_body[b-7fke4ls1it] {
    border-radius: 10px;
    padding: 2% 2%;
    color: black;
    background-color: white;
    margin-top: 15px;
    border: 2px solid #ff2929;
}

.bannercapt[b-7fke4ls1it] {
    padding-top: 2%;
    overflow: auto;
    height: 400px;
    z-index: 5;
}

#textarea[b-7fke4ls1it] {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
}

textarea[b-7fke4ls1it] {
    height: 250px;
    width: 100%;
    background-color: white;
    overflow-y: scroll;
}

.badge[b-7fke4ls1it] {
    background-color: #0d47a1;
}

.card[b-7fke4ls1it] {
    border-radius: 15px;
    border: none;
    background: none;
}

.card-text:last-child[b-7fke4ls1it] {
    margin-bottom: 0;
    text-align: center;
}
.card .card-header[b-7fke4ls1it] {
    border-radius: 15px 15px 0px 0px;
}
.modal-content[b-7fke4ls1it] {
    border-radius: 15px;
}
.modal-content .card-body[b-7fke4ls1it] {
    border-radius: 15px
}
.modal-header[b-7fke4ls1it] {
    border-radius: 15px 15px 0px 0px;
}

.divider[b-7fke4ls1it] {
    border: 1px solid black;
    width: 2px;
    height: auto;
    padding: 0;
}

.paragraph[b-7fke4ls1it] {
    width: 100%;
    overflow: hidden;
    text-align: justify;
    background-color: transparent;
    border: 0 none;
    color: black;
    -webkit-text-fill-color: #000;
    opacity: 1;
}

.pnlcustom[b-7fke4ls1it] {
    border-radius: 15px;
    margin-top: -15px;
}
.headlw[b-7fke4ls1it] {
    margin-top: -17px;
    padding-bottom: 15px;
}

.cardCustom[b-7fke4ls1it] {
    width: 100%;
    border-radius: 10px;
    background: none;
    font-size: 15px;
    color: black;
    border: 2px solid #007ea7;
    align-items: center;
}

.img-flowEn-src[b-7fke4ls1it] {
    content: url(images/WorkFlowEn.svg);
}

.img-flowId-src[b-7fke4ls1it] {
    content: url(images/WorkFlowId.svg);
}
.card-text[b-7fke4ls1it] {
    text-align: justify;
}

.anout[b-7fke4ls1it] {
    font-weight: bold;
}


/*CSS NEW CELVIN------------------------------*/

.card2[b-7fke4ls1it] {
    padding: 1%;
    background-color: white;
    box-shadow: rgba(136, 165, 191, 0.48) 2px 2px 12px 0px, rgba(255, 255, 255, 0.8) -2px -2px 12px 0px;
    border-radius: 3px;
    margin: 1%;
    width: 315px;
}

    .card2:hover[b-7fke4ls1it] {
        transform: scale(1.1) !important;
    }

.card-header2[b-7fke4ls1it] {
    background-color: #007ea7;
    color: white;
    padding: 2%;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.card-footer2[b-7fke4ls1it] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    cursor: pointer;
    background-color: #f8f9fa;
    color: #007ea7;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color 0.3s, color 0.3s;
}

    .card-footer2:hover[b-7fke4ls1it] {
        background-color: #10208b;
        color: white;
    }

.animat[b-7fke4ls1it] {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

    .animat.animate[b-7fke4ls1it] {
        opacity: 1;
        transform: translateY(0);
    }

.icocarou[b-7fke4ls1it] {
    background-color: black;
    border-radius:5px;
}

@media (max-width: 640px) {
    .img-src1[b-7fke4ls1it] {
        content: url(images/PebBuildingM0.webp);
    }

    .img-src2[b-7fke4ls1it] {
        content: url(images/PebBuildingM2.webp);
    }

    .img-src3[b-7fke4ls1it] {
        content: url(images/PebBuildingM3.webp);
    }

    .my-caro[b-7fke4ls1it] {
        min-height: 18vh;
        width: 100%;
        object-fit: contain;
    }

    .mask1[b-7fke4ls1it] {
        height: 110%;
        top: 160px;
    }

    .customcrop[b-7fke4ls1it] {
        left: -100px;
        top: 50px;
        object-position: 50%;
        width: 80%;
        height: 40%;
    }

    .cardimg[b-7fke4ls1it] {
        width: 100%;
        margin-left: 0;
    }

    .card2[b-7fke4ls1it] {
        padding: 4%;
        background-color: white;
        box-shadow: rgba(136, 165, 191, 0.48) 2px 2px 12px 0px, rgba(255, 255, 255, 0.8) -2px -2px 12px 0px;
        border-radius: 3px;
    }

        .headlw[b-7fke4ls1it] {
            margin-top: 0px;
            padding-bottom: 15px;
        }

        .garis[b-7fke4ls1it] {
            margin-top: 15px;
        }

        .cardtext[b-7fke4ls1it] {
            width: 300px;
            margin-top: 10px;
        }

        .crdcss[b-7fke4ls1it] {
            margin-top: -2vh;
        }


        .card-body .card-title[b-7fke4ls1it] {
            font-size: medium;
        }

        .card-footer[b-7fke4ls1it] {
            font-size: smaller;
        }

            .card-footer a[b-7fke4ls1it] {
                font-size: smaller;
            }

        .bannercapt[b-7fke4ls1it] {
            height: 250px;
            padding: 1% 0 0 5%;
        }

        .carouselcontainer[b-7fke4ls1it] {
            position: relative;
            height: 18vh;
            margin-bottom: 20px;
        }

        .carousel-inner[b-7fke4ls1it] {
            height: 18vh;
        }

        .my-img[b-7fke4ls1it] {
            width: 20%;
            height: 100%;
            align-self: center;
        }

        .my-img-sq[b-7fke4ls1it] {
            width: 15%;
            height: 100%;
            align-self: center;
        }

        .my-btn[b-7fke4ls1it] {
            background-color: #007ea7;
            color: white;
            cursor: pointer;
            font-size: small;
            font-weight: bold
        }

        .carousel-outcapt[b-7fke4ls1it] {
            position: static;
            text-align: center;
            color: black;
            padding: 5px;
        }

            .carousel-outcapt p[b-7fke4ls1it] {
                margin: 0;
            }

        /*.imgswitch {
        content: url(images/WorkFlowPot.png);
    }*/

    .my-QR[b-7fke4ls1it] {
        content: url(images/qr-code.png);
        max-width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

    @media (min-width: 641px) {
        .img-src1[b-7fke4ls1it] {
            content: url(images/PebBuilding0.webp);
        }

        .img-src2[b-7fke4ls1it] {
            content: url(images/PebBuilding2.webp);
        }
        #warnakuota[b-7fke4ls1it] {
            font-size: 12px;
            color: black;
        }
        .img-src3[b-7fke4ls1it] {
            content: url(images/PebBuilding3.webp);
        }

        .my-QR[b-7fke4ls1it] {
            content: url(images/qr-code.png);
            max-width: 80%;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .my-caro[b-7fke4ls1it] {
            min-height: 39vh;
            width: 100%;
            object-fit: contain;
            /*object-fit: cover;
        object-position: left;*/
        }

        .carouselcontainer[b-7fke4ls1it] {
            position: relative;
            height: calc(39vh - 56px);
        }

        .carousel-inner[b-7fke4ls1it] {
            height: 39vh;
        }

        .carousel-outcapt[b-7fke4ls1it] {
            position: absolute;
            background-color: rgba(31,72,126,0.5);
            text-align: center;
            color: white;
            width: fit-content;
            border-radius: 10px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, 0%);
            padding: 15px;
        }

            .carousel-outcapt p[b-7fke4ls1it] {
                margin: 0;
            }

        /*.imgswitch {
        content: url(images/WorkFlowLans.png);
    }*/

        .my-img[b-7fke4ls1it] {
            width: 15%;
            height: 100%;
            align-self: center;
        }

        .my-img-sq[b-7fke4ls1it] {
            width: 10%;
            height: 100%;
            align-self: center;
        }

        .my-btn[b-7fke4ls1it] {
            background-color: #007ea7;
            color: white;
            cursor: pointer;
            font-size: medium;
            font-weight: bold
        }

        .top-carousel[b-7fke4ls1it] {
            position: fixed;
            /*top: 0px;
        right: 0px;
        left: 0px;*/
            min-height: 39vh;
            max-height: 39vh;
            left: 0;
            right: 0;
            top: 25px;
        }
    }

    @media (max-width: 1280px) {
        .mask1[b-7fke4ls1it] {
            height: 110%;
            top: 50px;
        }

        .customcrop[b-7fke4ls1it] {
            left: -100px;
            width: 85%;
        }
        #warnakuota[b-7fke4ls1it] {
            font-size: 12px;
            color: black;
        }
    }

    @media (max-width: 920px) {
        .mask1[b-7fke4ls1it] {
            height: 110%;
            top: 90px;
        }

        .customcrop[b-7fke4ls1it] {
            left: -400px;
            width: 130%;
        }

        .indicatorbottom[b-7fke4ls1it] {
            margin-bottom: 0vh;
        }
    }



/* ANIMASi MASUK BY CELVIN -------------------------------------------*/

.cardimg[b-7fke4ls1it] {
    animation: slide-up-b-7fke4ls1it 1s ease-in-out forwards, fade-in-b-7fke4ls1it 1s ease-in-out forwards;
    opacity: 0;
}

.cardCustom[b-7fke4ls1it] {
    animation: slide-up-b-7fke4ls1it 1s ease-in-out forwards, fade-in-b-7fke4ls1it 1s ease-in-out forwards;
    opacity: 0;
}

.alert_body[b-7fke4ls1it] {
    animation: slide-up-b-7fke4ls1it 1s ease-in-out forwards, fade-in-b-7fke4ls1it 1s ease-in-out forwards;
    opacity: 0;
}

.headlw[b-7fke4ls1it] {
    animation: slide-up-b-7fke4ls1it 1s ease-in-out forwards, fade-in-b-7fke4ls1it 1s ease-in-out forwards;
    opacity: 0;
}

@keyframes slide-up-b-7fke4ls1it {
    0% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
        bottom: 0;
    }
}

@keyframes fade-in-b-7fke4ls1it {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* /Pages/CareersV.razor.rz.scp.css */
body[b-u4sgixr285] {
}
body[b-u4sgixr285] {
    /*background-color: #D32F2F;*/
    /*font-family: 'Calibri', sans-serif !important*/
}

.card[b-u4sgixr285] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px
}

.card-body[b-u4sgixr285] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card .card-title[b-u4sgixr285] {
    position: relative;
    font-weight: 600;
}

.subtitle[b-u4sgixr285] {
    font-style: italic;
    font-size: x-small;
    color: gray;
}

.list-style-none[b-u4sgixr285] {
    padding: 0px;
    overflow-x: hidden;
}

ul.list-style-none li[b-u4sgixr285] {
    list-style: none
}

    ul.list-style-none li a[b-u4sgixr285] {
        color: #673AB7;
        padding: 8px 0px;
        display: block;
        text-decoration: none
    }

.mtr-5[b-u4sgixr285] {
    margin-top: 5px;
    margin-right: 5px;
    text-align: center;
}

.w-30px[b-u4sgixr285] {
    width: 30px
}

.ml-auto[b-u4sgixr285] {
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
}

.list-group[b-u4sgixr285] {
    max-width: 70%;
}

.list-title[b-u4sgixr285] {
    font-weight: bold;
}

.list-inline-item[b-u4sgixr285] {
    border-right: 1px solid black;
    padding-right: 6px;
    line-height: 0.4em;
}

    .list-inline-item:last-child[b-u4sgixr285] {
        border: none;
    }

.buttonfooter[b-u4sgixr285] {
    display: none;
}

.buttonheader[b-u4sgixr285] {
    padding-top: 10px;
}

.text-bold[b-u4sgixr285] {
    font-weight: bold;
}

.filterontab[b-u4sgixr285] {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 3px;
    max-width: 210px;
}

@media (max-width: 768px) {
    .card-body[b-u4sgixr285] {
        padding: 0;
    }

    .ml-auto[b-u4sgixr285] {
        padding: 5px;
        font-size: 8pt;
    }

        .ml-auto h6[b-u4sgixr285] {
            font-size: 8pt;
        }

    .post-detail > .list-inline-item[b-u4sgixr285] {
        padding-right: 0;
    }
}

@media (max-width: 540px) {
    .buttonfooter[b-u4sgixr285] {
        padding: 0px;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        background-color: white;
        border-top: 1px solid whitesmoke;
    }

        .buttonfooter a[b-u4sgixr285] {
            justify-content: center;
        }

    /*.buttonfooter a {
        width: 80%;
        margin-left: 10%;
    }*/

    .buttonheader[b-u4sgixr285] {
        display: none;
    }
}

.rounded-circle[b-u4sgixr285] {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.btn-circle[b-u4sgixr285] {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 2em;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: fixed;
    z-index: 9;
    bottom: 4%;
    right: 4%;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}


.post-detail[b-u4sgixr285] {
    text-align: right;
    padding-right: 5px;
}


.finger[b-u4sgixr285] {
    padding: 5px !important;
    width: 50px;
    height: 40px;
    text-align: center;
    margin: 3px;
}

.finger-check[b-u4sgixr285] {
    width: 40px;
    height: 30px;
}

.finger > .yes[b-u4sgixr285] {
    color: green;
    cursor: pointer;
}

.finger > .no[b-u4sgixr285] {
    color: red;
    cursor: pointer;
}

.card[b-u4sgixr285] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px;
}

.card-header.title[b-u4sgixr285] {
    height: auto;
    font-weight: bold;
    color: gray;
    text-align: left;
}

.card-body[b-u4sgixr285] {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.buttonsticky[b-u4sgixr285] {
    display: none;
}

.buttonregular[b-u4sgixr285] {
    padding-top: 30px;
    float: right;
}

.button-footer[b-u4sgixr285] {
    text-align: center;
}

@media (max-width: 251px) {
    .alert[b-u4sgixr285] {
        font-size: xx-small;
    }
}

@media (max-width: 376px) {
    .card[b-u4sgixr285] {
        font-size: small;
    }

    .card-header.title[b-u4sgixr285] {
        height: auto;
        font-weight: bold;
        color: gray;
        text-align: left;
    }

    .form-group input[b-u4sgixr285], select[b-u4sgixr285] {
        height: 30px
    }
}

@media (max-width: 540px) {
    .buttonsticky[b-u4sgixr285] {
        text-align: center;
        padding: 10px;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        background-color: white;
        border-top: 1px solid whitesmoke;
    }

        .buttonsticky button[b-u4sgixr285] {
            width: 60%;
        }

    .buttonregular[b-u4sgixr285] {
        display: none;
    }
}
/* /Pages/FAQ.razor.rz.scp.css */

.containerfaq[b-fy6y9tgvqx] {
    padding: 0;
    background-color: white;
    /*box-shadow: rgba(136, 165, 191, 0.48) 2px 2px 12px 0px, rgba(255, 255, 255, 0.8) -2px -2px 12px 0px;
    border-radius: 3px;*/
    animation: slide-up-b-fy6y9tgvqx 1s ease-in-out forwards, fade-in-b-fy6y9tgvqx 1s ease-in-out forwards;
    opacity: 0;
}

.indicatorbottom[b-fy6y9tgvqx] {
    margin-bottom: 0px
}
.mask1[b-fy6y9tgvqx] {
    -webkit-mask-image: url(images/HoneycombMask.webp);
    /*-webkit-mask-image: -webkit-gradient(linear, left 10%, left 50%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));*/
    mask-image: url(images/HoneycombMask.webp);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    max-width: 100%;
    height: 125%;
    z-index: 0;
    margin-top: -150px;
}

.accordion-item[b-fy6y9tgvqx] {
    border-top: solid 1px rgba(128, 128, 128, 0.5) !important;
}

.accordion-button[b-fy6y9tgvqx] {
    font-weight: bold;
}

.accordion-button.collapsed[b-fy6y9tgvqx] {
    font-weight: normal;
}

.accordion-body > div > .my-textarea[b-fy6y9tgvqx] {
    font-style: italic;
}

.my-textarea[b-fy6y9tgvqx] {
    border: none;
    overflow: hidden;
}

/*.customcrop {
    position: relative;
    right: 0px;
    top: 0px;
    object-fit: cover;
    object-position: 75%;
    width: 100%;
    height: 100%;
}*/
.customcrop[b-fy6y9tgvqx] {
    position: fixed;
    left: -100px;
    top: 60px;
    object-fit: cover;
    width: 60%;
}

.bannercapt[b-fy6y9tgvqx] {
    padding-top: 2%;
    overflow: auto;
    height: 400px;
    z-index: 5;
}

#textarea[b-fy6y9tgvqx] {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
}

textarea[b-fy6y9tgvqx] {
    height: 250px;
    width: 100%;
    background-color: white;
    overflow-y: scroll;
}

.badge[b-fy6y9tgvqx] {
    background-color: #0d47a1;
}

@media (max-width: 1280px) {
    .mask1[b-fy6y9tgvqx] {
        height: 110%;
        top: 50px;
    }

    .customcrop[b-fy6y9tgvqx] {
        left: -100px;
        width: 85%;
    }
}

@media (max-width: 920px) {
    .mask1[b-fy6y9tgvqx] {
        height: 110%;
        top: 90px;
    }

    .customcrop[b-fy6y9tgvqx] {
        left: -400px;
        width: 130%;
    }
}

@media (max-width: 641px) {
    .container[b-fy6y9tgvqx] {
        padding: 2rem;
    }

    .mask1[b-fy6y9tgvqx] {
        height: 110%;
        top: 160px;
    }

    .customcrop[b-fy6y9tgvqx] {
        left: -100px;
        top: 50px;
        object-position: 50%;
        width: 80%;
        height: 40%;
    }
    /*
    .card-body {
        font-size: smaller;
    }*/
    .card-body .card-title[b-fy6y9tgvqx] {
        font-size: medium;
    }

    .card-footer[b-fy6y9tgvqx] {
        font-size: smaller;
    }

        .card-footer a[b-fy6y9tgvqx] {
            font-size: smaller;
        }

    .bannercapt[b-fy6y9tgvqx] {
        height: 250px;
        padding: 1% 0 0 5%;
    }
}

@media (min-width: 641px) {
    .carousel[b-fy6y9tgvqx] {
        max-height: calc(400px);
    }

    .carousel-inner[b-fy6y9tgvqx] {
        border-radius: 10px;
        height: 100%;
    }

    .carousel-item[b-fy6y9tgvqx] {
        top: calc(0px - 25%)
    }
    .container[b-fy6y9tgvqx] {
        padding: 2rem 10rem 2rem 10rem;
    }
}


.accordion-toggle:hover[b-fy6y9tgvqx] {
    text-decoration: none;
}

.panel-default > .panel-heading[b-fy6y9tgvqx] {
    color: #fff;
    background-color: #ef715f;
    border-color: #ef715f;
}

/* ANIMASi MASUK BY CELVIN -------------------------------------------*/

.text-center[b-fy6y9tgvqx] {
    animation: slide-up-b-fy6y9tgvqx 1s ease-in-out forwards, fade-in-b-fy6y9tgvqx 1s ease-in-out forwards;
    opacity: 0;
}

@keyframes slide-up-b-fy6y9tgvqx {
    0% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
        bottom: 0;
    }
}

@keyframes fade-in-b-fy6y9tgvqx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/Feedback.razor.rz.scp.css */

.containerfaq[b-1x54sqz7s0] {
    padding: 0;
    background-color: white;
    /*box-shadow: rgba(136, 165, 191, 0.48) 2px 2px 12px 0px, rgba(255, 255, 255, 0.8) -2px -2px 12px 0px;
    border-radius: 3px;*/
    animation: slide-up-b-1x54sqz7s0 1s ease-in-out forwards, fade-in-b-1x54sqz7s0 1s ease-in-out forwards;
    opacity: 0;
}

.indicatorbottom[b-1x54sqz7s0] {
    margin-bottom: 0px
}

.mask1[b-1x54sqz7s0] {
    -webkit-mask-image: url(images/HoneycombMask.webp);
    /*-webkit-mask-image: -webkit-gradient(linear, left 10%, left 50%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));*/
    mask-image: url(images/HoneycombMask.webp);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    max-width: 100%;
    height: 125%;
    z-index: 0;
    margin-top: -150px;
}

.accordion-item[b-1x54sqz7s0] {
    border-top: solid 1px rgba(128, 128, 128, 0.5) !important;
}

.accordion-button[b-1x54sqz7s0] {
    font-weight: bold;
}

    .accordion-button.collapsed[b-1x54sqz7s0] {
        font-weight: normal;
    }

.accordion-body > div > .my-textarea[b-1x54sqz7s0] {
    font-style: italic;
}

.my-textarea[b-1x54sqz7s0] {
    border: none;
    overflow: hidden;
}

/*.customcrop {
    position: relative;
    right: 0px;
    top: 0px;
    object-fit: cover;
    object-position: 75%;
    width: 100%;
    height: 100%;
}*/
.customcrop[b-1x54sqz7s0] {
    position: fixed;
    left: -100px;
    top: 60px;
    object-fit: cover;
    width: 60%;
}

.bannercapt[b-1x54sqz7s0] {
    padding-top: 2%;
    overflow: auto;
    height: 400px;
    z-index: 5;
}

#textarea[b-1x54sqz7s0] {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
}

textarea[b-1x54sqz7s0] {
    height: 250px;
    width: 100%;
    background-color: white;
    overflow-y: scroll;
}

.badge[b-1x54sqz7s0] {
    background-color: #0d47a1;
}

@media (max-width: 1280px) {
    .mask1[b-1x54sqz7s0] {
        height: 110%;
        top: 50px;
    }

    .customcrop[b-1x54sqz7s0] {
        left: -100px;
        width: 85%;
    }
}

@media (max-width: 920px) {
    .mask1[b-1x54sqz7s0] {
        height: 110%;
        top: 90px;
    }

    .customcrop[b-1x54sqz7s0] {
        left: -400px;
        width: 130%;
    }
}

@media (max-width: 641px) {
    .container[b-1x54sqz7s0] {
        padding: 2rem;
    }

    .mask1[b-1x54sqz7s0] {
        height: 110%;
        top: 160px;
    }

    .customcrop[b-1x54sqz7s0] {
        left: -100px;
        top: 50px;
        object-position: 50%;
        width: 80%;
        height: 40%;
    }
    /*
    .card-body {
        font-size: smaller;
    }*/
    .card-body .card-title[b-1x54sqz7s0] {
        font-size: medium;
    }

    .card-footer[b-1x54sqz7s0] {
        font-size: smaller;
    }

        .card-footer a[b-1x54sqz7s0] {
            font-size: smaller;
        }

    .bannercapt[b-1x54sqz7s0] {
        height: 250px;
        padding: 1% 0 0 5%;
    }
}

@media (min-width: 641px) {
    .carousel[b-1x54sqz7s0] {
        max-height: calc(400px);
    }

    .carousel-inner[b-1x54sqz7s0] {
        border-radius: 10px;
        height: 100%;
    }

    .carousel-item[b-1x54sqz7s0] {
        top: calc(0px - 25%)
    }

    .container[b-1x54sqz7s0] {
        padding: 2rem 10rem 2rem 10rem;
    }
}


.accordion-toggle:hover[b-1x54sqz7s0] {
    text-decoration: none;
}

.panel-default > .panel-heading[b-1x54sqz7s0] {
    color: #fff;
    background-color: #ef715f;
    border-color: #ef715f;
}

/* ANIMASi MASUK BY CELVIN -------------------------------------------*/

.text-center[b-1x54sqz7s0] {
    animation: slide-up-b-1x54sqz7s0 1s ease-in-out forwards, fade-in-b-1x54sqz7s0 1s ease-in-out forwards;
    opacity: 0;
}

@keyframes slide-up-b-1x54sqz7s0 {
    0% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
        bottom: 0;
    }
}

@keyframes fade-in-b-1x54sqz7s0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/Invitation.razor.rz.scp.css */
.card-header[b-se107o8r0t] {
    background-color: rgb(13, 71, 161)
}
.card-title[b-se107o8r0t] {
    color: white;
    font-weight: bold;
}
.myQR[b-se107o8r0t] {
    text-align: center;
    text-align: -webkit-center;
    margin: 1rem 0 1rem 0;
}
.QRCaption[b-se107o8r0t] {
    font-size: smaller;
    text-align: center;
    font-weight: bold;
}
/* /Pages/JSAgreement.razor.rz.scp.css */

.btnDisabled[b-nl8r2og4yr] {
    background-color:gray;
    cursor:not-allowed;
    font-size:13px;
}

.btnEnabled[b-nl8r2og4yr] {
    background-color: #1b6ec2;
    cursor: pointer;
    font-size: 13px;
}

.divcontent[b-nl8r2og4yr] {
    position: relative;
    overflow: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 2rem 0 0 0;
}

/*
.divSubmitAgreement {
    padding-top:20px;
}*/

.divSubmitAgreement button[b-nl8r2og4yr] {
    padding: 10px;  
    color:white;
    border:1px solid white;
    border-radius:5px;
    width:100%;
}

 
@media (max-width: 540px) {
    .divcontent[b-nl8r2og4yr] {
        height: calc(100vh - 49px - 2rem);
        overflow: auto;
    }
    .divSubmitAgreement[b-nl8r2og4yr] {
        background-color: white;
        position: sticky;
        width: 100%;
        bottom: 0;
        padding: 2rem;
    }
}

@media (min-width: 540px) {
    .divSubmitAgreement[b-nl8r2og4yr] {
        position: relative;
        margin-top: 5rem;
        width: 320px;
        float: right;
    }
}

.form-switch .form-check-input[b-nl8r2og4yr] {
    width: 3em !important;
}

.form-check-input[b-nl8r2og4yr] {
    height: 2em !important;
}
/* /Pages/JSLogin.razor.rz.scp.css */
.container[b-old2i7wu1e] {
    width: 100%;
    padding: 0px 15px 30px 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 250px) {
    .alert[b-old2i7wu1e] {
        font-size: xx-small;
    }
}

@media (min-width: 368px) {
    .alert[b-old2i7wu1e] {
        font-size: small;
    }
}

@media (min-width: 576px) {
    .container[b-old2i7wu1e] {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container[b-old2i7wu1e] {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container[b-old2i7wu1e] {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container[b-old2i7wu1e] {
        max-width: 1140px;
    }
}

.navbar-nav > .active > a[b-old2i7wu1e] {
    color: aqua;
    background-color: chartreuse;
}

.nav-item > a:hover[b-old2i7wu1e] {
    color: #4da6ff;
}

.nav > .active > a[b-old2i7wu1e] {
    background-color: whitesmoke;
    color: dimgray;
    font-size: large;
}

.nav-custom[b-old2i7wu1e] {
    text-align: left;
    margin-top: -15px;
}
    .nav-custom a[b-old2i7wu1e] {
        border: 0 none !important;
        color: #1b6ec2 !important;
        background: none !important;
    }

.mylink[b-old2i7wu1e] {
    color: #1b6ec2 !important;
    text-decoration: none;
}

    .mylink:hover[b-old2i7wu1e] {
        color: #4da6ff;
        cursor: pointer;
    }

.wrap[b-old2i7wu1e] {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.wrap .img[b-old2i7wu1e] {
    height: 150px;
}

.img[b-old2i7wu1e] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-wrap[b-old2i7wu1e] {
    position: relative;
}

.login-wrap h3[b-old2i7wu1e] {
    font-weight: 300;
}

.d-flex[b-old2i7wu1e] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.form-group[b-old2i7wu1e] {
    position: relative;
    z-index: 0;
    margin-bottom: 20px !important;
}

.form-group a[b-old2i7wu1e] {
    color: gray;
}

.form-control[b-old2i7wu1e] {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control[b-old2i7wu1e]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control[b-old2i7wu1e]::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder[b-old2i7wu1e] {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-moz-placeholder[b-old2i7wu1e] {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important;
}

    .form-control:focus[b-old2i7wu1e], .form-control:active[b-old2i7wu1e] {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #6255f6;
    }

.field-icon[b-old2i7wu1e] {
    position: absolute;
    padding: 0 !important;
    top: 20% !important;
    right: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
    cursor: pointer;
}

.field-input[b-old2i7wu1e] {
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

/*input#pwdinpt {
    border: 0 none;
    width: 85%;
}*/

.form-control-placeholder[b-old2i7wu1e] {
    position: absolute;
    top: 0px;
    padding: 7px 0 0 15px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: .6;
}

.form-control:focus + .form-control-placeholder[b-old2i7wu1e],
.form-control:valid + .form-control-placeholder[b-old2i7wu1e] {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    padding: 7px 0 0 0;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #112ac2;
    font-weight: 700;
}

.checkbox-wrap[b-old2i7wu1e] {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input[b-old2i7wu1e] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark[b-old2i7wu1e] {
    position: absolute;
    top: 0;
    left: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark[b-old2i7wu1e]:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .checkmark[b-old2i7wu1e]:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark[b-old2i7wu1e]:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.checkbox-primary[b-old2i7wu1e] {
    color: #112ac2;
}

    .checkbox-primary input:checked ~ .checkmark[b-old2i7wu1e]:after {
        color: #000290;
    }

.btn[b-old2i7wu1e] {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
}

.btn:hover[b-old2i7wu1e], .btn:active[b-old2i7wu1e], .btn:focus[b-old2i7wu1e] {
    outline: none;
}

.h-30[b-old2i7wu1e] {
    height: 30px;
    padding-top: 3px;
    margin-bottom: 30px;
}

.h-auto[b-old2i7wu1e]{
    height: auto;
    padding-top: 10px;
}

/*custom user type*/
.card[b-old2i7wu1e] {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 70px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    margin: 10px;
}

    .card.card-has-bg[b-old2i7wu1e] {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .card.card-has-bg[b-old2i7wu1e]:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
            /*-webkit-filter: grayscale(1);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);*/
        }

        .card.card-has-bg:hover[b-old2i7wu1e] {
            transform: scale(0.98);
            box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
            background-size: 130%;
            transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        }

            .card.card-has-bg:hover .card-img-overlay[b-old2i7wu1e] {
                transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
                background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, #fff 80%);
            }

    .card .card-body[b-old2i7wu1e] {
        background: none;
        border-top: none;
        padding: 0;
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        position: relative;
    }

.media-body[b-old2i7wu1e] {
    color: black;
}

.card .card-body img[b-old2i7wu1e] {
    /*box-shadow: 1px 0px 10px rgba(62, 39, 35, 0.3);*/
    float: right;
    min-height: 55px;
    border-radius: 10px 10px 0px 0px;
}

    .card .card-meta[b-old2i7wu1e] {
        color: orange;
    }

    .card:hover[b-old2i7wu1e] {
        cursor: pointer;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

        .card:hover .card-body[b-old2i7wu1e] {
            margin-left: 15px;
            transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        }

.card .card-img-overlay[b-old2i7wu1e] {
    padding: 13px 30px 13px 20px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(0deg, rgba(255,255,255, 0.1) 0%, #fff 100%);
}

.card .card-body-selected[b-old2i7wu1e] {
    background: none;
    border-top: none;
    padding: 0;
    position: relative;
    margin-left: 15px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card .card-body-selected img[b-old2i7wu1e] {
    /*box-shadow: 1px 0px 10px rgba(62, 39, 35, 0.3);*/
    float: right;
    min-height: 55px;
    border-radius: 10px 10px 0px 0px;
}

.card.card-has-bg-selected[b-old2i7wu1e]:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
}

.card.card-has-bg-selected[b-old2i7wu1e] {
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(0.98);
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
    background-size: 130%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

    .card.card-has-bg-selected .card-img-overlay[b-old2i7wu1e] {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, #fff 80%);
    }

.h-30[b-old2i7wu1e] {
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}


/* /Pages/JSOTP.razor.rz.scp.css */
.container[b-6mqji4viv5] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 250px) {
    .otpinput[b-6mqji4viv5] {
        padding: 1px;
    }
    .alert[b-6mqji4viv5] {
        font-size: xx-small;
    }
}

@media (min-width: 368px) {
    .alert[b-6mqji4viv5] {
        font-size: small;
    }
}

@media (min-width: 576px) {
    .container[b-6mqji4viv5] {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container[b-6mqji4viv5] {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container[b-6mqji4viv5] {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container[b-6mqji4viv5] {
        max-width: 1140px;
    }
}

.wrap[b-6mqji4viv5] {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.wrap .caption[b-6mqji4viv5] {
    position: static;
}

.caption[b-6mqji4viv5] {
    text-align: center;
}

.login-wrap[b-6mqji4viv5] {
    position: relative;
}

.login-wrap h3[b-6mqji4viv5] {
    font-weight: 300;
}

.d-flex[b-6mqji4viv5] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.form-group[b-6mqji4viv5] {
    position: relative;
    z-index: 0;
    margin-bottom: 20px !important;
}

.form-group a[b-6mqji4viv5] {
    color: gray;
}

.input-number[b-6mqji4viv5] {
    display: inline-flex;
}

.otpinput[b-6mqji4viv5]{
    text-align: center;
    font: bold 12px verdana;
}

.form-control[b-6mqji4viv5] {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control[b-6mqji4viv5]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control[b-6mqji4viv5]::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder[b-6mqji4viv5] {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-moz-placeholder[b-6mqji4viv5] {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important;
}

    .form-control:focus[b-6mqji4viv5], .form-control:active[b-6mqji4viv5] {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #6255f6;
    }

.field-icon[b-6mqji4viv5] {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.3);
}

.form-control-placeholder[b-6mqji4viv5] {
    position: absolute;
    top: 2px;
    padding: 7px 0 0 15px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: .6;
}

.form-control:focus + .form-control-placeholder[b-6mqji4viv5],
.form-control:valid + .form-control-placeholder[b-6mqji4viv5] {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    padding: 7px 0 0 0;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #01d28e;
    font-weight: 700;
}

.btn[b-6mqji4viv5] {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 3px 15px;
}

.btn:hover[b-6mqji4viv5], .btn:active[b-6mqji4viv5], .btn:focus[b-6mqji4viv5] {
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input[b-6mqji4viv5]::-webkit-outer-spin-button,
input[b-6mqji4viv5]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-6mqji4viv5] {
    -moz-appearance: textfield;
    font-size: large;
}

.h-30[b-6mqji4viv5] {
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

.h-auto[b-6mqji4viv5] {
    height: auto;
    padding-top: 10px;
}
/* /Pages/PageProfile.razor.rz.scp.css */
body[b-08bfaiy1s0] {
}

body[b-08bfaiy1s0] {
}

.card[b-08bfaiy1s0] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px;
}
.loading-spinner[b-08bfaiy1s0] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.spinner[b-08bfaiy1s0] {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-left-color: #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-08bfaiy1s0 1s linear infinite;
}
@keyframes spin-b-08bfaiy1s0 {
    to {
        transform: rotate(360deg);
    }
}
.card-body[b-08bfaiy1s0] {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.wajib[b-08bfaiy1s0] {
    color: red;
}
.h-30[b-08bfaiy1s0] {
    height: 30px;
    padding-top: 3px;
    margin-bottom: 30px;
}

.h-auto[b-08bfaiy1s0] {
    height: auto;
    padding-top: 10px;
}

.card-header.title[b-08bfaiy1s0] {
    height: 40px;
}

    .card-header.title span[b-08bfaiy1s0] {
        align-content: center
    }

.form-group[b-08bfaiy1s0] {
    position: relative;
    z-index: 0;
    margin-bottom: 5px !important;
}

    .form-group a[b-08bfaiy1s0] {
        color: gray;
    }

.buttonsticky[b-08bfaiy1s0] {
    display: none;
}

.buttonregular[b-08bfaiy1s0] {
    padding-top: 10px;
    float: right;
}

.infotambah[b-08bfaiy1s0] {
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

    .infotambah label[b-08bfaiy1s0] {
        display: inline-block;
    }

@media (max-width: 540px) {
    .buttonsticky[b-08bfaiy1s0] {
        text-align: center;
        padding: 10px;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        background-color: white;
        border-top: 1px solid whitesmoke;
    }

        .buttonsticky button[b-08bfaiy1s0] {
            width: 60%;
        }

    .buttonregular[b-08bfaiy1s0] {
        display: none;
    }
}

@media (max-width: 251px) {
    .alert[b-08bfaiy1s0] {
        font-size: xx-small;
    }
}

@media (max-width: 376px) {
    .card[b-08bfaiy1s0] {
        font-size: small;
    }

    .card-header.title[b-08bfaiy1s0] {
        height: 35px;
    }

    .form-group input[b-08bfaiy1s0], select[b-08bfaiy1s0] {
        height: 30px
    }
}

.rounded-circle[b-08bfaiy1s0] {
    width: 25px;
    height: 25px;
}

.responsive-iframe[b-08bfaiy1s0] {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* /Pages/Profile.razor.rz.scp.css */
.container[b-88vi3hqzdn] {
    padding: 0;
}

.indicatorbottom[b-88vi3hqzdn] {
    margin-bottom: 0px
}

.my-img[b-88vi3hqzdn] {
    width: -webkit-fill-available;
    width: 80%;
}

.gradient-custom[b-88vi3hqzdn] {
    /* fallback for old browsers */
    background: #fccb90;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom right, rgba(252, 203, 144, 1), rgba(213, 126, 235, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom right, rgba(252, 203, 144, 1), rgba(213, 126, 235, 1))
}

.mask-custom[b-88vi3hqzdn] {
    background: rgba(24, 24, 16, .2);
    border-radius: 2em;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}
.loading-spinner[b-88vi3hqzdn] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.CameraFrame[b-88vi3hqzdn] {
    position: relative
}

    .CameraFrame div[b-88vi3hqzdn] {
        position: relative;
        width: 100%;
        height: 100%
    }

        .CameraFrame div .RecruitCamera[b-88vi3hqzdn] {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .CameraFrame div .RecruitBoxCamera[b-88vi3hqzdn] {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: transparent;
            padding: 30px;
            top: 0
        }

            .CameraFrame div .RecruitBoxCamera div[b-88vi3hqzdn] {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: transparent;
                padding: 30px;
                top: 0
            }
.spinner[b-88vi3hqzdn] {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-left-color: #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-88vi3hqzdn 1s linear infinite;
}

@keyframes spin-b-88vi3hqzdn {
    to {
        transform: rotate(360deg);
    }
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
body[b-88vi3hqzdn] {
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
    min-height: 100vh;
}

[b-88vi3hqzdn]::-webkit-scrollbar {
    width: 5px;
}

[b-88vi3hqzdn]::-webkit-scrollbar-track {
    width: 5px;
    background: #f5f5f5;
}

[b-88vi3hqzdn]::-webkit-scrollbar-thumb {
    width: 1em;
    background-color: #ddd;
    outline: 1px solid slategrey;
    border-radius: 1rem;
}

.text-small[b-88vi3hqzdn] {
    font-size: 0.9rem;
}

.messages-box[b-88vi3hqzdn],
.chat-box[b-88vi3hqzdn] {
    height: 510px;
    overflow-y: scroll;
}

.rounded-lg[b-88vi3hqzdn] {
    border-radius: 0.5rem;
}

input[b-88vi3hqzdn]::placeholder {
    font-size: 0.9rem;
    color: #999;
}
.my-propanel[b-88vi3hqzdn] {
    background-color: white;
    max-height: calc(100vh - 56px - 1.5rem);
    overflow:auto;
}

.mask1[b-88vi3hqzdn] {
    -webkit-mask-image: url(images/icons/HoneycombMask.webp);
    mask-image: url(images/icons/HoneycombMask.webp);
    -webkit-mask-size: 90%;
    mask-size: 90%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    max-width: 50%;
    height: 400px;
    z-index: 0;
}
.active[b-88vi3hqzdn] {
    background-color: #007ea7 !important;
}

    .customcrop[b-88vi3hqzdn] {
    position: relative;
    right: 0px;
    top: 0px;
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
}

.wajib[b-88vi3hqzdn] {
    color:red;
}
.list-group-mine .list-group-item[b-88vi3hqzdn] {
    background-color: #f1f9fb;
    border-top: 1px solid #0091b5;
    border-left-color: #fff;
    border-right-color: #fff;
}

    .list-group-mine .list-group-item:hover[b-88vi3hqzdn] {
        background-color: red;
    }

.bannercapt[b-88vi3hqzdn] {
    padding-top: 2%;
    overflow: auto;
    height: 400px;
    z-index: 5;
}

.top-container[b-88vi3hqzdn] {
    padding: 0 5%
}

.list-group-item.active[b-88vi3hqzdn] {
    background-color: #007ea7;
    color: white;
}

#gerak[b-88vi3hqzdn] {
    pointer-events: none;
    opacity: 0.6;
}

li:hover[b-88vi3hqzdn] {
    cursor: pointer;
    color: white;
    background-color: #007ea7;
}
#example1[b-88vi3hqzdn] {
    border: 2px solid #007ea7;
    padding: 0px;
    border-radius: 25px;
}
#example2[b-88vi3hqzdn] {
    /*border: 2px solid #007ea7;*/
    padding: 10px;
    border-radius: 25px;
}

.icon3[b-88vi3hqzdn] {
    /*color: white;*/
}

.tambahan[b-88vi3hqzdn] {
    padding: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 10px;
}

.cardModif[b-88vi3hqzdn] {
    padding: 10px;
}

@media (max-width: 641px) {
    /*.card-body {
        font-size: smaller;
    }*/

        .card-body .card-title[b-88vi3hqzdn] {
            font-size: medium;
        }

    .card-footer[b-88vi3hqzdn] {
        font-size: smaller;
    }

        .card-footer a[b-88vi3hqzdn] {
            font-size: smaller;
        }
    .tambahanstyle[b-88vi3hqzdn]
    {
        margin-top:5%;
    }
    .bannercapt[b-88vi3hqzdn] {
        height: 250px;
        padding: 1% 0 0 5%;
    }

    .mask1[b-88vi3hqzdn] {
        max-width: 50%;
        top: -2%;
        height: 250px;
    }

    .customcrop[b-88vi3hqzdn] {
        right: 0px;
        top: -42px;
        object-position: 50%;
        width: 300px;
        height: 300px;
    }

    .top-container[b-88vi3hqzdn] {
        padding: 0 1rem;
    }
}

@media (min-width: 641px) {
    .carousel[b-88vi3hqzdn] {
        max-height: calc(400px);
    }

    .carousel-inner[b-88vi3hqzdn] {
        border-radius: 10px;
        height: 100%;
    }

    .carousel-item[b-88vi3hqzdn] {
        top: calc(0px - 25%)
    }
}









.tracking-detail[b-88vi3hqzdn] {
    padding: 3rem 0
}

#tracking[b-88vi3hqzdn] {
    margin-bottom: 1rem
}

[class*=tracking-status-] p[b-88vi3hqzdn] {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

[class*=tracking-status-][b-88vi3hqzdn] {
    padding: 1.6rem 0
}

.tracking-status-intransit[b-88vi3hqzdn] {
    background-color: #65aee0
}

.tracking-status-outfordelivery[b-88vi3hqzdn] {
    background-color: #0d47a1
}

.tracking-status-deliveryoffice[b-88vi3hqzdn] {
    background-color: #f7dc6f
}

.tracking-status-delivered[b-88vi3hqzdn] {
    background-color: #4cbb87
}

.tracking-status-attemptfail[b-88vi3hqzdn] {
    background-color: #b789c7
}

.tracking-status-error[b-88vi3hqzdn], .tracking-status-exception[b-88vi3hqzdn] {
    background-color: #d26759
}

.tracking-status-expired[b-88vi3hqzdn] {
    background-color: #616e7d
}

.tracking-status-pending[b-88vi3hqzdn] {
    background-color: #ccc
}

.tracking-status-inforeceived[b-88vi3hqzdn] {
    background-color: #214977
}

.tracking-list[b-88vi3hqzdn] {
    border: 1px solid #e5e5e5
}

.tracking-item[b-88vi3hqzdn] {
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding: 2rem 1.5rem .5rem 2.5rem;
    font-size: .9rem;
    margin-left: 3rem;
    min-height: 5rem
}

    .tracking-item:last-child[b-88vi3hqzdn] {
        padding-bottom: 4rem
    }

    .tracking-item .tracking-date[b-88vi3hqzdn] {
        margin-bottom: .5rem
    }

        .tracking-item .tracking-date span[b-88vi3hqzdn] {
            color: #888;
            font-size: 85%;
            padding-left: .4rem
        }

    .tracking-item .tracking-content[b-88vi3hqzdn] {
        padding: .5rem .8rem;
        background-color: #f4f4f4;
        border-radius: .5rem
    }

        .tracking-item .tracking-content span[b-88vi3hqzdn] {
            display: block;
            color: #888;
            font-size: 85%
        }

    .tracking-item .tracking-icon[b-88vi3hqzdn] {
        line-height: 2.6rem;
        position: absolute;
        left: -1.3rem;
        width: 2.6rem;
        height: 2.6rem;
        text-align: center;
        border-radius: 50%;
        font-size: 1.1rem;
        background-color: #fff;
        color: #fff
    }

        .tracking-item .tracking-icon.status-sponsored[b-88vi3hqzdn] {
            background-color: #f68
        }

        .tracking-item .tracking-icon.status-delivered[b-88vi3hqzdn] {
            background-color: #4cbb87
        }

        .tracking-item .tracking-icon.status-outfordelivery[b-88vi3hqzdn] {
            background-color: #0d47a1
        }

        .tracking-item .tracking-icon.status-deliveryoffice[b-88vi3hqzdn] {
            background-color: #f7dc6f
        }

        .tracking-item .tracking-icon.status-attemptfail[b-88vi3hqzdn] {
            background-color: #b789c7
        }

        .tracking-item .tracking-icon.status-exception[b-88vi3hqzdn] {
            background-color: #d26759
        }

        .tracking-item .tracking-icon.status-inforeceived[b-88vi3hqzdn] {
            background-color: #214977
        }

        .tracking-item .tracking-icon.status-intransit[b-88vi3hqzdn] {
            color: #e5e5e5;
            border: 1px solid #e5e5e5;
            font-size: .6rem
        }

@media(min-width:992px) {
    .tracking-item[b-88vi3hqzdn] {
        margin-left: 10rem
    }

        .tracking-item .tracking-date[b-88vi3hqzdn] {
            position: absolute;
            left: -10rem;
            width: 7.5rem;
            text-align: right
        }

            .tracking-item .tracking-date span[b-88vi3hqzdn] {
                display: block
            }

        .tracking-item .tracking-content[b-88vi3hqzdn] {
            padding: 0;
            background-color: transparent
        }
}






/*Timeline*/

body[b-88vi3hqzdn] {
    margin-top: 20px;
}

.timeline-steps[b-88vi3hqzdn] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .timeline-steps .timeline-step[b-88vi3hqzdn] {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 1rem
    }

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child)[b-88vi3hqzdn]:after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }

    .timeline-steps .timeline-step:not(:first-child)[b-88vi3hqzdn]:before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content[b-88vi3hqzdn] {
    width: 10rem;
    text-align: center
}

    .timeline-steps .timeline-content .inner-circle[b-88vi3hqzdn] {
        border-radius: 1.5rem;
        height: 1rem;
        width: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #3b82f6
    }

        .timeline-steps .timeline-content .inner-circle[b-88vi3hqzdn]:before {
            content: "";
            background-color: #3b82f6;
            display: inline-block;
            height: 3rem;
            width: 3rem;
            min-width: 3rem;
            border-radius: 6.25rem;
            opacity: .5
        }

#colorStep[b-88vi3hqzdn]{
    color:gray;
}
/* /Pages/ProfileV2.razor.rz.scp.css */
.container[b-ne0ha4ut93] {
    padding: 0;
}

.indicatorbottom[b-ne0ha4ut93] {
    margin-bottom: 0px
}

.my-img[b-ne0ha4ut93] {
    width: -webkit-fill-available;
    width: 80%;
}

.gradient-custom[b-ne0ha4ut93] {
    /* fallback for old browsers */
    background: #fccb90;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom right, rgba(252, 203, 144, 1), rgba(213, 126, 235, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom right, rgba(252, 203, 144, 1), rgba(213, 126, 235, 1))
}

.image-container[b-ne0ha4ut93] {
    display: inline-block; /* Agar border hanya mengelilingi gambar */
    border-radius: 10px; /* Sudut melengkung (opsional) */
    padding: 5px; /* Jarak antara border dan gambar */
    margin: 10px; /* Jarak antara gambar-gambar */
}

.Titik[b-ne0ha4ut93] {
    border: 5px dashed red;
    /* width: 330px; */
    height: 199px;
    position: absolute;
    z-index: 9999;
    width: 238px;
    /* padding: 20px; */
    /* color: white; */
    /* text-align: center; */
    border-radius: 10px;
    vertical-align: middle;
    margin: auto;
    right: 0;
    left: 0;
}

.mask-custom[b-ne0ha4ut93] {
    background: rgba(24, 24, 16, .2);
    border-radius: 2em;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}
.loading-spinner[b-ne0ha4ut93] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.CameraFrame[b-ne0ha4ut93] {
    position: relative
}

    .CameraFrame div[b-ne0ha4ut93] {
        position: relative;
        width: 100%;
        height: 100%
    }

        .CameraFrame div .RecruitCamera[b-ne0ha4ut93] {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .CameraFrame div .RecruitBoxCamera[b-ne0ha4ut93] {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: transparent;
            padding: 30px;
            top: 0
        }

            .CameraFrame div .RecruitBoxCamera div[b-ne0ha4ut93] {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: transparent;
                padding: 30px;
                top: 0
            }
.spinner[b-ne0ha4ut93] {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-left-color: #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-ne0ha4ut93 1s linear infinite;
}

@keyframes spin-b-ne0ha4ut93 {
    to {
        transform: rotate(360deg);
    }
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
body[b-ne0ha4ut93] {
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
    min-height: 100vh;
}

[b-ne0ha4ut93]::-webkit-scrollbar {
    width: 5px;
}

[b-ne0ha4ut93]::-webkit-scrollbar-track {
    width: 5px;
    background: #f5f5f5;
}

[b-ne0ha4ut93]::-webkit-scrollbar-thumb {
    width: 1em;
    background-color: #ddd;
    outline: 1px solid slategrey;
    border-radius: 1rem;
}

.text-small[b-ne0ha4ut93] {
    font-size: 0.9rem;
}

.messages-box[b-ne0ha4ut93],
.chat-box[b-ne0ha4ut93] {
    height: 510px;
    overflow-y: scroll;
}

.rounded-lg[b-ne0ha4ut93] {
    border-radius: 0.5rem;
}

input[b-ne0ha4ut93]::placeholder {
    font-size: 0.9rem;
    color: #999;
}
.my-propanel[b-ne0ha4ut93] {
    background-color: white;
    max-height: calc(100vh - 56px - 1.5rem);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mask1[b-ne0ha4ut93] {
    -webkit-mask-image: url(images/icons/HoneycombMask.webp);
    mask-image: url(images/icons/HoneycombMask.webp);
    -webkit-mask-size: 90%;
    mask-size: 90%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    max-width: 50%;
    height: 400px;
    z-index: 0;
}
.active[b-ne0ha4ut93] {
    background-color: #007ea7 !important;
}

    .customcrop[b-ne0ha4ut93] {
    position: relative;
    right: 0px;
    top: 0px;
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
}

.wajib[b-ne0ha4ut93] {
    color:red;
}
.list-group-mine .list-group-item[b-ne0ha4ut93] {
    background-color: #f1f9fb;
    border-top: 1px solid #0091b5;
    border-left-color: #fff;
    border-right-color: #fff;
}

    .list-group-mine .list-group-item:hover[b-ne0ha4ut93] {
        background-color: red;
    }

.bannercapt[b-ne0ha4ut93] {
    padding-top: 2%;
    overflow: auto;
    height: 400px;
    z-index: 5;
}

.top-container[b-ne0ha4ut93] {
    padding: 0 5%
}

.list-group-item.active[b-ne0ha4ut93] {
    background-color: #007ea7;
    color: white;
}

#gerak[b-ne0ha4ut93] {
    pointer-events: none;
    opacity: 0.6;
}

li:hover[b-ne0ha4ut93] {
    cursor: pointer;
    color: white;
    background-color: #007ea7;
}
.my-card1[b-ne0ha4ut93] {
    /*border: 2px solid #007ea7;*/
    padding: 0px;
    border-radius: 25px;
}
.may-card2[b-ne0ha4ut93] {
    /*border: 2px solid #007ea7;*/
    padding: 10px;
    border-radius: 25px;
}

.icon3[b-ne0ha4ut93] {
    /*color: white;*/
}

.tambahan[b-ne0ha4ut93] {
    padding: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 10px;
}

.cardModif[b-ne0ha4ut93] {
    padding: 10px;
}

@media (max-width: 641px) {
    /*.card-body {
        font-size: smaller;
    }*/

        .card-body .card-title[b-ne0ha4ut93] {
            font-size: medium;
        }

    .card-footer[b-ne0ha4ut93] {
        font-size: smaller;
    }

        .card-footer a[b-ne0ha4ut93] {
            font-size: smaller;
        }
    .tambahanstyle[b-ne0ha4ut93]
    {
        margin-top:5%;
    }
    .bannercapt[b-ne0ha4ut93] {
        height: 250px;
        padding: 1% 0 0 5%;
    }

    .mask1[b-ne0ha4ut93] {
        max-width: 50%;
        top: -2%;
        height: 250px;
    }

    .customcrop[b-ne0ha4ut93] {
        right: 0px;
        top: -42px;
        object-position: 50%;
        width: 300px;
        height: 300px;
    }

    .top-container[b-ne0ha4ut93] {
        padding: 0 1rem;
    }
}

@media (min-width: 641px) {
    .carousel[b-ne0ha4ut93] {
        max-height: calc(400px);
    }

    .carousel-inner[b-ne0ha4ut93] {
        border-radius: 10px;
        height: 100%;
    }

    .carousel-item[b-ne0ha4ut93] {
        top: calc(0px - 25%)
    }
}









.tracking-detail[b-ne0ha4ut93] {
    padding: 3rem 0
}

#tracking[b-ne0ha4ut93] {
    margin-bottom: 1rem
}

[class*=tracking-status-] p[b-ne0ha4ut93] {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

[class*=tracking-status-][b-ne0ha4ut93] {
    padding: 1.6rem 0
}

.tracking-status-intransit[b-ne0ha4ut93] {
    background-color: #65aee0
}

.tracking-status-outfordelivery[b-ne0ha4ut93] {
    background-color: #0d47a1
}

.tracking-status-deliveryoffice[b-ne0ha4ut93] {
    background-color: #f7dc6f
}

.tracking-status-delivered[b-ne0ha4ut93] {
    background-color: #4cbb87
}

.tracking-status-attemptfail[b-ne0ha4ut93] {
    background-color: #b789c7
}

.tracking-status-error[b-ne0ha4ut93], .tracking-status-exception[b-ne0ha4ut93] {
    background-color: #d26759
}

.tracking-status-expired[b-ne0ha4ut93] {
    background-color: #616e7d
}

.tracking-status-pending[b-ne0ha4ut93] {
    background-color: #ccc
}

.tracking-status-inforeceived[b-ne0ha4ut93] {
    background-color: #214977
}

.tracking-list[b-ne0ha4ut93] {
    border: 1px solid #e5e5e5
}

.tracking-item[b-ne0ha4ut93] {
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding: 2rem 1.5rem .5rem 2.5rem;
    font-size: .9rem;
    margin-left: 3rem;
    min-height: 5rem
}

    .tracking-item:last-child[b-ne0ha4ut93] {
        padding-bottom: 4rem
    }

    .tracking-item .tracking-date[b-ne0ha4ut93] {
        margin-bottom: .5rem
    }

        .tracking-item .tracking-date span[b-ne0ha4ut93] {
            color: #888;
            font-size: 85%;
            padding-left: .4rem
        }

    .tracking-item .tracking-content[b-ne0ha4ut93] {
        padding: .5rem .8rem;
        background-color: #f4f4f4;
        border-radius: .5rem
    }

        .tracking-item .tracking-content span[b-ne0ha4ut93] {
            display: block;
            color: #888;
            font-size: 85%
        }

    .tracking-item .tracking-icon[b-ne0ha4ut93] {
        line-height: 2.6rem;
        position: absolute;
        left: -1.3rem;
        width: 2.6rem;
        height: 2.6rem;
        text-align: center;
        border-radius: 50%;
        font-size: 1.1rem;
        background-color: #fff;
        color: #fff
    }

        .tracking-item .tracking-icon.status-sponsored[b-ne0ha4ut93] {
            background-color: #f68
        }

        .tracking-item .tracking-icon.status-delivered[b-ne0ha4ut93] {
            background-color: #4cbb87
        }

        .tracking-item .tracking-icon.status-outfordelivery[b-ne0ha4ut93] {
            background-color: #0d47a1
        }

        .tracking-item .tracking-icon.status-deliveryoffice[b-ne0ha4ut93] {
            background-color: #f7dc6f
        }

        .tracking-item .tracking-icon.status-attemptfail[b-ne0ha4ut93] {
            background-color: #b789c7
        }

        .tracking-item .tracking-icon.status-exception[b-ne0ha4ut93] {
            background-color: #d26759
        }

        .tracking-item .tracking-icon.status-inforeceived[b-ne0ha4ut93] {
            background-color: #214977
        }

        .tracking-item .tracking-icon.status-intransit[b-ne0ha4ut93] {
            color: #e5e5e5;
            border: 1px solid #e5e5e5;
            font-size: .6rem
        }

@media(min-width:992px) {
    .tracking-item[b-ne0ha4ut93] {
        margin-left: 10rem
    }

        .tracking-item .tracking-date[b-ne0ha4ut93] {
            position: absolute;
            left: -10rem;
            width: 7.5rem;
            text-align: right
        }

            .tracking-item .tracking-date span[b-ne0ha4ut93] {
                display: block
            }

        .tracking-item .tracking-content[b-ne0ha4ut93] {
            padding: 0;
            background-color: transparent
        }
}






/*Timeline*/

body[b-ne0ha4ut93] {
    margin-top: 20px;
}

.timeline-steps[b-ne0ha4ut93] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .timeline-steps .timeline-step[b-ne0ha4ut93] {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 1rem
    }

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child)[b-ne0ha4ut93]:after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }

    .timeline-steps .timeline-step:not(:first-child)[b-ne0ha4ut93]:before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content[b-ne0ha4ut93] {
    width: 10rem;
    text-align: center
}

    .timeline-steps .timeline-content .inner-circle[b-ne0ha4ut93] {
        border-radius: 1.5rem;
        height: 1rem;
        width: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #3b82f6
    }

        .timeline-steps .timeline-content .inner-circle[b-ne0ha4ut93]:before {
            content: "";
            background-color: #3b82f6;
            display: inline-block;
            height: 3rem;
            width: 3rem;
            min-width: 3rem;
            border-radius: 6.25rem;
            opacity: .5
        }

#colorStep[b-ne0ha4ut93]{
    color:gray;
}


.image-container-profile[b-ne0ha4ut93] {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.pr-command[b-ne0ha4ut93] {
    font-size: x-small;
    color: grey;
    display: block;
}

.circular-image[b-ne0ha4ut93] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.overlay-button[b-ne0ha4ut93] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    z-index: 1;
    font-size: x-large;
    opacity: 0;
}

    .overlay-button:hover[b-ne0ha4ut93] {
        opacity: 1;
        animation: fadeInFromNone 0.3s ease-in;
    }

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.my-prof[b-ne0ha4ut93] {
    text-align: center;
    justify-items: center;
    position: relative;
}

li .disabled[b-ne0ha4ut93] {
    margin-left: 7px;
    font-family: 'OpenSans-Regular';
    font-weight: bold;
    color: gray;
}

li .enabled[b-ne0ha4ut93] {
    margin-left: 7px;
    font-family: 'OpenSans-Regular';
    font-weight: bold;
    color: black;
}
/* /Pages/Vacancy.razor.rz.scp.css */
.container[b-u1wagxf3jg] {
    padding: 0 0 2rem 0;
}

.indicatorbottom[b-u1wagxf3jg] {
    margin-bottom: 0px
}

.mask1[b-u1wagxf3jg] {
    -webkit-mask-image: url(images/HoneycombMask.webp);
    /*-webkit-mask-image: -webkit-gradient(linear, left 10%, left 50%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));*/
    mask-image: url(images/HoneycombMask.webp);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    max-width: 100%;
    height: 125%;
    z-index: 0;
    margin-top: -150px;
}

/*.customcrop {
    position: relative;
    right: 0px;
    top: 0px;
    object-fit: cover;
    object-position: 75%;
    width: 100%;
    height: 100%;
}*/
.customcrop[b-u1wagxf3jg] {
    position: fixed;
    left: -100px;
    top: 60px;
    object-fit: cover;
    width: 60%;
}

.bannercapt[b-u1wagxf3jg] {
    padding-top: 2%;
    overflow: auto;
    height: 400px;
    z-index: 5;
}

.top-container[b-u1wagxf3jg] {
    padding: 0 5%
}

#textarea[b-u1wagxf3jg] {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
}

textarea[b-u1wagxf3jg] {
    height: 250px;
    width: 100%;
    background-color: white;
    overflow-y: scroll;
}

.badge[b-u1wagxf3jg] {
    background-color: #0d47a1;
}

.btn.btn-showup[b-u1wagxf3jg] {
    background-color: transparent;
    width: 20%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-20px);
    padding: 30px;
    z-index: 5;
}

.btn-showup-in[b-u1wagxf3jg] {
    background-color: lightgray;
    width: 50px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-20%);
}

@media (max-width: 1280px) {
    .mask1[b-u1wagxf3jg] {
        height: 110%;
        top: 50px;
    }

    .customcrop[b-u1wagxf3jg] {
        left: -100px;
        width: 85%;
    }
    #cekImages[b-u1wagxf3jg] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
        position: absolute;
        top: 69px;
        right: 11px;
        height: 94px;
    }
}

@media (max-width: 920px) {
    .mask1[b-u1wagxf3jg] {
        height: 110%;
        top: 90px;
    }

    .customcrop[b-u1wagxf3jg] {
        left: -400px;
        width: 130%;
    }
    #cekImages[b-u1wagxf3jg] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
        position: absolute;
        top: 69px;
        right: 11px;
        height: 94px;
    }
}

@media (max-width: 767px) {
    .hid-box[b-u1wagxf3jg] {
        display: block;
        top: calc(100% + 50px);
        position: absolute;
        transition: all .4s ease-out;
        height: 100%;
        z-index: 5;
        width: 98vw;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 20px 20px 0px 0px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        overflow:auto;
    }

    .ShowUp[b-u1wagxf3jg] {
        top: 0%;
    }

    .ShowDown[b-u1wagxf3jg] {
        top: calc(100% + 50px);
    }
    #cekImages[b-u1wagxf3jg] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
        position: absolute;
        top: 69px;
        right: 11px;
        height: 94px;
    }
}

@media (min-width: 768px) {
    .hid-box[b-u1wagxf3jg] {
        display: block;
        position: static;
        overflow: auto;
        margin-left: 30px;
        border: none;
        box-shadow: rgba(136, 165, 191, 0.48) 2px 2px 12px 0px, rgba(255, 255, 255, 0.8) -2px -2px 12px 0px;
    }
    #cekImages[b-u1wagxf3jg] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
        position: absolute;
        top: 69px;
        right: 11px;
        height: 94px;
    }
}

@media (max-width: 640px) {
    .mask1[b-u1wagxf3jg] {
        height: 110%;
        top: 160px;
    }

    .customcrop[b-u1wagxf3jg] {
        left: -100px;
        top: 50px;
        object-position: 50%;
        width: 80%;
        height: 40%;
    }
    /*
    .card-body {
        font-size: smaller;
    }*/
    .card-body .card-title[b-u1wagxf3jg] {
        font-size: medium;
    }

    .card-footer[b-u1wagxf3jg] {
        font-size: smaller;
    }

        .card-footer a[b-u1wagxf3jg] {
            font-size: smaller;
        }

    .bannercapt[b-u1wagxf3jg] {
        height: 250px;
        padding: 1% 0 0 5%;
    }

    .top-container[b-u1wagxf3jg] {
        padding: 0 1rem;
    }
    .my-img[b-u1wagxf3jg] {
        width: 20%;
        height: 100%;
        align-self: center;
    }

    .my-img-sq[b-u1wagxf3jg] {
        width: 15%;
        height: 100%;
        align-self: center;
    }
    #cekImages[b-u1wagxf3jg] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
        position: absolute;
        top: 49px;
        right: 11px;
        height: 94px;
    }
}

@media (min-width: 641px) {
    .carousel[b-u1wagxf3jg] {
        max-height: calc(400px);
    }

    .carousel-inner[b-u1wagxf3jg] {
        border-radius: 10px;
        height: 100%;
    }

    .carousel-item[b-u1wagxf3jg] {
        top: calc(0px - 25%)
    }

    .my-img[b-u1wagxf3jg] {
        width: 15%;
        height: 100%;
        align-self: center;
    }

    .my-img-sq[b-u1wagxf3jg] {
        width: 10%;
        height: 100%;
        align-self: center;
    }
    #cekImages[b-u1wagxf3jg] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
        position: absolute;
        top: 65px;
        right: 11px;
        height: 94px;
    }
}

.psButton[b-u1wagxf3jg] {
    padding: 5px;
    text-align: center;
    background-color: darkblue;
    color: white;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.divider[b-u1wagxf3jg] {
    border: 1px solid black;
    width: 2px;
    height: auto;
    padding: 0;
}

.pnlcustom[b-u1wagxf3jg] {
    border-radius: 15px;
    margin-top: -15px;
}

.my-btn[b-u1wagxf3jg] {
    background-color: #007ea7;
    color: white;
    cursor: pointer;
    font-size: medium;
    font-weight: bold
}

.list-group-item.actived[b-u1wagxf3jg] {
    background-color: #007ea7;
    color: white;
    z-index: 2;
    border-color: #007ea7;
}

.my-list[b-u1wagxf3jg] {
    height: calc(100vh - 57px - 1.5rem);
    overflow: auto;
    cursor: pointer;
    box-shadow: rgba(136, 165, 191, 0.48) 2px 2px 12px 0px, rgba(255, 255, 255, 0.8) -2px -2px 12px 0px;
    background-color: white;
}

.my-search[b-u1wagxf3jg] {
    z-index:5;
    top:0;
    position:sticky;
    border-radius: 0;
}
/* /Shared/MainLayout.razor.rz.scp.css */
@media (min-width: 540px) {
    .divDisplayProfile[b-59qdjsixbk] {
        position: relative;
    }
}

@media (max-width: 767px) {
    .MainContent[b-59qdjsixbk] {
        position: relative;
        width: 100vw;
    }

        .MainContent.show[b-59qdjsixbk] {
            -webkit-animation: from-left 0.2s linear forwards;
            animation: from-left-b-59qdjsixbk 0.2s linear forwards;
        }

        .MainContent.hide[b-59qdjsixbk] {
            -webkit-animation: hide-to-left 0.2s linear forwards;
            animation: hide-to-left-b-59qdjsixbk 0.2s linear forwards;
        }

    .ContainerProfile[b-59qdjsixbk] {
        z-index: 99;
        position: fixed;
        width: 100vw;
        top: 49px;
        height: 100vh;
    }

    .notif-list[b-59qdjsixbk] {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .notif-list li[b-59qdjsixbk] {
            padding: 12px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 8px;
            background-color: #f9f9f9;
            border-radius: 6px;
        }

    /* Warna untuk tab aktif */
    .nav-tabs .nav-link.active[b-59qdjsixbk] {
        background-color: #007bff; /* Biru */
        color: white;
        font-weight: bold;
        border-radius: 5px;
    }

    /* Warna untuk tab tidak aktif */
    .nav-tabs .nav-link[b-59qdjsixbk] {
        background-color: #f1f1f1; /* Abu terang */
        color: #333;
        margin-right: 5px;
        border-radius: 5px;
    }

        /* Hover effect */
        .nav-tabs .nav-link:hover[b-59qdjsixbk] {
            background-color: #e0e0e0;
            color: #000;
        }

    .notification-icon[b-59qdjsixbk] {
        position: relative;
        font-size: 18px;
        cursor: pointer;
        color: #333;
    }

        .notification-icon:hover[b-59qdjsixbk] {
            transform: scale(1.1);
        }

        .notification-icon .badge[b-59qdjsixbk] {
            position: absolute;
            top: -6px;
            right: -6px;
            background: red;
            color: white;
            border-radius: 50%;
            padding: 2px 5px;
            font-size: 10px;
        }


    .notification-dropdown[b-59qdjsixbk] {
        position: fixed; /* BUKAN absolute */
        /*max-height: 314px;*/ /* batas tinggi */
        /*overflow-y: auto;*/ /* aktifkan scroll vertikal */
        top: 44px;
        right: 14px;
        width: 363px;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 999;
        padding: 10px;
    }

        .notification-dropdown ul[b-59qdjsixbk] {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .notification-dropdown li[b-59qdjsixbk] {
            padding: 8px 10px;
            border-bottom: 1px solid #eee;
            font-size: 14px;
            text-decoration: none;
        }

            .notification-dropdown li:last-child[b-59qdjsixbk] {
                border-bottom: none;
            }
    .ContainerProfile.show[b-59qdjsixbk] {
        -webkit-animation: from-right 0.2s linear forwards;
        animation: from-right-b-59qdjsixbk 0.2s linear forwards;
    }

    .ContainerProfile.hide[b-59qdjsixbk] {
        -webkit-animation: hide-to-right 0.2s linear forwards;
        animation: hide-to-right-b-59qdjsixbk 0.2s linear forwards;
    }

    #botnav[b-59qdjsixbk] {
        visibility: visible;
    }

    .ProfilePanel[b-59qdjsixbk] {
        font-size: 13px;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 15px;
        background-color: white;
        overflow-x: hidden;
    }

    .navbar-brand span[b-59qdjsixbk] {
        color: #0d47a1;
        text-shadow: none;
    }

    .navbar-brand img[b-59qdjsixbk] {
        filter: none;
    }

    .sticky[b-59qdjsixbk] {
        background-color: rgba(255,255,255,0.9) !important;
    }

    .navbarcolor[b-59qdjsixbk] {
        background-color: transparent;
    }

    .top-row[b-59qdjsixbk] {
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    .page[b-59qdjsixbk] {
        flex-direction: row;
    }

    .sidebar[b-59qdjsixbk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-59qdjsixbk] {
        /*background-color: rgba(31,72,126,0.5);*/
        background-color: white;
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-59qdjsixbk]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-59qdjsixbk], article[b-59qdjsixbk] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .notif-list[b-59qdjsixbk] {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .notif-list li[b-59qdjsixbk] {
            padding: 12px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 8px;
            background-color: #f9f9f9;
            border-radius: 6px;
        }

    /* Warna untuk tab aktif */
    .nav-tabs .nav-link.active[b-59qdjsixbk] {
        background-color: #007bff; /* Biru */
        color: white;
        font-weight: bold;
        border-radius: 5px;
    }

    /* Warna untuk tab tidak aktif */
    .nav-tabs .nav-link[b-59qdjsixbk] {
        background-color: #f1f1f1; /* Abu terang */
        color: #333;
        margin-right: 5px;
        border-radius: 5px;
    }

        /* Hover effect */
        .nav-tabs .nav-link:hover[b-59qdjsixbk] {
            background-color: #e0e0e0;
            color: #000;
        }

    .notification-icon[b-59qdjsixbk] {
        position: relative;
        font-size: 18px;
        cursor: pointer;
        color: #333;
    }

        .notification-icon:hover[b-59qdjsixbk] {
            transform: scale(1.1);
        }

        .notification-icon .badge[b-59qdjsixbk] {
            position: absolute;
            top: -6px;
            right: -6px;
            background: red;
            color: white;
            border-radius: 50%;
            padding: 2px 5px;
            font-size: 10px;
        }
    .notification-dropdown[b-59qdjsixbk] {
        position: fixed; /* BUKAN absolute */
        /*max-height: 314px;*/ /* batas tinggi */
        /*overflow-y: auto;*/ /* aktifkan scroll vertikal */
        top: 44px;
        right: 14px;
        width: 363px;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 999;
        padding: 10px;
    }

        .notification-dropdown ul[b-59qdjsixbk] {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .notification-dropdown li[b-59qdjsixbk] {
            padding: 8px 10px;
            border-bottom: 1px solid #eee;
            font-size: 14px;
            text-decoration: none;
        }

            .notification-dropdown li:last-child[b-59qdjsixbk] {
                border-bottom: none;
            }

    .navbar-brand span[b-59qdjsixbk] {
        font-size: large;
        /*color: white;*/
        color: black;
    }

        .navbar-brand span:hover[b-59qdjsixbk] {
            font-size: large;
            color: #ffba28;
            cursor: pointer;
        }

    .usericon[b-59qdjsixbk] {
        display: none;
    }

    .ProfilePanel[b-59qdjsixbk] {
        font-size: 13px;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 15px;
        background-color: white;
        overflow-x: hidden;
        box-shadow: -8px 1px 10px -6px gray;
    }

    .nav-custom span[b-59qdjsixbk] {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
    }

    .navbar-brand img[b-59qdjsixbk] {
        /*filter: brightness(50);*/
    }

        .navbar-brand img:hover[b-59qdjsixbk] {
            filter: none;
            cursor: pointer;
        }

    .navbarcolor[b-59qdjsixbk] {
        /*background-color: #1f487e;*/
    }

    .ContainerProfile[b-59qdjsixbk] {
        z-index: 100;
        position: fixed;
        width: 370px;
        left: 100%;
        height: 100vh;
        top: 0;
    }

        .ContainerProfile.show[b-59qdjsixbk] {
            -webkit-animation: from-right-d 0.2s linear forwards;
            animation: from-right-d-b-59qdjsixbk 0.2s linear forwards;
        }

        .ContainerProfile.hide[b-59qdjsixbk] {
            -webkit-animation: hide-to-right-d 0.2s linear forwards;
            animation: hide-to-right-d-b-59qdjsixbk 0.2s linear forwards;
        }
}

@media (max-width: 990px) {
    .top-row[b-59qdjsixbk]  a, .top-row[b-59qdjsixbk]  .btn-link {
        white-space: nowrap;
        font-weight: bold;
        /*color: white;*/
        color: black;
        z-index: 1;
        text-shadow: none;
    }
}

@media (min-width: 991px) {
    .top-row[b-59qdjsixbk]  a, .top-row[b-59qdjsixbk]  .btn-link {
        white-space: nowrap;
        font-weight: bold;
        /*color: white;*/
        color: black;
        z-index: 1;
    }
}

.page[b-59qdjsixbk] {
    position: relative;
    display: flex;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%), url("/images/Back2.jpg");
    background-size: auto;
    background-attachment: fixed;
    background-repeat: repeat;
    overflow: hidden;
}

.MainContent[b-59qdjsixbk] {
    min-height: calc(100vh - 53px);
}

.myPanel[b-59qdjsixbk] {
    background: white;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    min-height: 87vh;
    max-width: calc(100vw - 2rem);
}

.notif-list[b-59qdjsixbk] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .notif-list li[b-59qdjsixbk] {
        padding: 12px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 8px;
        background-color: #f9f9f9;
        border-radius: 6px;
    }

/* Warna untuk tab aktif */
.nav-tabs .nav-link.active[b-59qdjsixbk] {
    background-color: #007bff; /* Biru */
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

/* Warna untuk tab tidak aktif */
.nav-tabs .nav-link[b-59qdjsixbk] {
    background-color: #f1f1f1; /* Abu terang */
    color: #333;
    margin-right: 5px;
    border-radius: 5px;
}

    /* Hover effect */
    .nav-tabs .nav-link:hover[b-59qdjsixbk] {
        background-color: #e0e0e0;
        color: #000;
    }

.notification-icon[b-59qdjsixbk] {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}

    .notification-icon:hover[b-59qdjsixbk] {
        transform: scale(1.1);
    }

    .notification-icon .badge[b-59qdjsixbk] {
        position: absolute;
        top: -6px;
        right: -6px;
        background: red;
        color: white;
        border-radius: 50%;
        padding: 2px 5px;
        font-size: 10px;
    }
.notification-dropdown[b-59qdjsixbk] {
    position: fixed; /* BUKAN absolute */
    /*max-height: 314px;*/ /* batas tinggi */
    /*overflow-y: auto;*/ /* aktifkan scroll vertikal */
    top: 44px;
    right: 14px;
    width: 363px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    padding: 10px;
}

    .notification-dropdown ul[b-59qdjsixbk] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .notification-dropdown li[b-59qdjsixbk] {
        padding: 8px 10px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        text-decoration: none;
    }

        .notification-dropdown li:last-child[b-59qdjsixbk] {
            border-bottom: none;
        }
.nav-custom[b-59qdjsixbk] {
    position: relative;
    z-index: 1;
    padding: 2em;
    margin: -2em;
}

.nav-sign[b-59qdjsixbk] {
    cursor: pointer;
    text-decoration: none;
}

    .nav-sign:hover[b-59qdjsixbk] {
        color: #ffba28;
    }

.navbar-brand[b-59qdjsixbk] {
    margin-right: 0px
}

main[b-59qdjsixbk] {
    flex: 1;
}

.sidebar[b-59qdjsixbk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.navbar[b-59qdjsixbk] {
    padding: 0 1px 1px 1px;
    z-index: 99;
}

.navbariphone[b-59qdjsixbk] {
    padding-top: 0;
    margin-top: 5%;
}

.nav-custom span[b-59qdjsixbk] {
    display: none;
}

.navbar-nav[b-59qdjsixbk] {
    z-index: 1;
}

.top-row[b-59qdjsixbk] {
    height: 3.5rem;
    display: flex;
    align-items: center;
}



    .top-row[b-59qdjsixbk]  a:hover, .top-row[b-59qdjsixbk]  .btn-link:hover {
        text-decoration: none;
    }

    .top-row[b-59qdjsixbk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.usericon[b-59qdjsixbk] {
    display: inline-flex;
    font-size: small;
    font-weight: bold;
    color: white;
    background-color: #0d47a1;
    border-radius: 15px;
    padding: 4px;
    vertical-align: middle;
    line-height: normal;
}

.usericon-x[b-59qdjsixbk] {
    display: inline-flex;
    font-size: large;
    font-weight: bolder;
    color: black;
    color: #047fcb;
    padding: 4px;
    vertical-align: middle;
    line-height: normal;
}

.unread[b-59qdjsixbk] {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px 10px;
    font-size: xx-small;
    z-index: 99;
}

.sticky[b-59qdjsixbk] {
    position: fixed;
    top: 0;
    width: 100%;
    /*background-color: #1f487e;*/
    z-index: 99;
}

    .sticky + .ContainerProfile + .MainContent[b-59qdjsixbk] {
        padding-top: 57px;
    }

/*breadcrumb style*/
.breadcrumb[b-59qdjsixbk] {
    margin-bottom: 0px;
}

.breadcrumb-arrow[b-59qdjsixbk] {
    height: 20px;
    padding: 0;
    line-height: 20px;
    list-style: none;
    background-color: #fff;
}

    .breadcrumb-arrow li:first-child a[b-59qdjsixbk] {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px
    }

    .breadcrumb-arrow li[b-59qdjsixbk], .breadcrumb-arrow li a[b-59qdjsixbk], .breadcrumb-arrow li span[b-59qdjsixbk] {
        display: inline-block;
        vertical-align: top
    }

        .breadcrumb-arrow li:not(:first-child)[b-59qdjsixbk] {
            margin-left: -1px
        }

        .breadcrumb-arrow li + li[b-59qdjsixbk]:before {
            padding: 0;
            content: ""
        }

        .breadcrumb-arrow li span[b-59qdjsixbk] {
            padding: 0 10px
        }

        .breadcrumb-arrow li a[b-59qdjsixbk], .breadcrumb-arrow li:not(:first-child) span[b-59qdjsixbk] {
            height: 20px;
            padding: 0 5px 0 10px;
            line-height: 20px
        }

        .breadcrumb-arrow li:first-child a[b-59qdjsixbk] {
            padding: 0 2px
        }

        .breadcrumb-arrow li a[b-59qdjsixbk] {
            position: relative;
            color: #0071c1;
            text-decoration: none;
            background-color: transparent;
            border: 0;
        }

        .breadcrumb-arrow li:first-child a[b-59qdjsixbk] {
            padding-left: 5px
        }

        .breadcrumb-arrow li a[b-59qdjsixbk]:after, .breadcrumb-arrow li a[b-59qdjsixbk]:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0px;
            content: '';
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent
        }

        .breadcrumb-arrow li a[b-59qdjsixbk]:before {
            right: -5px;
            z-index: 3;
            border-left: 0px solid grey;
        }

        .breadcrumb-arrow li a[b-59qdjsixbk]:after {
            right: -5px;
            z-index: 2;
            border-left: 0px solid #0071c1;
        }

.divider[b-59qdjsixbk] {
    font-size: xx-small;
}

.breadcrumb-arrow li a:focus[b-59qdjsixbk], .breadcrumb-arrow li a:hover[b-59qdjsixbk] {
    background-color: transparent;
    border: 0;
}

    .breadcrumb-arrow li a:focus[b-59qdjsixbk]:before, .breadcrumb-arrow li a:hover[b-59qdjsixbk]:before {
        border-left-color: transparent;
    }

.breadcrumb-arrow li a:active[b-59qdjsixbk] {
    background-color: transparent;
    border: 0;
}

    .breadcrumb-arrow li a:active[b-59qdjsixbk]:after, .breadcrumb-arrow li a:active[b-59qdjsixbk]:before {
        border-left-color: #0071c1
    }

.breadcrumb-arrow li span[b-59qdjsixbk] {
    color: dimgray;
}
/*end breadcrumb style*/

/*style dropdownmenu*/
.dropdown-menu[b-59qdjsixbk] {
    position: absolute;
    flex: auto;
    background-color: #fff;
    width: 280px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 1em !important;
    z-index: 99
}

.top-container[b-59qdjsixbk] {
    display: flex;
    align-items: center
}

.profile-image[b-59qdjsixbk] {
    border-radius: 10px;
    border: 2px solid gray;
    margin-right: 10px;
}

.name[b-59qdjsixbk] {
    font-size: 15px;
    font-weight: bold;
    color: #272727;
    position: relative;
    top: 8px
}

.DivDept[b-59qdjsixbk] {
    font-size: 14px;
    color: grey;
    position: relative;
    top: 2px
}

.round-div[b-59qdjsixbk] {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.signout[b-59qdjsixbk] {
    font-size: 16px;
    font-weight: 700;
    color: #5957f9;
    margin-left: 2px
}
/*end style dropdownmenu*/

.divDisplayProfile[b-59qdjsixbk] {
    position: relative;
}

#botnav[b-59qdjsixbk] {
    visibility: hidden;
}

.exclamation[b-59qdjsixbk] {
    float: right;
    margin: -5px;
    font-size: smaller;
    z-index: 911;
    color: red;
}



.pagetitle[b-59qdjsixbk] {
    padding: 5px 5px 15px 10px;
}

@keyframes bot-to-top-b-59qdjsixbk {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}

@-webkit-keyframes bot-to-top {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}

@keyframes from-right-b-59qdjsixbk {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

@-webkit-keyframes from-right {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

@keyframes from-left-b-59qdjsixbk {
    from {
        right: 100%;
    }

    to {
        right: 0;
    }
}

@-webkit-keyframes from-left {
    from {
        right: 100%;
    }

    to {
        right: 0;
    }
}

@keyframes hide-to-right-b-59qdjsixbk {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@-webkit-keyframes hide-to-right {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@keyframes hide-to-left-b-59qdjsixbk {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}

@-webkit-keyframes hide-to-left {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}

@keyframes from-right-d-b-59qdjsixbk {
    from {
        left: 100%
    }

    to {
        left: calc(100% - 370px);
    }
}

@-webkit-keyframes from-right-d {
    from {
        left: 100%
    }

    to {
        left: calc(100% - 370px);
    }
}

@keyframes hide-to-right-d-b-59qdjsixbk {
    from {
        left: calc(100% - 370px);
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes hide-to-right-d {
    from {
        left: calc(100% - 370px);
    }

    to {
        left: 100%
    }
}

.form-switch .form-check-input[b-59qdjsixbk] {
    width: 3em !important;
}

.form-check-input[b-59qdjsixbk] {
    height: 2em !important;
}


.PassInput[b-59qdjsixbk] {
    border: 1px solid transparent;
    width: 260px;
}

    .PassInput:focus[b-59qdjsixbk] {
        outline: none !important;
    }

.pagenav[b-59qdjsixbk] {
    padding: 10px 0px 10px 20px;
    margin-bottom: 0.5rem;
    background-color: white;
    z-index: 5;
    border-top: solid 0.5px grey;
    border-bottom: solid 0.5px grey;
}

.touchbutton[b-59qdjsixbk] {
    position: relative;
    z-index: 1;
    padding: 2em;
    margin: -2em calc(5px - 2em) -2em -2em;
}

.accinfo[b-59qdjsixbk] {
    margin-top: 3px;
    right: 6%;
    position: absolute;
    font-size: smaller;
    color: #6c757d !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 60px;
}

a.disabled[b-59qdjsixbk] {
    pointer-events: none;
    cursor: default;
    color: grey;
}

/*styling bottom navbar*/
.bottom-row[b-59qdjsixbk] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    justify-content: space-around;
}

.nav-icon[b-59qdjsixbk] {
    position: relative;
    z-index: 2;
    padding: 0.5em 1.25em 8px 1.25em;
    margin: -8px;
    color: #0071c1;
    font-size: 20px;
}

    .nav-icon.active[b-59qdjsixbk] {
        border-bottom: 5px solid #0071c1;
        padding: 0 0.5em 8px 0.5em;
        margin: 0 0.5em -8px 0.5em;
        z-index: 1;
    }

.btn-focus[b-59qdjsixbk] {
    font-size: xx-large;
    padding: 0 10px 0 10px;
    margin: -5px 5px 15px 5px;
}
/*end bottom navbar*/
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yf6569sc09] {
    z-index: 99;
}

.navtog-black[b-yf6569sc09] {
    color: black !important;
}

.navX[b-yf6569sc09] {
    position: absolute;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    text-align: center;
    left: 0;
    z-index: -1;
    visibility: hidden;
}

.flagselection[b-yf6569sc09] {
    border: 0px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1.6em 1.5em 0 0;
}

.flag-icon[b-yf6569sc09], .flag-icon-background[b-yf6569sc09] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.flag-icon[b-yf6569sc09] {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 2.5px;
    zoom: 1.1;
}

    .flag-icon[b-yf6569sc09]:before {
        content: "\00a0"
    }

    .flag-icon.flag-icon-rect[b-yf6569sc09] {
        width: 1em
    }

.flag-icon-id[b-yf6569sc09] {
    background-image: url(images/icons/id-ID-min.svg)
}

.flag-icon-en[b-yf6569sc09] {
    background-image: url(images/icons/en-US-min.svg)
}

.sidenav.navX[b-yf6569sc09] {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    overflow-x: hidden;
    vertical-align: middle;
    transition: 0.5s;
    visibility: visible;
}

    .sidenav.navX nav[b-yf6569sc09] {
        display: grid !important;
        padding-top: 25vh;
        font-size: large;
    }

        .sidenav.navX nav > .nav-item[b-yf6569sc09] {
            margin: 20px;
        }

.nav-item[b-yf6569sc09] {
    padding: 0px 15px;
}

    .nav-item:first-of-type[b-yf6569sc09] {
    }

    .nav-item:last-of-type[b-yf6569sc09] {
    }

.nav-link-custom[b-yf6569sc09] {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

    .nav-link-custom:hover[b-yf6569sc09] {
        font-weight: bold;
        color: #ffba28;
        cursor: pointer;
    }

    .nav-link-custom.active[b-yf6569sc09] {
        font-weight: bold;
        color: #ffba28;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-yf6569sc09] {
        /*color: white;*/
        color: black;
    }
}

@media (min-width: 992px) {
    .navX[b-yf6569sc09] {
        visibility: visible;
    }

    .navbar-toggler[b-yf6569sc09] {
        display: none;
    }

    .collapse[b-yf6569sc09] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .flagselection[b-yf6569sc09] {
        border: 0px;
        position: relative;
        margin: 0 1.5em 0 0;
    }
}
/* /Shared/NavProfile.razor.rz.scp.css */
html[b-3xwgrz06sz] {
    width: 100%;
    height: 100%;
}

body[b-3xwgrz06sz] {
    background: #efefef;
    color: #333;
    height: 100%;
}

    body h1[b-3xwgrz06sz] {
        text-align: center;
        color: #007ea7;
        font-weight: 300;
        padding: 40px 0 20px 0;
        margin: 0;
    }

.tabs[b-3xwgrz06sz] {
    position: relative;
    background: white;
    padding: 1rem 1rem 0 1rem;
    border-radius: 25px 25px 0px 0px;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: none;
}

    .tabs input[name=tab-control][b-3xwgrz06sz] {
        display: none;
    }

    .tabs .content section h2[b-3xwgrz06sz],
    .tabs ul li label[b-3xwgrz06sz] {
        font-weight: bold;
        font-size: 18px;
        color: #007ea7;
    }

    .tabs ul[b-3xwgrz06sz] {

    }
        .tabs ul li[b-3xwgrz06sz] {
            
        }

            .tabs ul li label[b-3xwgrz06sz] {
                transition: all 0.3s ease-in-out;
                color: dimgrey;
                padding: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .tabs ul li label br[b-3xwgrz06sz] {
                    display: none;
                }

                .tabs ul li label i[b-3xwgrz06sz] {
                    fill: dimgrey;
                    height: 1.2em;
                    vertical-align: bottom;
                    margin-right: 0.2em;
                    transition: all 0.2s ease-in-out;
                }

                .tabs ul li label:hover[b-3xwgrz06sz], .tabs ul li label:focus[b-3xwgrz06sz], .tabs ul li label:active[b-3xwgrz06sz] {
                    outline: 0;
                    color: #bec5cf;
                }

                    .tabs ul li label:hover i[b-3xwgrz06sz], .tabs ul li label:focus i[b-3xwgrz06sz], .tabs ul li label:active i[b-3xwgrz06sz] {
                        fill: #bec5cf;
                    }

    .tabs div > .slider[b-3xwgrz06sz] {
        position: relative;
        width: 5%;
        height: 100%;
        transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    }

        .tabs .slider .indicator[b-3xwgrz06sz] {
            position: relative;
            width: 4px;
            max-height: 100%;
            margin: 5px;
            height: 37px;
            background: #007ea7;
            border-radius: 1px;
        }

    .tabs .content[b-3xwgrz06sz] {
        margin-top: 30px;
    }

        .tabs .content section[b-3xwgrz06sz] {
            display: none;
            -webkit-animation-name: content;
            animation-name: content-b-3xwgrz06sz;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            line-height: 1.4;
        }

            .tabs .content section h2[b-3xwgrz06sz] {
                color: #007ea7;
                display: none;
            }

                .tabs .content section h2[b-3xwgrz06sz]::after {
                    content: "";
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 3px;
                    background: #007ea7;
                    margin-top: 5px;
                    left: 1px;
                }

    .tabs .morescroll[b-3xwgrz06sz] {
        padding-top: 3px;
        right: 20px;
        position: absolute;
        color: grey;
        opacity: 0.5;
        animation: linear infinite;
        animation-name: run-b-3xwgrz06sz;
        animation-duration: 2s;
    }

.my-card1[b-3xwgrz06sz] {
    /*border: 2px solid #007ea7;*/
    padding: 0px;
    border-radius: 25px;
}

.my-prof[b-3xwgrz06sz] {
    text-align: center;
    justify-items: center;
    position: relative;
}

.image-container-profile[b-3xwgrz06sz] {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.circular-image[b-3xwgrz06sz] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.overlay-button[b-3xwgrz06sz] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    z-index: 1;
    font-size: x-large;
    opacity: 0;
}

    .overlay-button:hover[b-3xwgrz06sz] {
        opacity: 1;
        animation: fadeInFromNone 0.3s ease-in;
    }

@keyframes run-b-3xwgrz06sz {
    0% {
        left: 90%;
    }

    50% {
        left: 95%;
    }

    100% {
        left: 90%;
    }
}

@-webkit-keyframes run {
    0% {
        left: 90%;
    }

    50% {
        left: 95%;
    }

    100% {
        left: 90%;
    }
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content-b-3xwgrz06sz {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

/*Media queries*/
@media (max-width: 1000px) {
    .tabs ul li label[b-3xwgrz06sz] {
        white-space: initial;
    }

        .tabs ul li label br[b-3xwgrz06sz] {
            display: none;
        }

        .tabs ul li label i[b-3xwgrz06sz] {
            height: 1.5em;
        }
}

@media (max-width: 767px) {
    .tabs ul[b-3xwgrz06sz] {
        list-style-type: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: nowrap;
        overflow: auto;
        scrollbar-width: thin;
    }

        .tabs ul li[b-3xwgrz06sz] {
            box-sizing: border-box;
            flex: 1;
            width: 25%;
            padding: 0 10px;
            text-align: center;
        }

    .tabs ul li label[b-3xwgrz06sz] {
        padding: 5px;
        border-radius: 5px;
    }

        .tabs ul li label span[b-3xwgrz06sz] {
            display: none;
        }

    .tabs div > .slider[b-3xwgrz06sz] {
        display: none;
    }

    .tabs .content[b-3xwgrz06sz] {
        display: block;
        margin-top: 5px;
        padding-top: 0px;
    }

        .tabs .content section h2[b-3xwgrz06sz] {
            display: block;
        }

    .tabs .morescroll[b-3xwgrz06sz] {
        display: block;
    }

    .shnavhide[b-3xwgrz06sz] {
        display: none;
    }
}

@media (min-width: 768px) {
    .tabs[b-3xwgrz06sz] {
        padding: 1rem;
        border-radius: 25px;
        border: 1px solid rgba(0,0,0,.125);
    }
    .tabs ul[b-3xwgrz06sz] {
        list-style-type: none;
        display: block;
    }

        .tabs ul li[b-3xwgrz06sz] {
            box-sizing: border-box;
            width: 100%;
            padding: 5px 10px;
            text-align: left;
        }

    .tabs .content[b-3xwgrz06sz] {
        display: none;
    }

    .tabs .morescroll[b-3xwgrz06sz] {
        display: none;
    }

    .shnavhide[b-3xwgrz06sz] {
        display: block;
    }
}

.crop-container[b-3xwgrz06sz] {
    width: 100%;
    max-height: 100%;
}

.my-cropper[b-3xwgrz06sz] {
    width: 100%;
    height: 100%;
}

.CameraBlock[b-3xwgrz06sz] {
    width: 100%;
    height: 100%;
}

/*Tab 1*/
.tabs input[name=tab-control]:nth-of-type(1):checked ~ div > ul > li:nth-child(1) > label[b-3xwgrz06sz] {
    cursor: default;
    color: #007ea7;
}

    .tabs input[name=tab-control]:nth-of-type(1):checked ~ div > ul > li:nth-child(1) > label i[b-3xwgrz06sz] {
        fill: #007ea7;
    }

@media (max-width: 767px) {
    .tabs input[name=tab-control]:nth-of-type(1):checked ~ div > ul > li:nth-child(1) > label[b-3xwgrz06sz] {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ div > .slider[b-3xwgrz06sz] {
    transform: translateY(0%);
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1)[b-3xwgrz06sz] {
    display: block;
}

/*Tab 2*/

.tabs input[name=tab-control]:nth-of-type(2):checked ~ div > ul > li:nth-child(2) > label[b-3xwgrz06sz] {
    cursor: default;
    color: #007ea7;
}

    .tabs input[name=tab-control]:nth-of-type(2):checked ~ div > ul > li:nth-child(2) > label i[b-3xwgrz06sz] {
        fill: #007ea7;
    }

@media (max-width: 767px) {
    .tabs input[name=tab-control]:nth-of-type(2):checked ~ div > ul > li:nth-child(2) > label[b-3xwgrz06sz] {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ div > .slider[b-3xwgrz06sz] {
    transform: translateY(100%);
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2)[b-3xwgrz06sz] {
    display: block;
}

/*Tab 3*/

.tabs input[name=tab-control]:nth-of-type(3):checked ~ div > ul > li:nth-child(3) > label[b-3xwgrz06sz] {
    cursor: default;
    color: #007ea7;
}

    .tabs input[name=tab-control]:nth-of-type(3):checked ~ div > ul > li:nth-child(3) > label i[b-3xwgrz06sz] {
        fill: #007ea7;
    }

@media (max-width: 767px) {
    .tabs input[name=tab-control]:nth-of-type(3):checked ~ div > ul > li:nth-child(3) > label[b-3xwgrz06sz] {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ div > .slider[b-3xwgrz06sz] {
    transform: translateY(200%);
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3)[b-3xwgrz06sz] {
    display: block;
}

/*Tab 4*/

.tabs input[name=tab-control]:nth-of-type(4):checked ~ div > ul > li:nth-child(4) > label[b-3xwgrz06sz] {
    cursor: default;
    color: #007ea7;
}

    .tabs input[name=tab-control]:nth-of-type(4):checked ~ div > ul > li:nth-child(4) > label i[b-3xwgrz06sz] {
        fill: #007ea7;
    }

@media (max-width: 767px) {
    .tabs input[name=tab-control]:nth-of-type(4):checked ~ div > ul > li:nth-child(4) > label[b-3xwgrz06sz] {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(4):checked ~ div > .slider[b-3xwgrz06sz] {
    transform: translateY(300%);
}

.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4)[b-3xwgrz06sz] {
    display: block;
}

/*Tab 5*/

.tabs input[name=tab-control]:nth-of-type(5):checked ~ div > ul > li:nth-child(5) > label[b-3xwgrz06sz] {
    cursor: default;
    color: #007ea7;
}

    .tabs input[name=tab-control]:nth-of-type(5):checked ~ div > ul > li:nth-child(5) > label i[b-3xwgrz06sz] {
        fill: #007ea7;
    }

@media (max-width: 767px) {
    .tabs input[name=tab-control]:nth-of-type(5):checked ~ div > ul > li:nth-child(5) > label[b-3xwgrz06sz] {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(5):checked ~ div > .slider[b-3xwgrz06sz] {
    transform: translateY(400%);
}

.tabs input[name=tab-control]:nth-of-type(5):checked ~ .content > section:nth-child(5)[b-3xwgrz06sz] {
    display: block;
}

/*Tab 6*/

.tabs input[name=tab-control]:nth-of-type(6):checked ~ div > ul > li:nth-child(6) > label[b-3xwgrz06sz] {
    cursor: default;
    color: #007ea7;
}

    .tabs input[name=tab-control]:nth-of-type(6):checked ~ div > ul > li:nth-child(6) > label i[b-3xwgrz06sz] {
        fill: #007ea7;
    }

@media (max-width: 767px) {
    .tabs input[name=tab-control]:nth-of-type(6):checked ~ div > ul > li:nth-child(6) > label[b-3xwgrz06sz] {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(6):checked ~ div > .slider[b-3xwgrz06sz] {
    transform: translateY(500%);
}

.tabs input[name=tab-control]:nth-of-type(6):checked ~ .content > section:nth-child(6)[b-3xwgrz06sz] {
    display: block;
}

/*Tab 7*/

.tabs input[name=tab-control]:nth-of-type(7):checked ~ div > ul > li:nth-child(7) > label[b-3xwgrz06sz] {
    cursor: default;
    color: #007ea7;
}

    .tabs input[name=tab-control]:nth-of-type(7):checked ~ div > ul > li:nth-child(7) > label i[b-3xwgrz06sz] {
        fill: #007ea7;
    }

@media (max-width: 767px) {
    .tabs input[name=tab-control]:nth-of-type(7):checked ~ div > ul > li:nth-child(7) > label[b-3xwgrz06sz] {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(7):checked ~ div > .slider[b-3xwgrz06sz] {
    transform: translateY(600%);
}

.tabs input[name=tab-control]:nth-of-type(7):checked ~ .content > section:nth-child(7)[b-3xwgrz06sz] {
    display: block;
}

/*Tab 8*/

.tabs input[name=tab-control]:nth-of-type(8):checked ~ div > ul > li:nth-child(8) > label[b-3xwgrz06sz] {
    cursor: default;
    color: #007ea7;
}

    .tabs input[name=tab-control]:nth-of-type(8):checked ~ div > ul > li:nth-child(8) > label i[b-3xwgrz06sz] {
        fill: #007ea7;
    }

@media (max-width: 767px) {
    .tabs input[name=tab-control]:nth-of-type(8):checked ~ div > ul > li:nth-child(8) > label[b-3xwgrz06sz] {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(8):checked ~ div > .slider[b-3xwgrz06sz] {
    transform: translateY(700%);
}

.tabs input[name=tab-control]:nth-of-type(8):checked ~ .content > section:nth-child(8)[b-3xwgrz06sz] {
    display: block;
}

/*Tab 9*/

.tabs input[name=tab-control]:nth-of-type(9):checked ~ div > ul > li:nth-child(9) > label[b-3xwgrz06sz] {
    cursor: default;
    color: #007ea7;
}

    .tabs input[name=tab-control]:nth-of-type(9):checked ~ div > ul > li:nth-child(9) > label i[b-3xwgrz06sz] {
        fill: #007ea7;
    }

@media (max-width: 767px) {
    .tabs input[name=tab-control]:nth-of-type(9):checked ~ div > ul > li:nth-child(9) > label[b-3xwgrz06sz] {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(9):checked ~ div > .slider[b-3xwgrz06sz] {
    transform: translateY(800%);
}

.tabs input[name=tab-control]:nth-of-type(9):checked ~ .content > section:nth-child(9)[b-3xwgrz06sz] {
    display: block;
}

