/* /Layout/Components/LoadingMini.razor.rz.scp.css */

#loadingMini[b-5rzxogz6ng] {
    display: inline-block;
    width: 16px;
    aspect-ratio: 1;
    vertical-align: middle;
    margin: 0 .25rem;
    border-radius: 50%;
    border: 3px solid lightblue;
    border-right-color: var(--orange);
    animation: loadingMini-b-5rzxogz6ng 1s infinite linear;
}
@keyframes loadingMini-b-5rzxogz6ng {
    to {
        transform: rotate(1turn)
    }
}
/* /Layout/Components/LupaPasswordPopup.razor.rz.scp.css */

.isi[b-aur6wcwe0s] {
    position: relative;
    text-align: center;
    padding: .5rem 1.25rem 1.5rem 1.25rem !important;
    border-radius: 1.5rem;
    isolation: isolate;
    overflow: hidden !important;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient(to right, hsl(from var(--black) h s l / .15) 1px, transparent 1px), linear-gradient(to bottom, hsl(from var(--black) h s l / .15) 1px, transparent 1px);
        background-size: 30px 30px;
        mask-image: radial-gradient(ellipse 80% 80% at 0% 0%, #000 50%, transparent 90%);
        -webkit-mask-image: radial-gradient(ellipse 80% 80% at 0% 0%, #000 50%, transparent 90%);
        z-index: -1;
    }
}
p:nth-of-type(1)[b-aur6wcwe0s] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .25rem;
}
p:nth-of-type(2)[b-aur6wcwe0s] {
    margin-bottom: 1.5rem;
}
img[b-aur6wcwe0s] {
    width: 75%;
    height: auto;
    margin: 0 auto;
    margin-bottom: .25rem;
}
.cr-btn[b-aur6wcwe0s] {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */

.page[b-af2jlouyeh] {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    height: 100vh;
    /*background-color: var(--mainBg);*/
    overflow: hidden;
}
main[b-af2jlouyeh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden auto;
}
.sidebar[b-af2jlouyeh] {
    width: 100%;
    height: 70px;
    transition: var(--anim);
    isolation: isolate;
    z-index: 99;
}
.sidebar.small[b-af2jlouyeh] {
    width: 80px;
}


/* ====================== TABLET & UP ====================== */
@media (min-width: 768px) {
    .page[b-af2jlouyeh] {
        flex-direction: row;
    }
    .sidebar[b-af2jlouyeh] {
        position: relative;
        height: 100vh;
        position: sticky;
        top: 0;
        width: 280px;
        height: 100%;
        padding: 1rem;
        padding-right: 0;
    }
}
/* /Layout/MenuLainnyaMobile.razor.rz.scp.css */

.menu-lainnya[b-10vqpx2kzj] {
    position: relative;
    padding: 2rem 1rem 1.5rem 1rem;
    isolation: isolate;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 105px;
        background: linear-gradient(to right, var(--clr300) 50%, var(--secondary));
        pointer-events: none;
        z-index: -1;
    }
}
.menu-lainnya .user[b-10vqpx2kzj] {
    padding: 1.25rem 1rem;
}
.menu-lainnya .user img[b-10vqpx2kzj] {
    width: 100px;
    aspect-ratio: 1;
    margin-bottom: .5rem;
    background-color: var(--soft-grey);
    border-radius: 100%;
    outline: 5px solid var(--soft-grey);
}
.menu-lainnya .user p:first-of-type[b-10vqpx2kzj]{
    font-size: 1.5rem;
    font-weight: bolder;
    line-height: 1.3;
    margin-bottom: 0;
}
.menu-lainnya .user p:last-child[b-10vqpx2kzj] {
    font-size: 1rem;
    font-weight: 400;
}

.menu-lainnya .divider[b-10vqpx2kzj] {
    font-size: .9rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 1rem;
    margin-bottom: .5rem;
}
.menu-lainnya .wrapper[b-10vqpx2kzj] {
    padding: .25rem 1rem;
    margin-bottom: 1rem;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: .75rem;
}
.menu-lainnya .item-menu[b-10vqpx2kzj],
.menu-lainnya[b-10vqpx2kzj]  .item-menu {
    position: relative;    
    padding: .75rem 1.5rem .75rem 0;
    background-color: var(--white);
    border-bottom: 1px solid var(--border);
    user-select: none;
    cursor: pointer;
}
.menu-lainnya .item-menu.toggle[b-10vqpx2kzj] {
    padding: .75rem 0;
}
.menu-lainnya .item-menu:last-child[b-10vqpx2kzj] {
    border-bottom: none;
}
.menu-lainnya .item-menu[b-10vqpx2kzj]  .nav-link,
.menu-lainnya[b-10vqpx2kzj]  .item-menu.manual,
.menu-lainnya .item-menu.manual[b-10vqpx2kzj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--black) !important;
}
.menu-lainnya .item-menu[b-10vqpx2kzj]  .nav-link i,
.menu-lainnya .item-menu.manual i[b-10vqpx2kzj] {
    font-size: 1.35rem;
}
.menu-lainnya .item-menu[b-10vqpx2kzj]  .nav-link p,
.menu-lainnya .item-menu.manual p[b-10vqpx2kzj] {
    flex: 1;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}
.menu-lainnya .item-menu[b-10vqpx2kzj]::before,
.menu-lainnya[b-10vqpx2kzj]  .item-menu::before {
    content: '\e0cd';
    font-family: crumbsicon;
    position: absolute;
    right: 0;
    color: var(--grey);
    font-size: 1rem;
}
.menu-lainnya .item-menu.toggle[b-10vqpx2kzj]:before {
    display: none;
}

label[for="darkModeToggle"][b-10vqpx2kzj] {
    position: absolute;
    inset: 0;
}
.toggle-dark-Mobile[b-10vqpx2kzj] {
    --tgl-width: 38px;
    --tgl-gap: 8%;
    --bg: #cecece;
    --bg-active: var(--green);
    --anim: .2s ease;

    position: relative;
    display: block;
    width: var(--tgl-width);
    aspect-ratio: 15 / 9;
    margin: 0;
    background-color: var(--bg);
    border-radius: 3rem;
    box-shadow: 0 0 5px #00000020 inset;
    transition: var(--anim);
    pointer-events: none;
    cursor: pointer;
    overflow: hidden;
}
body:has(#darkModeToggle:checked) .toggle-dark-Mobile[b-10vqpx2kzj] {
    background-color: var(--bg-active);
}
.toggle-dark-Mobile[b-10vqpx2kzj]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(var(--tgl-gap) + 1px);
    transform: translateY(-50%);
    width: calc(var(--tgl-width) / 2 - var(--tgl-gap));
    aspect-ratio: 1;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #00000015;
    transition: var(--anim);
}
body:has(#darkModeToggle:checked) .toggle-dark-Mobile[b-10vqpx2kzj]::before {
    left: calc(var(--tgl-width) / 2 - calc(var(--tgl-gap) * .2));
}

.menu-lainnya .exit[b-10vqpx2kzj] {
    width: 100%;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: .5rem 1rem;
    margin-top: 2rem;
}
/* /Layout/NavMenu.razor.rz.scp.css */

.nav-menu-default[b-z4k7dt4n38] {
    display: none;
}
.nav-menu-mobile[b-z4k7dt4n38] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, auto));
    align-items: center;
    gap: .35rem;
    padding: .5rem;
    background-color: var(--white);
    box-shadow: 0 -5px 20px 0 #00000010;
}
.nav-menu-mobile[b-z4k7dt4n38]  .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .1rem;
    width: 100%;
    height: 100%;
    color: var(--black) !important;
    text-align: center;
    padding: 0;
    border-radius: .75rem;
    transition: var(--anim);
}
.nav-menu-mobile[b-z4k7dt4n38]  .nav-link.active,
.nav-menu-mobile[b-z4k7dt4n38]  .nav-link.active:hover {
    color: var(--putih) !important;
    background: linear-gradient(30deg, var(--primary), var(--clr300));
}
.nav-menu-mobile[b-z4k7dt4n38]  .nav-link i {
    font-size: 1.5rem;
    margin-top: .1rem;
}
.nav-menu-mobile[b-z4k7dt4n38]  .nav-link p {
    font-size: .7rem;
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;
}
.nav-menu-mobile[b-z4k7dt4n38]  .nav-link p span {
    display: none;
}


/* ====================== TABLET & UP ====================== */
@media (min-width: 768px) {
    /*#region ######## DEFAULT*/
        .nav-menu-default[b-z4k7dt4n38] {
            --menuSmall: 40px;

            position: relative;
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 1rem;
            background-color: var(--white);
            border-radius: 1rem;
            box-shadow: 2px 4px 15px var(--shadow);
            isolation: isolate;
        }
        .nav-menu-default[b-z4k7dt4n38]::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, hsl(from var(--primary) h s l / .25), transparent 50%);
            border-radius: 1rem;
            opacity: .5;
            z-index: -1;
        }
        .nav-menu-default[b-z4k7dt4n38]::after {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(to right, hsl(from var(--black) h s l / .15) 1px, transparent 1px),
                linear-gradient(to bottom, hsl(from var(--black) h s l / .15) 1px, transparent 1px)
            ;
            background-size: 36px 36px;
            mask-image: radial-gradient(ellipse 80% 80% at 0% 100%, #000 50%, transparent 90%);
            -webkit-mask-image: radial-gradient(ellipse 80% 80% at 0% 100%, #000 50%, transparent 90%);
            border-radius: 1rem;
            z-index: -2;
        }
        .sidebar.small .nav-menu-default[b-z4k7dt4n38] {
            padding: 1rem .5rem;
        }
    /*#endregion*/

    /*#region ######## TOGGLE HIDE*/
        .hideShow[b-z4k7dt4n38] {
            display: block;
            position: absolute;
            top: 5%;
            right: -10px;
            width: 10px;
            height: 50px;
            background-color: hsl(from var(--primary) h s 85);
            border-radius: 0 .5rem .5rem 0;
            transition: var(--anim);
            cursor: pointer;
            z-index: 50;
        }
        body.dark .hideShow[b-z4k7dt4n38] {
            background-color: hsl(from var(--primary) h s 35);
        }
        .hideShow:hover[b-z4k7dt4n38],
        body.dark .hideShow:hover[b-z4k7dt4n38] {
            background-color: var(--clr200);
        }
        .hideShow span[b-z4k7dt4n38] {
            position: absolute;
            top: 50%;
            left: 3px;
            width: 6px;
            height: 6px;
            transform: translateY(-50%);
        }
        .sidebar.small .hideShow span[b-z4k7dt4n38] {
            position: absolute;
            top: 50%;
            left: 0;
            width: 6px;
            height: 6px;
            transform: translateY(-50%);
        }
        .hideShow span[b-z4k7dt4n38]::before {
            content: '';
            position: absolute;
            inset: 0;
            border-left: 2px solid var(--primary);
            border-bottom: 2px solid var(--primary);
            transform: rotate(45deg);
            transition: var(--anim);
        }
        .sidebar.small .hideShow span[b-z4k7dt4n38]::before {
            border-left: none;
            border-bottom: none;
            border-right: 2px solid var(--primary);
            border-top: 2px solid var(--primary);
        }
        body.dark .hideShow span[b-z4k7dt4n38]::before,
        body.dark .sidebar.small .hideShow span[b-z4k7dt4n38]::before {
            border-color: var(--putih);
        }
        .hideShow:hover span[b-z4k7dt4n38]::before,
        .sidebar.small .hideShow:hover span[b-z4k7dt4n38]::before {
            border-color: var(--putih);
        }
    /*#endregion*/

    /*#region ######## NAV BRAND*/
        .nav-brand[b-z4k7dt4n38] {
            display: flex;
            align-items: flex-start;
            gap: .75rem;
            min-height: 38px;
            color: var(--black);
            margin-bottom: 1.75rem;
            transition: var(--anim);
            user-select: none;
        }
        .nav-brand div:first-child[b-z4k7dt4n38] {
            display: grid;
            place-items: center;
            min-width: 38px;
            width: 38px;
            height: 38px;
            padding: 2px;
        }
        .nav-brand svg[b-z4k7dt4n38] {
            width: 100%;
            height: 100%;
            margin-top: 3px;
            cursor: pointer;
        }
        .nav-brand span:first-child[b-z4k7dt4n38] {
            display: block;
            font-size: 1.1rem;
            font-weight: 700;
            line-height: 1.3;
            text-transform: capitalize;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        .nav-brand span:last-child[b-z4k7dt4n38] {
            display: block;
            font-size: .7rem;
            font-weight: 400;
            cursor: pointer;
        }
        .nav-brand span:last-child:hover[b-z4k7dt4n38] {
            color: var(--primary);
            text-decoration: underline;
        }
    /*#endregion*/

    /*#region ######## NAV MENU*/
        .nav-menu-mobile[b-z4k7dt4n38] {
            display: none;
        }
        .nav-menu[b-z4k7dt4n38] {
            display: block;
            flex: 1;
            position: relative;
            overflow: hidden auto;
        }
        .nav-menu[b-z4k7dt4n38]::-webkit-scrollbar {
            display: none;
            width: 5px;
        }
        .nav-menu:hover[b-z4k7dt4n38]::-webkit-scrollbar {
            display:block;
        }
        .nav-menu[b-z4k7dt4n38]::-webkit-scrollbar-track {
            background: transparent;
        }
        .nav-menu[b-z4k7dt4n38]::-webkit-scrollbar-thumb {
            background-image: linear-gradient(to top, var(--clr300), var(--clr200), var(--clr300));
            border: 2px solid transparent;
            border-radius: 9px;
            background-clip: content-box;
        }

        .separator[b-z4k7dt4n38] {
            margin-bottom: .75rem;
        }
        .separator span[b-z4k7dt4n38] {
            color: var(--grey);
            font-size: .75rem;
            font-weight: 600;
        }

        /* ACCORDION */
        .accordion[b-z4k7dt4n38] {
            --linkClr: var(--muted);
            --linkHoverClr: var(--primary);
            --linkActiveClr: var(--putih);
            --linkBg: transparent;
            --linkHoverBg: hsl(from var(--primary) h s l / .1);
            --linkActiveBg: linear-gradient(to right, var(--clr300) 50%, var(--secondary));
            --linkSubClr: var(--muted);
            --linkSubHoverClr: var(--black);
            --linkSubActiveClr: var(--primary);
            --linkSubBg: hsl(from var(--primary) h s l / .15);
        }
        .nav-menu .accordion-item[b-z4k7dt4n38] {
            margin-bottom: .35rem;
            border: none;
            background-color: transparent;
            border-radius: 0;
            user-select: none;
        }
        .nav-menu .accordion-header[b-z4k7dt4n38] {
            position: relative;
            width: 100%;
            color: var(--linkClr);
            padding: 0;
            background: transparent;
            border: none;
            outline: none;
            cursor: pointer;
        }
        .accordion-collapse[b-z4k7dt4n38] {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows 0.3s ease-out;
        }
        .accordion-collapse.open[b-z4k7dt4n38] {
            grid-template-rows: 1fr;
        }
        .accordion-body[b-z4k7dt4n38] {
            overflow: hidden;
        }

        /*link*/
        .nav-menu[b-z4k7dt4n38]  .nav-link,
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header {
            display: flex;
            align-items: center;
            gap: .65rem;
            width: 100%;
            height: var(--menuSmall);
            color: var(--linkClr) !important;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1;
            padding: 0 .65rem;
            transition: var(--anim);
            border-radius: .5rem;
        }
        .nav-menu[b-z4k7dt4n38]  .nav-link:hover,
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header:hover {
            color: var(--linkHoverClr) !important;
        }
        .nav-menu[b-z4k7dt4n38]  .nav-link i,
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header i:first-of-type {
            font-size: 1.5rem;
        }
        .nav-menu[b-z4k7dt4n38]  .nav-link p,
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header p {
            flex: 1;
            text-align: left;
            white-space: nowrap;
            margin-bottom: 0;
        }

        /*active*/
        .nav-menu[b-z4k7dt4n38]  .nav-link.active,
        .nav-menu[b-z4k7dt4n38]  .nav-link.active:hover,
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child:has(.accordion-collapse.open) .accordion-header,
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child:has(.accordion-collapse.open) .accordion-header:hover,
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child:has(.nav-link.active) .accordion-header {
            color: var(--linkActiveClr) !important;
            background: var(--linkActiveBg);
        }
        .nav-menu[b-z4k7dt4n38]  .nav-link:hover,
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header:hover {
            background-color: var(--linkHoverBg);
        }

        /*has child*/
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header.active {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header i:last-of-type {
            transition: var(--anim);
        }
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header.active i:last-of-type {
            transform: rotateX(180deg);
        }
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-content {
            padding: 1rem .75rem 1rem 2.75rem;
            background-color: var(--linkSubBg);
            border-bottom-right-radius: .5rem;
            border-bottom-left-radius: .5rem;
        }
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-content .nav-link {
            position: relative;
            color: var(--linkSubClr) !important;
            font-size: .9rem;
            height: fit-content;
            padding: 0;
            margin-bottom: 1rem;
        }
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-content .nav-link i {
            font-size: 1.25rem;
        }
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-content .nav-link:last-child {
            margin-bottom: 0;
        }
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-content .nav-link:hover {
            color: var(--linkSubHoverClr) !important;
            background-color: transparent;
        }
        .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-content .nav-link.active {
            color: var(--linkSubActiveClr) !important;
            font-weight: 600;
            background: transparent;
        }
    /*#endregion*/

    /*#region ######## NAV SMALL*/
        .sidebar.small .nav-brand[b-z4k7dt4n38] {
            justify-content: center;
            gap: 0;
        }
        .sidebar.small .nav-brand span[b-z4k7dt4n38] {
            display: none;
        }
        .sidebar.small .separator[b-z4k7dt4n38] {
            border-bottom: 1px dashed var(--grey);
            margin-top: .75rem;
        }
        .sidebar.small .separator span[b-z4k7dt4n38] {
            display: none;
        }

        .sidebar.small .nav-menu[b-z4k7dt4n38] {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: .25rem;
        }
        .sidebar.small .nav-menu[b-z4k7dt4n38]::-webkit-scrollbar,
        .sidebar.small .nav-menu:hover[b-z4k7dt4n38]::-webkit-scrollbar {
            display: none !important;
        }
        .sidebar.small .nav-menu[b-z4k7dt4n38]   .accordion-item {
            width: var(--menuSmall);
            min-height: var(--menuSmall);
        }
        .sidebar.small .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header i:last-of-type {
            display: none;
        }
        .sidebar.small .nav-menu[b-z4k7dt4n38]  .nav-link,
        .sidebar.small .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header {
            justify-content: center;
            gap: 0;
            padding: 0;
        }
        .sidebar.small .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header::before {
            content: '+';
            position: absolute;
            right: .15rem;
            bottom: .3rem;
            font-size: .8rem;
            font-weight: 600;
        }

        .sidebar.small .nav-menu .accordion-header[b-z4k7dt4n38] >  .nav-link p,
        .sidebar.small .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-header > p,
        .sidebar.small .nav-menu[b-z4k7dt4n38]  .accordion-item.has-child .accordion-content p {
            display: none;
        }
        .sidebar.small .nav-menu[b-z4k7dt4n38]  .accordion-content {
            padding: 1rem .5rem;
        }
    /*#endregion*/

    /*#region ######## NAV PROFILE*/
        .nav-profile[b-z4k7dt4n38] {
            display: block;
        }
        .nav-profile .wrap-profile[b-z4k7dt4n38] {
            position: relative;
            border-radius: .75rem;
        }
        .nav-profile:has(.user-profile.open) .wrap-profile[b-z4k7dt4n38] {
            background: var(--soft-grey);
        }
        .nav-profile .user-profile[b-z4k7dt4n38] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: .5rem;
            color: var(--black);
            padding: .5rem;
            border-radius: .5rem;
            user-select: none;
            cursor: pointer;
        }
        .nav-profile .user-profile:not(.open)[b-z4k7dt4n38] {
            background: var(--soft-grey);
        }
        .nav-profile .user-profile:not(.open):hover[b-z4k7dt4n38] {
            color: var(--putih);
            background: linear-gradient(to right, var(--clr300) 70%, var(--secondary));
        }
        .nav-profile .teks[b-z4k7dt4n38] {
            flex: 1;
            display: flex;
            align-items: center;
            gap: .5rem;
            text-transform: capitalize;
        }
        .nav-profile .teks img[b-z4k7dt4n38] {
            width: 38px;
            aspect-ratio: 1;
            object-fit: cover;
            border-radius: 50%;
        }
        .nav-profile .teks div[b-z4k7dt4n38] {
            flex: 1;
        }
        .nav-profile .teks p:first-child[b-z4k7dt4n38] {
            max-width: 18ch;
            font-size: .85rem;
            font-weight: 700;
            margin-bottom: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .nav-profile .teks p:last-child[b-z4k7dt4n38] {
            font-size: .75rem;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 0;
        }

        .nav-profile .setting[b-z4k7dt4n38] {
            --menuHeight: 38px;

            height: 0;
            transition: var(--anim);
            overflow: hidden;
        }
        .nav-profile .user-profile.open + .setting[b-z4k7dt4n38] {
            height: fit-content;
        }
        .nav-profile .user-teks[b-z4k7dt4n38] {
            display: none;
        }
        .nav-profile .wrap-setting[b-z4k7dt4n38] {
            padding: 0 .75rem;
            margin: .5rem;
            background-color: var(--white);
            border-radius: .5rem;
        }
        .nav-profile .wrap-setting p[b-z4k7dt4n38] {
            margin-bottom: 0;
        }
        .nav-profile .user-profile[b-z4k7dt4n38]  i {
            font-size: 1.1rem;
        }
        .nav-profile .user-profile[b-z4k7dt4n38]  i:nth-of-type(2) {
            color: var(--red);
        }
        .nav-profile .user-profile.open[b-z4k7dt4n38]  i:nth-of-type(1),
        .nav-profile .user-profile:not(.open)[b-z4k7dt4n38]  i:nth-of-type(2) {
            display: none;
        }

        .nav-profile .menu-setting[b-z4k7dt4n38],
        .nav-profile[b-z4k7dt4n38]  .menu-setting {
            position: relative;
            display: flex;
            align-items: center;
            gap: .5rem;
            height: var(--menuHeight);
            color: var(--black);
            text-decoration: none;
            padding: .5rem 0;
            background-color: var(--white);
            border-bottom: 1px solid var(--border);
            user-select: none;
            cursor: pointer;
        }
        .nav-profile .menu-setting:not(:last-child):hover[b-z4k7dt4n38],
        .nav-profile[b-z4k7dt4n38]  .menu-setting:not(:last-child):hover {
            color: var(--primary) !important;
        }
        .nav-profile .menu-setting:last-child[b-z4k7dt4n38] {
            color: var(--red);
            border-bottom: none;
        }
        .nav-profile .menu-setting i[b-z4k7dt4n38] {
            font-size: 1.2rem;
        }
        .nav-profile .menu-setting i:last-child[b-z4k7dt4n38] {
            font-size: 1.1rem;
        }
        .nav-profile .menu-setting span[b-z4k7dt4n38] {
            flex: 1;
            font-size: .85rem;
            font-weight: 400;
        }

        .toggle-set label[b-z4k7dt4n38] {
            position: absolute;
            top: .5rem;
            left: 0;
            right: 0;
            bottom: .5rem;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: .75rem;
            cursor: pointer;
        }
        .toggle-set[b-z4k7dt4n38]  input {
            display: none;
        }
        .toggle-set b[b-z4k7dt4n38] {
            --tgl-width: 26px;
            --tgl-gap: 3px;

            position: relative;
            display: block;
            width: var(--tgl-width);
            aspect-ratio: 15 / 9;
            margin: 0;
            background-color: #d4d4d4;
            border: none;
            outline: none;
            border-radius: 3rem;
            box-shadow: 0 0 5px #00000020 inset;
            transition: var(--anim);
            overflow: hidden;
        }
        .toggle-set input:checked + b[b-z4k7dt4n38] {
            background-color: var(--primary);
        }
        .toggle-set b[b-z4k7dt4n38]::before {
            content: '';
            position: absolute;
            top: 50%;
            left: var(--tgl-gap);
            transform: translateY(-50%);
            width: calc(var(--tgl-width) / 2 - var(--tgl-gap));
            aspect-ratio: 1;
            background-color: #ffffff;
            border-radius: 50%;
            box-shadow: 0 0 10px #00000015;
            transition: var(--anim);
        }
        .toggle-set input:checked + b[b-z4k7dt4n38]::before {
            left: calc(var(--tgl-width) / 2 - calc(var(--tgl-gap) * .2));
        }
    /*#endregion*/

    /*#region ######## NAV PROFILE SMALL*/
        .sidebar.small .nav-profile[b-z4k7dt4n38] {
            width: var(--menuSmall);
            margin-inline: auto;
        }
        .sidebar.small .nav-profile .user-profile[b-z4k7dt4n38] {
            justify-content: center;
            gap: 0;
            width: var(--menuSmall);
            padding: .5rem 0;
            border-radius: 50%;
        }
        .sidebar.small .nav-profile .user-profile:not(.open)[b-z4k7dt4n38],
        .sidebar.small .nav-profile:has(.user-profile.open) .wrap-profile[b-z4k7dt4n38],
        .sidebar.small .nav-profile .user-profile:not(.open):hover[b-z4k7dt4n38] {
            background-color: transparent;
        }
        .sidebar.small .nav-profile .user-profile .teks div[b-z4k7dt4n38],
        .sidebar.small .nav-profile .user-profile[b-z4k7dt4n38]  i {
            display: none;
        }
        .sidebar.small .nav-profile .teks[b-z4k7dt4n38] {
            justify-content: center;
        }

        .sidebar.small .nav-profile .setting[b-z4k7dt4n38] {
            position: absolute;
            left: calc(100% + 1.5rem);
            bottom: 0;
            height: 0;
            min-width: 14rem;
            background: var(--soft-grey);
            border: 1px solid var(--border);
            border-radius: 1rem;
            box-shadow: 3px 5px 15px rgba(0,0,0,.3);
            opacity: 0;
            transition: var(--anim);
            pointer-events: none;
            overflow: hidden;
            z-index: 10;
        }
        .sidebar.small .nav-profile .user-profile.open + .setting[b-z4k7dt4n38] {
            height:fit-content;
            padding: .25rem .5rem;
            opacity: 1;
            pointer-events: all;
        }
        .sidebar.small .nav-profile .user-teks[b-z4k7dt4n38] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: .5rem;
            text-transform: capitalize;
            padding: .25rem 0 .75rem .25rem;
        }
        .sidebar.small .nav-profile .user-teks p:first-child[b-z4k7dt4n38] {
            max-width: 19ch;
            font-size: .95rem;
            font-weight: 700;
            margin-bottom: 0;
            white-space: nowrap;
            overflow: hidden;
        }
        .sidebar.small .nav-profile .user-teks p:last-child[b-z4k7dt4n38] {
            font-size: .8rem;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 0;
        }
        .sidebar.small .nav-profile .user-teks[b-z4k7dt4n38]  i {
            color: var(--red);
            font-size: 1rem;
            cursor: pointer;
        }
        .sidebar.small .nav-profile .wrap-setting[b-z4k7dt4n38] {
            padding: 0 .75rem;
            margin: 0;
            background-color: var(--white);
            border-radius: .75rem;
        }
    /*#endregion*/
}

/* ====================== TABLET ====================== */
@media (min-width: 768px) and (max-width: 991px) {
    .hideShow[b-z4k7dt4n38] {
        display: none !important;
    }
}
/* /Layout/VersiAplikasi.razor.rz.scp.css */

.item[b-0f87f0hiqp] {
    position: relative;
    padding: 1rem;
    border: 1px solid hsl(from var(--primary) h s l / 0.2);
    border-radius: .75rem;

    &::before {
        content: '';
        position: absolute;
        top: -7px;
        left: 50%;
        transform: translateX(-50%);
        width: 14px;
        height: 14px;
        background-color: var(--clr200);
        outline: 6px solid var(--white);
        border-radius: 50%;
    }
    &[b-0f87f0hiqp]::after {
        content: '';
        position: absolute;
        top: -2rem;
        left: 50%;
        transform: translateX(-50%);
        height: calc(2rem - 7px);
        border-left: 1px dashed hsl(from var(--primary) h s l / 0.5);
    }
}
.item:first-child[b-0f87f0hiqp] {
    background: linear-gradient(to bottom, hsl(from var(--primary) h s l / 0.075), transparent);
    border: 1px solid hsl(from var(--primary) h s l / 0.35);
    
    &::before,
    &::after {
        display: none;
    }
}
.item:not(:last-child)[b-0f87f0hiqp] {
    margin-bottom: 2rem;
}

.serial[b-0f87f0hiqp] {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.item:first-child .serial[b-0f87f0hiqp] {
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;

    &::after {
        content: 'Saat Ini';
        position: absolute;
        right: 0;
        font-size: .7rem;
        font-weight: 600;
        line-height: 1;
        vertical-align: 3px;
        padding: .4rem .65rem;
        margin-left: .75rem;
        color: var(--putih);
        background-color: var(--primary);
        border-radius: 2rem;
    }
}

.cat[b-0f87f0hiqp] {
    --catClr: var(--secondary);

    display: flex;
    align-items: center;
    gap: .5rem;
    width: fit-content;
    color: var(--catClr);
    margin-bottom: .25rem;

    i {
        display: grid;
        place-items: center;
        width: 32px;
        height: 32px;
        font-size: 1rem;
        background-color: hsl(from var(--catClr) h s l / .15);
        border-radius: 50%;
    }
    span[b-0f87f0hiqp] {
        font-size: .9rem;
        font-weight: 600;
    }
}
.cat.bug[b-0f87f0hiqp] {
    --catClr: var(--red);
}
.cat.improve[b-0f87f0hiqp] {
    --catClr: var(--green);
}
.cat.new[b-0f87f0hiqp] {
    --catClr: var(--primary);
}
.cat.security[b-0f87f0hiqp] {
    --catClr: var(--orange);
}

ul[b-0f87f0hiqp] {
    padding-left: 3.5rem;
    margin-bottom: .5rem;

    &:last-child {
        margin-bottom: .25rem;
    }
}
ul li[b-0f87f0hiqp] {
    font-size: .85rem;
    text-transform: initial;

    &:not(:last-child) {
        margin-bottom: .25rem;
    }
    &[b-0f87f0hiqp]::marker {
        color: var(--grey);
    }
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    ul[b-0f87f0hiqp] {
        padding-left: 2.5rem;
    }
}
/* /Pages/ConfirmEmail.razor.rz.scp.css */

.confirm-email[b-mhglqz9iwi] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.wrap[b-mhglqz9iwi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}
.text[b-mhglqz9iwi] {
    img {
        width: 375px;
        margin-inline: auto;
    }
    p:first-of-type[b-mhglqz9iwi] {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: .35rem;
    }
    p:last-of-type[b-mhglqz9iwi] {
        font-size: 1.15rem;
        margin-bottom: 0;
    }
}
.cr-btn[b-mhglqz9iwi] {
    margin-top: 1.75rem;
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .text[b-mhglqz9iwi] {
        img {
            width: 300px;
        }
        p:first-of-type[b-mhglqz9iwi] {
            font-size: 1.5rem;
        }
        p:last-of-type[b-mhglqz9iwi] {
            font-size: 1.1rem;
        }
    }
}
/* /Pages/Login.razor.rz.scp.css */

.login-area[b-9nupl7nvdx] {
    position: relative;
    width: 100%;
    height: 100vh;
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(to right, hsl(from var(--black) h s l / .15) 1px, transparent 1px),
            linear-gradient(to bottom, hsl(from var(--black) h s l / .15) 1px, transparent 1px)
        ;
        background-size: 50px 50px;
        mask-image: radial-gradient(ellipse 80% 80% at 0% 0%, #000 50%, transparent 90%);
        -webkit-mask-image: radial-gradient(ellipse 80% 80% at 0% 0%, #000 50%, transparent 90%);
        z-index: -1;
    }
}

.wrapper[b-9nupl7nvdx] {
    display: grid;
    grid-template-columns: minmax(500px, 600px) auto;
    align-items: center;
    height: 100%;
}
.form-area[b-9nupl7nvdx] {
    display: flex;
    justify-content: flex-end;
}
.form-wrapper[b-9nupl7nvdx] {
    position: relative;
    max-width: 450px;
    background-color: var(--white);
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    border: 1px solid var(--border);
    border-radius: 1.75rem;
    box-shadow: 4px 8px 20px var(--shadow);
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, hsl(from var(--clr200) h s l / .25), var(--white) 40%);
        z-index: -1;
    }
    svg[b-9nupl7nvdx] {
        width: 50px;
        height: 50px;
        margin-bottom: 1.5rem;
    }
    h2[b-9nupl7nvdx] {
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 0;
    }
    p[b-9nupl7nvdx] {
        color: var(--grey);
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
}
.input-area[b-9nupl7nvdx] {
    margin-bottom: 1.5rem;

    .cr-form-group:first-child {
        margin-bottom: 1.25rem;
    }
    .cr-form-group:last-child[b-9nupl7nvdx] {
        position: relative;
    }
    .show[b-9nupl7nvdx] {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        color: var(--muted);
        font-size: 1.35rem;
        cursor: pointer;

        &:hover {
            color: var(--primary);
        }
    }
    > p[b-9nupl7nvdx] {
        width: fit-content;
        color: var(--primary);
        font-size: .9rem;
        text-align: right;
        margin-left: auto;
        margin-bottom: 0;
        cursor: pointer;
    }
}
.error-info[b-9nupl7nvdx] {
    position: relative;
    color: var(--red);
    font-size: .9rem;
    line-height: 1.3;
    padding: .65rem .75rem;
    margin-bottom: 1.5rem;
    background-color: hsl(from var(--red) h s l / .15);
    animation: errorShow-b-9nupl7nvdx .5s linear forwards;
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '\e034';
        font-family: crumbsicon;
        position: absolute;
        top: .25rem;
        right: .75rem;
        font-size: 1.5rem;
        opacity: .75;
        z-index: -1;
    }
}
@keyframes errorShow-b-9nupl7nvdx {
    from {
        opacity: 0;
    }
}
.versi[b-9nupl7nvdx] {
    display: block;
    color: var(--grey);
    font-size: .9rem;
    text-align: center;
    margin-top: 1.5rem;
}

.img-area[b-9nupl7nvdx] {
    display: grid;
    place-items: center;

    div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    img[b-9nupl7nvdx] {
        max-width: 40%;
        min-width: 300px;
        height: auto;
        margin-bottom: 1rem;
    }
    h2[b-9nupl7nvdx] {
        margin-bottom: .25rem;
    }
    p[b-9nupl7nvdx] {
        max-width: 75%;
    }
}





/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrapper[b-9nupl7nvdx] {
        grid-template-columns: 1fr;
    }
    .form-wrapper[b-9nupl7nvdx] {
        padding: 2.5rem 2rem 2rem 2rem;
        margin: 0 auto;
    }
    .img-area[b-9nupl7nvdx] {
        display: none;
    }
}

/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .wrapper[b-9nupl7nvdx] {
        grid-template-columns: 1fr;
    }
    .form-wrapper[b-9nupl7nvdx] {
        max-width: calc(100% - 2.5rem);
        padding: 2rem 1.5rem;
        margin: 0 auto;

        svg {
            width: 35px;
            height: 35px;
            margin-bottom: 1rem;
        }
        h2[b-9nupl7nvdx] {
            font-size: 1.65rem;
            margin-bottom: .25rem;
        }
    }

    .img-area[b-9nupl7nvdx] {
        display: none;
    }
}
/* /Pages/MenuAntrianCs/Pages/IndexAntrianCs.razor.rz.scp.css */

.indexUserManagement[b-q87k8ghus8] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.wrapper[b-q87k8ghus8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding: 1rem 2rem 1.5rem 2rem;
}

.cs-queue[b-q87k8ghus8],
[b-q87k8ghus8] .cs-queue {
    position: relative;
    padding: 1.25rem 1.25rem .75rem 1.25rem;
    background: var(--white);
    border-radius: 1.25rem;
    box-shadow: 0 0 15px 0 var(--shadow);
    transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
    transform: scale(1);
    opacity: 1;

    &:hover {
        box-shadow: 2px 6px 15px 6px hsl(from var(--primary) h s l / .15);
    }
    &:first-child[b-q87k8ghus8] {
        color: var(--putih);
        background: linear-gradient(to right, var(--clr300), var(--secondary));
    }
    &.False[b-q87k8ghus8] {
        filter: grayscale(1);
        pointer-events: none;
    }
    .name[b-q87k8ghus8] {
        display: flex;
        align-items: center;
        gap: 1rem;
        text-transform: capitalize;
        padding-bottom: .75rem;
        margin-bottom: .75rem;
        border-bottom: 1px dashed var(--border);
        
        > p {
            position: absolute;
            top: -.5rem;
            right: 1.5rem;
            width: 45px;
            height: 45px;
            display: grid;
            place-items: center;
            color: var(--putih);
            font-size: 1.35rem;
            font-weight: bolder;
            background: var(--primary);
            border-radius: .75rem;
            box-shadow: 4px 4px 15px 3px hsl(from var(--primary) h s l / .15);
        }
        img[b-q87k8ghus8] {
            width: 60px;
            aspect-ratio: 1;
            object-fit: cover;
            object-position: center top;
            background: var(--soft-grey);
            border-radius: 50%;
            outline: 4px solid var(--white);
            box-shadow: 0 0 20px 8px hsl(from var(--primary) h s l / .15);
            overflow: hidden;
        }
        div[b-q87k8ghus8] {
            p:first-child {
                width: fit-content;
                color: var(--putih);
                font-size: .7rem;
                font-weight: 600;
                line-height: 1;
                padding: .35rem .65rem;
                margin-bottom: .35rem;
                background-color: var(--primary);
                border-radius: 3rem;
            }
            p:nth-child(2)[b-q87k8ghus8] {
                font-size: 1.3rem;
                font-weight: 700;
                line-height: 1.2;
                margin-bottom: .25rem;
            }
            p:last-child[b-q87k8ghus8] {
                color: var(--grey);
                font-size: .85rem;
                text-transform: capitalize;
                margin-bottom: 0;
            }
        }
    }
    &:first-child .name > p[b-q87k8ghus8],
    &:first-child .name div p:first-child[b-q87k8ghus8] {
        color: var(--hitam);
        background: var(--yellow);
    }
    &:first-child .name div p:last-child[b-q87k8ghus8] {
        color: var(--yellow) !important;
    }

    .leads[b-q87k8ghus8] {
        display: grid;
        grid-template-columns: max-content repeat(3, 1fr);

        div {
            text-align: center;
        }
        p:first-child[b-q87k8ghus8] {
            color: var(--grey);
            font-size: .8rem;
            text-transform: capitalize;
            margin-bottom: .15rem;
        }
        p:last-child[b-q87k8ghus8] {
            font-size: 1.1rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: .25rem;
        }
        div:nth-child(2) p:last-child[b-q87k8ghus8] {
            color: var(--orange);
        }
        div:nth-child(3) p:last-child[b-q87k8ghus8] {
            color: var(--green);
        }
        div:nth-child(4) p:last-child[b-q87k8ghus8] {
            color: var(--red);
        }
    }
    &:first-child .leads p:first-child[b-q87k8ghus8] {
        color: var(--putih);
    }
    &:first-child .leads p:last-child[b-q87k8ghus8] {
        color: var(--yellow) !important;
    }
}

/* State saat elemen mengecil */
.zoom-out[b-q87k8ghus8] {
    transform: scale(0) !important;
    opacity: 0 !important;
}
/* State awal elemen saat baru muncul di belakang (tanpa animasi dulu) */
.zoom-in-start[b-q87k8ghus8] {
    transition: none !important;
    transform: scale(0) !important;
    opacity: 0 !important;
}

[b-q87k8ghus8] #lazySkeleton:first-child {
    height: 35px !important;
    margin-bottom: .5rem !important;
    border-radius: 1rem !important;
}
[b-q87k8ghus8] #lazySkeleton:nth-child(2) {
    height: 16px !important;
    margin-bottom: 1.5rem !important;
    border-radius: 1rem !important;
}
[b-q87k8ghus8] #lazySkeleton:last-child {
    margin-bottom: .5rem !important;
}



/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrapper[b-q87k8ghus8] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        padding: 1rem 1.5rem 1.5rem 1.5rem;
    }
}

/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .wrapper[b-q87k8ghus8] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: .5rem 1rem 1rem 1rem;
    }
}
/* /Pages/MenuArtikel/Components/ArtikelEditform.razor.rz.scp.css */

.info-area[b-861nsxdvrt] {
    display: grid;
    grid-template-columns: 38% auto;
    gap: 1.5rem;
}

.upload-container[b-861nsxdvrt] {
    display: flex;
    justify-content: center;
}
.upload-container[b-861nsxdvrt]  input {
    display: none;
}

.upload-card[b-861nsxdvrt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 300px;
    text-align: center;
    border-radius: 1rem;
    transition: var(--anim);
    overflow: hidden;
    cursor: pointer;

    &:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px var(--shadow);
    }
}
.upload-content[b-861nsxdvrt] {
    width: 100%;
    height: 100%;
}

.no-foto[b-861nsxdvrt] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 1rem;
    border: 2px dashed var(--border);
    transition: background 0.3s ease;

    &:hover {
        border-color: var(--secondary);
    }
    i[b-861nsxdvrt] {
        display: grid;
        place-items: center;
        color: var(--secondary);
        font-size: 2rem;
        width: 60px;
        height: 60px;
        margin-bottom: .75rem;
        background: hsl(from var(--secondary) h s l / .1);
        border-radius: 50%;
    }
    span:first-of-type[b-861nsxdvrt] {
        font-size: .95rem;
        font-weight: 600;
    }
    span:last-of-type[b-861nsxdvrt] {
        font-size: .85rem;
    }
}
.upload-card:hover .no-foto i[b-861nsxdvrt] {
    background: hsl(from var(--secondary) h s l / .25);
}
.upload-card:hover .no-foto span[b-861nsxdvrt] {
    color: var(--secondary);
}

.uploaded[b-861nsxdvrt] {
    position: relative;
    width: 100%;
    height: 100%;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    span[b-861nsxdvrt] {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        color: var(--putih);
        font-weight: 400;
        background: rgba(0,0,0,.5);
        transition: var(--anim);
        opacity: 0;
        pointer-events: none;
    }
    &:hover span[b-861nsxdvrt] {
        opacity: 1;
    }
}

.view-option[b-861nsxdvrt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .25rem 1rem;
    padding-left: .5rem;

    label {
        width: fit-content;
        cursor: pointer;
    }
    input[b-861nsxdvrt] {
        accent-color: var(--primary);
    }
    span[b-861nsxdvrt] {
        display: inline-block;
        margin-left: .15rem;
    }
    input:checked + span[b-861nsxdvrt] {
        color: var(--primary);
    }
}

.rte-area[b-861nsxdvrt] {
    margin-top: 1rem;
}
[b-861nsxdvrt] textarea {
    field-sizing: content;
    min-height: 90px;
    max-height: 320px;
    resize: vertical;
}
.artikel-editor-wrap[b-861nsxdvrt] {
    border: 1px solid var(--border);
    border-radius: .75rem;
    overflow: hidden;
    background: var(--white);
}
.artikel-editor-wrap[b-861nsxdvrt]  .tox {
    border: 0;
}

.artikel-editor-tools[b-861nsxdvrt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    margin-bottom: .75rem;

    .cr-label {
        margin-bottom: 0;
    }
    i[b-861nsxdvrt] {
        margin-right: .5rem
    }
}


/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .info-area[b-861nsxdvrt] {
        grid-template-columns: 1fr;
        gap: 0;
    }
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .info-area[b-861nsxdvrt] {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .view-option[b-861nsxdvrt] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/MenuArtikel/Pages/IndexArtikel.razor.rz.scp.css */

.indexArtikel[b-mqfbrh3kqc] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.wrap-item[b-mqfbrh3kqc] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.static-item[b-mqfbrh3kqc] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 var(--shadow);
    transition: var(--anim);
    cursor: pointer;
    overflow: hidden;

    &:hover {
        position: relative;
        border-color: hsl(from var(--primary) h s l / .5);
        box-shadow: 2px 8px 10px 6px hsl(from var(--primary) h s l / .15);
    }

.artikel-pilihan-badge[b-mqfbrh3kqc] {
    position: absolute;
    top: .75rem;
    left: .75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .25rem .6rem;
    color: #6b4f00;
    font-size: .72rem;
    font-weight: 700;
    border-radius: 2rem;
    background: #ffe08a;
    box-shadow: 0 2px 10px hsl(from var(--black) h s l / .2);
}
    .image[b-mqfbrh3kqc] {
        width: 100%;
        height: 175px;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            transition: .35s ease;
        }
    }
    &:hover .image img[b-mqfbrh3kqc] {
        transform: scale(1.05);
    }

    .text[b-mqfbrh3kqc] {
        flex: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 1rem;
        width: 100%;

        > div:first-child {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: .75rem;

            span:nth-of-type(1) {
                color: var(--primary);
                font-size: .8rem;
                text-transform: capitalize;
            }
            span:nth-of-type(2)[b-mqfbrh3kqc] {
                color: var(--putih);
                font-size: .65rem;
                font-weight: 600;
                padding: .2rem .75rem;
                background-color: var(--green);
                border-radius: 3rem;
                outline: 5px solid var(--white);
            }
        }        
        > div:nth-child(2)[b-mqfbrh3kqc] {
            margin-bottom: .75rem;

            p:nth-of-type(1) {
                font-size: 1rem;
                font-weight: 700;
                line-height: 1.4;
                text-transform: capitalize;
                margin-bottom: .35rem;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
            p:nth-of-type(2)[b-mqfbrh3kqc] {
                font-size: .9rem;
                margin-bottom: 0;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
        }
        > div:nth-child(3)[b-mqfbrh3kqc] {
            div {
                display: flex;
                align-items: flex-start;
                gap: .5rem;
            }
            div:last-child[b-mqfbrh3kqc] {
                margin-top: .25rem;
            }
            i[b-mqfbrh3kqc] {
                margin-top: 3px;
            }
            p[b-mqfbrh3kqc] {
                font-size: .8rem;
                margin-bottom: 0;
            }
        }
    }
    &.Draft .text div:first-child span:nth-of-type(2)[b-mqfbrh3kqc] {
        background-color: var(--orange);
    }
    &.Expired .text div:first-child span:nth-of-type(2)[b-mqfbrh3kqc] {
        background-color: var(--red);
    }
}



/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrap-item[b-mqfbrh3kqc] {
        grid-template-columns: repeat(3, 1fr);
    }
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .wrap-item[b-mqfbrh3kqc] {
        grid-template-columns: 1fr;
    }

    .static-item[b-mqfbrh3kqc] {
        .image {
            padding-right: 1rem !important;
            padding-bottom: 0 !important;
            min-width: 100% !important;
            width: 100% !important;
            max-height: 450px !important;
        }
        .text[b-mqfbrh3kqc] {
            width: 100%;
            height: fit-content;
        }
    }
}
/* /Pages/MenuArtikel/Popups/DetailArtikel.razor.rz.scp.css */

.image[b-fnaf6fkfvg] {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 1rem;
    overflow: hidden;

    img {
        width: 100%;
        height: auto;
    }
}

.status-group[b-fnaf6fkfvg] {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.featured-label[b-fnaf6fkfvg] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: #6b4f00;
    font-size: .75rem;
    font-weight: 700;
    padding: .2rem .6rem;
    border-radius: 2rem;
    background: #ffe08a;
}

.status-toggle-btn[b-fnaf6fkfvg] {
    min-width: 150px;
}

.action[b-fnaf6fkfvg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;

    p {
        width: fit-content;
        color: var(--putih);
        font-size: .85rem;
        font-weight: 600;
        padding: .2rem .75rem;
        margin-bottom: 0;
        background-color: var(--green);
        border-radius: 3rem;
        outline: 5px solid var(--white);
    }
    &.Draft p[b-fnaf6fkfvg] {
        background-color: var(--orange);
    }
    &.Expired p[b-fnaf6fkfvg] {
        background-color: var(--red);
    }
    .aksi-btn[b-fnaf6fkfvg] {
        display: flex;
        align-items: center;
        gap: .5rem;
    }
    .aksi-btn > .cr-btn[b-fnaf6fkfvg] {
        min-width: 100px;
    }
}

.title[b-fnaf6fkfvg] {
    margin-bottom: 1.5rem;

    p:first-child {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-transform: capitalize;
        margin-bottom: 1.25rem;
    }
    p[b-fnaf6fkfvg] {
        margin-bottom: .15rem;    
    }
    i[b-fnaf6fkfvg] {
        margin-right: .25rem;
    }
}

.artikel-html-content[b-fnaf6fkfvg] {
    font-size: 1rem;
    line-height: 1.6;
    word-break: break-word;
}
.artikel-html-content[b-fnaf6fkfvg]  p {
    margin-bottom: .75rem;
}
.artikel-html-content[b-fnaf6fkfvg]  img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem auto;
    border-radius: .5rem;
}
.artikel-html-content[b-fnaf6fkfvg]  iframe {
    display: block;
    width: 90%;
    max-width: 90%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 1.5rem auto;
    border: 0;
    border-radius: .75rem;
    overflow: hidden;
}
.artikel-html-content[b-fnaf6fkfvg]  table {
    width: 100% !important;
    border-collapse: collapse;
}
.artikel-html-content[b-fnaf6fkfvg]  th,
.artikel-html-content[b-fnaf6fkfvg]  td {
    border: 1px solid var(--border);
    padding: .5rem;
}

.cr-drop-item.mobile[b-fnaf6fkfvg] {
    display: none;
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .info[b-fnaf6fkfvg] {
        grid-template-columns: 1fr;
        gap: .25rem;
    }

    .aksi-btn > .cr-btn[b-fnaf6fkfvg] {
        display: none;
    }
    .cr-drop-item.mobile[b-fnaf6fkfvg] {
        display: block;
    }
}
/* /Pages/MenuDashboard/Components/Dashboard_LinkPerformance.razor.rz.scp.css */

.link-perform-db[b-uggh8kt9iu] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    height: 100%;
    padding: 1.25rem;
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, hsl(from var(--secondary) h s l / .3), hsl(from var(--secondary) h s l / .075) 75%);
        pointer-events: none;
        z-index: -1;
    }
}

[b-uggh8kt9iu] :is(.ant-carousel, .slick-slider, .slick-list, .slick-track, .slick-slide, .slick-slide > div, .slick-slide > div > div) {
    height: 100%;
}
[b-uggh8kt9iu] .slick-list {
    overflow: hidden !important;
}
[b-uggh8kt9iu] .slick-track {
    display: flex !important;
}
[b-uggh8kt9iu] .slick-slide {
    width: 100% !important;
    max-width: 100% !important;
}
[b-uggh8kt9iu] .slick-slide > div,
[b-uggh8kt9iu] .slick-slide > div > div {
    width: 100%;
}

.carousel-nav[b-uggh8kt9iu] {
    z-index: 10;
}
.button-wrap[b-uggh8kt9iu] {
    display: flex;
    justify-content: space-between;
    align-items: center;

    button {
        display: grid;
        place-items: center;
        width: 25px;
        height: 25px;
        color: var(--secondary);
        font-size: 1.15rem;
        padding: 0;
        border-radius: 50%;
        background: hsl(from var(--secondary) h s l / .075);
        border: none;
        cursor: pointer;

        &:hover {
            color: var(--putih);
            background: var(--secondary);
        }
    }
}

.dots[b-uggh8kt9iu] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .35rem;

    span {
        display: block;
        width: 9px;
        height: 9px;
        background-color: var(--secondary);
        border-radius: 50%;
        opacity: .35;
        transition: var(--anim);
        will-change: width;
        cursor: pointer;

        &.active {
            opacity: 1;
            width: 22px;
            border-radius: 999px;
        }
    }
}
/* /Pages/MenuDashboard/Components/Dashboard_NewsUpdate.razor.rz.scp.css */

.news-db[b-7w4oilpd9p] {
    position: relative;
    height: 100%;
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, var(--white) 45%, hsl(from var(--white) h s l / .5), transparent 70%);
        z-index: -1;
    }
}

.news-db[b-7w4oilpd9p]  :is(.ant-carousel, .slick-slider, .slick-list, .slick-track, .slick-slide, .slick-slide > div, .slick-slide > div > div ) {
    height: 100%;
}
.news-db[b-7w4oilpd9p]  .slick-slide > div {
    display: flex;
    align-items: center;
    text-align: center;
}

.carousel-nav[b-7w4oilpd9p] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 1.25rem 1.25rem 1.25rem;

    .button-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

        button {
            display: grid;
            place-items: center;
            width: 40px;
            height: 40px;
            color: var(--secondary);
            font-size: 1.5rem;
            border-radius: 50%;
            background: hsl(from var(--secondary) h s l / .15);
            border: none;
            cursor: pointer;

            &:hover {
                color: var(--putih);
                background: var(--secondary);
            }
        }
    }
}
.dots[b-7w4oilpd9p] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .35rem;
    margin-bottom: .5rem;

    span {
        display: block;
        width: 10px;
        height: 10px;
        background-color: var(--secondary);
        border-radius: 50%;
        opacity: .35;
        transition: var(--anim);
        will-change: width;
        cursor: pointer;

        &.active {
            opacity: 1;
            width: 22px;
            border-radius: 999px;
        }
    }
}

.carousel-card[b-7w4oilpd9p] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    cursor: pointer;

    .image {
        flex: 1;
        padding: 1rem;
        padding-bottom: 0;
        overflow: hidden;
    }
    img[b-7w4oilpd9p] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        border-radius: 1rem;
    }

    .text[b-7w4oilpd9p] {
        color: var(--black);
        text-align: left;
        padding: 1rem 1.25rem 1.25rem 1.25rem;
        margin-bottom: .5rem;
    }
    p:first-child[b-7w4oilpd9p] {
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: .2rem;
    }
    p:nth-child(2)[b-7w4oilpd9p] {
        font-size: .95rem;
        line-height: 1.3;
        margin-bottom: .65rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    p:last-child[b-7w4oilpd9p] {
        color: var(--primary);
        font-size: .9rem;
        font-weight: 600;
        margin-bottom: 0;
    }
}

.news-db:has(.carousel-nav) .carousel-card .text[b-7w4oilpd9p] {
    margin-bottom: 2.5rem;
}
.news-db:has(.carousel-nav) .carousel-card p:nth-child(2)[b-7w4oilpd9p] {
    -webkit-line-clamp: 2;
}

.no-news[b-7w4oilpd9p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 2rem);
    text-align: center;
    padding: 1rem;
    margin: 1rem;
    background-color: hsl(from var(--primary) h s l / .05);
    border: 2px dashed var(--border);
    border-radius: 1.25rem;

    p:first-child {
        color: var(--primary);
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: .25rem;
    }
    p:last-child[b-7w4oilpd9p] {
        color: var(--grey);
        margin-bottom: 0;
    }
}
/* /Pages/MenuDashboard/Components/Dashboard_ShareLinkDatabase.razor.rz.scp.css */

.link-db[b-mf7f5mio1n] {
    position: relative;
    height: 100%;
    padding: 1.25rem;
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, var(--white) 40%, hsl(from var(--white) h s l / .5), transparent);
        z-index: -1;
    }
    &[b-mf7f5mio1n]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/img-share-db.jpg);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        opacity: .65;
        z-index: -2;
    }
}
.title[b-mf7f5mio1n] {
    p:nth-of-type(1) {
        color: var(--secondary);
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.3;
        margin-bottom: .25rem;
    }
    p:nth-of-type(2)[b-mf7f5mio1n] {
        font-size: .85rem;
        line-height: 1.4;
        margin-bottom: .75rem;
    }
}

[b-mf7f5mio1n] .generate-link-db {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    padding: .5rem .5rem .5rem .75rem;
    background-color: hsl(from var(--white) h s l / .4);
    border-radius: .75rem;

    button {
        color: var(--putih);
        min-width: 35px;
        width: 35px;
        aspect-ratio: 1;
        background: linear-gradient(to right, var(--primary) 50%, var(--secondary));
        border: none;
        outline: none;
        border-radius: .5rem;
        cursor: pointer;

        &:hover {
            background: linear-gradient(to right, var(--primary) 15%, var(--secondary));
        }
    }
}
[b-mf7f5mio1n] .generate-link-db a {
    font-size: 1rem;
    display: inline-block;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.counter[b-mf7f5mio1n] {
    padding-left: .5rem;
    margin-bottom: 1rem;

    .item {
        display: flex;
        align-items: center;
        gap: .5rem;

        &:first-child {
            margin-bottom: .35rem;
        }
        span:first-of-type[b-mf7f5mio1n] {
            color: var(--secondary);
            font-size: 1.2rem;
            font-weight: bolder;
            line-height: 1;
        }
        span:last-of-type[b-mf7f5mio1n] {
            font-size: .9rem;
            line-height: 1;
            margin-top: 3px;
        }
    }
}




/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    
}
/* /Pages/MenuDashboard/Components/Dashboard_ShareLinkRegisterReferral.razor.rz.scp.css */

.link-reff[b-4hweb0l7in] {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 1.25rem;
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, var(--white) 40%, hsl(from var(--white) h s l / .5), transparent);
        z-index: -1;
    }
    &[b-4hweb0l7in]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/img-share-partner.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        opacity: .8;
        z-index: -2;
    }
}

.title[b-4hweb0l7in] {
    p:nth-of-type(1) {
        color: var(--primary);
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.3;
        margin-bottom: .15rem;
    }
    p:nth-of-type(2)[b-4hweb0l7in] {
        font-size: .85rem;
        line-height: 1.4;
        margin-bottom: .5rem;
    }
}

[b-4hweb0l7in] .generate-link-db {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    padding: .5rem .5rem .5rem .75rem;
    background-color: hsl(from var(--primary) h s l / .1);
    border-radius: .75rem;

    button {
        color: var(--putih);
        min-width: 35px;
        width: 35px;
        aspect-ratio: 1;
        background: linear-gradient(to right, var(--primary) 50%, var(--secondary));
        border: none;
        outline: none;
        border-radius: .5rem;
        cursor: pointer;

        &:hover {
            background: linear-gradient(to right, var(--primary) 15%, var(--secondary));
        }
    }
}
[b-4hweb0l7in] .generate-link-db a {
    font-size: 1rem;
    display: inline-block;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.counter[b-4hweb0l7in] {
    padding-left: .5rem;
    margin-bottom: 1rem;

    .item {
        display: flex;
        align-items: center;
        gap: .5rem;

        &:first-child {
            margin-bottom: .35rem;
        }
        span:first-of-type[b-4hweb0l7in] {
            color: var(--primary);
            font-size: 1.2rem;
            font-weight: bolder;
            line-height: 1;
        }
        span:last-of-type[b-4hweb0l7in] {
            font-size: .9rem;
            line-height: 1;
            margin-top: 3px;
        }
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .txt[b-4hweb0l7in] {
        margin-top: 30px;
    }
}
/* /Pages/MenuDashboard/Components/Dashboard_StaleDatabaseAlert.razor.rz.scp.css */

.stale-data[b-tm9nri1ltc] {
    position: relative;
    padding: 1.5rem 1rem;
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at right top, hsl(from var(--orange) h s l / .25), transparent 45%);
        z-index: -1;
    }
}
body.dark .stale-data[b-tm9nri1ltc]::before {
    background: radial-gradient(circle at right top, hsl(from var(--orange) h s l / .15), transparent 45%);
}
.total[b-tm9nri1ltc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0 .5rem;
    margin-bottom: .5rem;
    cursor: pointer;

    p:nth-of-type(1) {
        font-size: 1.1rem;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1.2;
        margin-bottom: 0;
    }
    p:nth-of-type(2)[b-tm9nri1ltc] {
        position: relative;
        width: fit-content;
        font-size: 2.5rem;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 0;
    }
    p:nth-of-type(2)[b-tm9nri1ltc]::after {
        content: '\e0cd';
        font-family: crumbsicon;
        position: absolute;
        top: .85rem;
        right: -2rem;
        color: var(--grey);
        font-size: 1.25rem;
        animation: moveAlong-b-tm9nri1ltc 1s ease infinite;
        opacity: 0;
    }
    img[b-tm9nri1ltc] {
        width: 50px;
        height: auto;
    }
}
.stale-data:hover .total p:nth-of-type(2)[b-tm9nri1ltc]::after {
    opacity: 1;
}
@keyframes moveAlong-b-tm9nri1ltc {
    50% {
        transform: translateX(5px);
    }
}

.info[b-tm9nri1ltc] {
    display: flex;
    flex-direction: column;
}
.item[b-tm9nri1ltc] {
    --clr: var(--secondary);

    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem;
    border-radius: 1rem;

    &:nth-child(2) {
        --clr: var(--orange);
    }
    &:nth-child(3)[b-tm9nri1ltc] {
        --clr: var(--red);
    }
    &:hover[b-tm9nri1ltc] {
        background: hsl(from var(--clr) h s l / .1);
    }
    i[b-tm9nri1ltc] {
        display: grid;
        place-items: center;
        min-width: 48px;
        width: 48px;
        height: 48px;
        color: var(--clr);
        font-size: 1.5rem;
        background: hsl(from var(--clr) h s l / .15);
        border-radius: 1rem;
    }
    div[b-tm9nri1ltc] {
        flex: 1;
    }
    p:nth-of-type(1)[b-tm9nri1ltc] {
        font-weight: 600;
        line-height: 1.3;
        text-transform: capitalize;
        margin-bottom: .15rem;
    }
    p:nth-of-type(2)[b-tm9nri1ltc] {
        color: var(--grey);
        font-size: .75rem;
        line-height: 1.3;
        margin-bottom: 0;
    }
    span[b-tm9nri1ltc] {
        display: block;
        color: var(--clr);
        font-size: 1.5rem;
        font-weight: bolder;
        margin-right: .25rem;
    }
}
/* /Pages/MenuDashboard/Pages/IndexDashboard.razor.rz.scp.css */

.indexDashboard[b-acahwdto6t] {
    width: 100%;
    height: 100%;
    padding: 1.25rem;
    overflow: hidden auto;
}
.wrapper[b-acahwdto6t] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: max-content 1fr;
    grid-template-areas:
        "card1 card2 card4"
        "card3 card3 card4"
    ;
    gap: 1.5rem;
    height: 100%;
}
.wrapper.partner[b-acahwdto6t] {
    grid-template-areas:
        "card1 card2 card4"
        "card5 card3 card4"
    ;
}
.card[b-acahwdto6t] {
    min-height: 274px;
    background-color: var(--white);
    border-radius: 2rem;
    box-shadow:
        0 15px 25px -3px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1)
    ;
    overflow: hidden;
}
.card:nth-child(1)[b-acahwdto6t] {
    grid-area: card1;    
}
.card:nth-child(2)[b-acahwdto6t] {
    grid-area: card2;
}
.card:nth-child(3)[b-acahwdto6t] {
    grid-area: card3;
}
.card:nth-child(4)[b-acahwdto6t] {
    grid-area: card4;
}
.card:nth-child(5)[b-acahwdto6t] {
    grid-area: card5;
}

.temp[b-acahwdto6t] {
    position: relative;
    width: 100%;
    height: 100%;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left center;
        opacity: .7;
    }
    p[b-acahwdto6t] {
        position: absolute;
        bottom: 0;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.3;
        padding: 1rem 4rem 1rem 1.25rem;
        background: linear-gradient(to right, hsl(from var(--white) h s l / .85) 10%, hsl(from var(--white) h s l / .7) 70%, hsl(from var(--white) h s l / .1), transparent);
    }
    span[b-acahwdto6t] {
        display: block;
        font-size: 1.15rem;
        font-weight: 600;
        margin-bottom: .25rem;
    }
}



/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrapper[b-acahwdto6t] {
        gap: 1.25rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: max-content auto;
        grid-template-areas:
            "card1 card2"
            "card3 card4"
        ;
    }
    .wrapper.partner[b-acahwdto6t] {
        grid-template-areas:
            "card1 card2"
            "card5 card3"
            "card4 card4"
        ;
    }
}

/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .indexDashboard[b-acahwdto6t] {
        padding: 1rem;
    }
    .wrapper[b-acahwdto6t] {
        height: fit-content;
        gap: 1rem;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, max-content);
        grid-template-areas:
            "card1"
            "card2"
            "card3"
            "card4"
        ;
    }
    .wrapper.partner[b-acahwdto6t] {
        grid-template-areas:
            "card1"
            "card2"
            "card5"
            "card4"
            "card3"
        ;
    }
    .card[b-acahwdto6t] {
        border-radius: 1.5rem;
    }

    .temp[b-acahwdto6t] {
        p {
            font-size: 1.25rem !important;
            padding: .75rem 3rem .75rem 1rem !important;
        }
        span[b-acahwdto6t] {
            font-size: .95rem;
        }
    }
}
/* /Pages/MenuDashboard/Popups/Dashboard_HistoryDataStale.razor.rz.scp.css */

.history[b-gntr090l55] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.item[b-gntr090l55] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.5em;
    color: var(--grey);

    &:first-child {
        color: var(--black);
    }
    &[b-gntr090l55]::before {
        content: '';
        position: absolute;
        top: 8px;
        left: calc((100px + .5rem) - 5px);
        width: 0;
        height: calc(100% + 1.5rem);
        border-left: 2px solid var(--border);
    }
    &:first-child[b-gntr090l55]::before {
        border-color: hsl(from var(--primary) h s l / .5);
    }
    &:last-child[b-gntr090l55]::before {
        display: none;
    }
    .time[b-gntr090l55] {
        width: 75px;
        text-align: right;

        p:first-child {
            font-size: .8rem;
            font-weight: 600;
            margin-bottom: 0;
        }
        P:last-child[b-gntr090l55] {
            font-size: .75rem;
            font-weight: 400;
            margin-bottom: 0;
        }
    }
    span[b-gntr090l55] {
        display: block;
        min-width: 10px;
        width: 10px;
        aspect-ratio: 1;
        margin-top: 7px;
        background-color: var(--grey);
        outline: 4px solid var(--white);
        border-radius: 50%;
        z-index: 3;
    }
    &:first-child span[b-gntr090l55] {
        background-color: var(--primary);
    }
    .desc[b-gntr090l55] {
        flex: 1;
        line-height: 1.3;
        margin-bottom: 0;
    }
}
/* /Pages/MenuDashboard/Popups/Dashboard_ListDataStale.razor.rz.scp.css */

.item[b-oxrf7ljgld] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .75rem;
    margin-bottom: .5rem;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: .75rem;
    cursor: pointer;

    &:hover {
        border-color: hsl(from var(--primary) h s l / .5);
        box-shadow: 2px 6px 15px 6px hsl(from var(--primary) h s l / .15);
    }
    .inisial[b-oxrf7ljgld] {
        display: grid;
        place-items: center;
        min-width: 35px;
        width: 35px;
        aspect-ratio: 1;
        color: var(--putih);
        font-size: .85rem;
        font-weight: bolder;
        background: linear-gradient(to right, var(--clr300) 50%, var(--secondary));
        border-radius: 50%;
        outline: 3px solid var(--white);
        box-shadow: 2px 6px 15px 6px var(--shadow);
    }
    p[b-oxrf7ljgld] {
        flex: 1;
        margin-bottom: 0;
    }
}
/* /Pages/MenuDatabaseEntry/Components/IndexDatabaseEntry_AdminArea.razor.rz.scp.css */

.indexDatabase[b-r8oxzp7qx0] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.idx-item > p i[b-r8oxzp7qx0] {
    margin-right: .25rem;
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .idx-item[b-r8oxzp7qx0] {
        > p i {
            display: none;
            margin-right: 0;
        }
        > p:not(:first-child, .stat)[b-r8oxzp7qx0] {
            position: relative;
        }
        > p:not(:first-child, .stat)[b-r8oxzp7qx0]:before {
            content: "hp";
            display: inline-block;
            min-width: 87px;
            text-transform: capitalize;
        }
        > p:nth-child(3)[b-r8oxzp7qx0]:before {
            content: "email";
        }
        > p:nth-child(4)[b-r8oxzp7qx0]:before {
            content: "kota";
        }
        > p:not(:first-child, .stat)[b-r8oxzp7qx0]:after {
            content: ":";
            position: absolute;
            left: 77px;
        }
    }
}
/* /Pages/MenuDatabaseEntry/Components/IndexDatabaseEntry_AgentArea.razor.rz.scp.css */

.indexDatabase[b-c9rfw2tqbw] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.idx-item > p i[b-c9rfw2tqbw] {
    margin-right: .25rem;
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .idx-item[b-c9rfw2tqbw] {
        > p i {
            display: none;
            margin-right: 0;
        }
        > p:not(:first-child, .stat)[b-c9rfw2tqbw] {
            position: relative;
        }
        > p:not(:first-child, .stat)[b-c9rfw2tqbw]:before {
            content: "hp";
            display: inline-block;
            min-width: 87px;
            text-transform: capitalize;
        }
        > p:nth-child(3)[b-c9rfw2tqbw]:before {
            content: "email";
        }
        > p:nth-child(4)[b-c9rfw2tqbw]:before {
            content: "kota";
        }
        > p:not(:first-child, .stat)[b-c9rfw2tqbw]:after {
            content: ":";
            position: absolute;
            left: 77px;
        }
    }
}
/* /Pages/MenuDatabaseEntry/Pages/IndexDatabaseEntry.razor.rz.scp.css */

.indexDatabase[b-2twmhnn410] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
span[b-2twmhnn410] {
    display: inline-block;
    width: 18px;
    aspect-ratio: 1;
    vertical-align: -3px;
    margin-right: .15rem;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.idx-item > p i[b-2twmhnn410] {
    margin-right: .25rem;
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .idx-item[b-2twmhnn410] {
        > p i {
            display: none;
            margin-right: 0;
        }
        > p:not(:first-child, .stat)[b-2twmhnn410] {
            position: relative;
        }
        > p:not(:first-child, .stat)[b-2twmhnn410]:before {
            content: "Hp";
            display: inline-block;
            min-width: 70px;
            text-transform: capitalize;
        }
        > p:nth-child(3)[b-2twmhnn410]:before {
            content: "email";
        }
        > p:nth-child(4)[b-2twmhnn410]:before {
            content: "kota";
        }
        > p:nth-child(5)[b-2twmhnn410]:before {
            content: "sumber";
        }
        > p:not(:first-child, .stat)[b-2twmhnn410]:after {
            content: ":";
            position: absolute;
            left: 60px;
        }
    }
    .idx-item:has(.owner) > p:nth-child(6)[b-2twmhnn410]:before {
        content: "owner";
    }
}
/* /Pages/MenuDatabaseEntry/Popups/DetailDatabaseEntry.razor.rz.scp.css */

.header[b-m0m86fx7rd] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: .25rem;
}
.nama p:first-child[b-m0m86fx7rd] {
    --statClr: var(--grey);

    position: relative;
    width: fit-content;
    color: var(--statClr);
    font-size: .75rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: .3rem .9rem .3rem .75rem;
    margin-bottom: .75rem;
    background-color: hsl(from var(--statClr) h s l / .15);
    border-radius: 3rem;

    &::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        vertical-align: 2px;
        margin-right: .35rem;
        background-color: var(--statClr);
        border-radius: 50%;
    }
}
.nama p.Aktif[b-m0m86fx7rd] {
    --statClr: var(--green);
}
.nama p:last-child[b-m0m86fx7rd] {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
}

.info[b-m0m86fx7rd] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem 2rem;
    margin-bottom: 1.5rem;

    p {
        font-size: 1rem;
        margin-bottom: 0;

        i {
            margin-right: .35rem;
        }
    }
    span[b-m0m86fx7rd] {
        display: inline-block;
        width: 20px;
        aspect-ratio: 1;
        vertical-align: -4px;
        margin-right: .15rem;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.sub[b-m0m86fx7rd] {
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: .75rem;
}

.no-result[b-m0m86fx7rd] {
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 2rem 1rem;
    background-color: hsl(from var(--grey) h s l / .1);
    border: 2px dashed var(--border);
    border-radius: .75rem;

    p:nth-of-type(1) {
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 0;
    }
    p:nth-of-type(2)[b-m0m86fx7rd] {
        font-size: .9rem;
        margin-bottom: 0;
    }
}

.result-follow .head[b-m0m86fx7rd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .75rem 1rem;
    margin-bottom: .75rem;
    background-color: hsl(from var(--blue) h s l / .1);
    border-radius: .75rem;

    img {
        position: relative;
        width: 50px;
        height: 50px;
    }
    p:first-child[b-m0m86fx7rd] {
        color: var(--blue);
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 0;
    }
    p:last-child[b-m0m86fx7rd] {
        font-size: .9rem;
        margin-bottom: 0;
    }
}
.result-follow .hasil[b-m0m86fx7rd] {
    font-size: .9rem;

    div:not(:last-child) {
        padding-bottom: .5rem;
        margin-bottom: .5rem;
        border-bottom: 1px dashed var(--border);
    }
    p:first-child[b-m0m86fx7rd] {
        position: relative;
        font-weight: bold;
        margin-bottom: 0;

        &::before {
            content: '📝';
            display: inline-block;
            margin-right: .5rem;
        }
        span[b-m0m86fx7rd] {
            font-weight: 400;
        }
    }
    p:last-child[b-m0m86fx7rd] {
        color: var(--grey);
        margin-left: 1.75rem;
        margin-bottom: 0;
    }
}

.result-success[b-m0m86fx7rd] {
    display: flex;
    align-items: center;
    gap: 1rem;

    .img {
        position: relative;
        width: 170px;
        height: 170px;
        isolation: isolate;

        &::before {
            content: '🥳';
            position: absolute;
            inset: 0;
            display: grid;
            place-items: center;
            font-size: 4rem;
            line-height: 1;
        }
        img[b-m0m86fx7rd] {
            width: 100%;
            height: 100%;
            opacity: .3;
            z-index: 2;
        }
    }
    .closing[b-m0m86fx7rd] {
        flex: 1;

        > p {
            color: var(--green);
            font-size: 1.1rem;
            font-weight: 700;
            text-transform: capitalize;
            text-align: center;
            padding: .35rem .75rem;
            margin-bottom: .5rem;
            background-color: hsl(from var(--green) h s l / .1);
            border-radius: .5rem;
        }
        div[b-m0m86fx7rd] {
            display: flex;
            align-items: center;
            justify-content: space-between;

            &:not(:last-child) {
                padding-bottom: .25rem;
                margin-bottom: .25rem;
                border-bottom: 1px dashed var(--border);
            }
        }
        span[b-m0m86fx7rd] {
            display: block;
            font-size: .9rem;
        }
        span:last-child[b-m0m86fx7rd] {
            font-weight: 600;
        }
    }
}

.result-fail[b-m0m86fx7rd] {
    padding: 1rem;
    background-color: hsl(from var(--red) h s l / .1);
    border: 2px dashed hsl(from var(--red) h s l / .2);
    border-radius: .75rem;

    .head {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;

        img {
            width: 45px;
            height: 45px;
        }
        p:nth-of-type(1)[b-m0m86fx7rd] {
            font-size: .9rem;
            line-height: 1.3;
            margin-bottom: 0;
        }
        p:nth-of-type(2)[b-m0m86fx7rd] {
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 1.3;
            margin-bottom: 0;
        }
    }

    .note[b-m0m86fx7rd] {
        padding: 1rem;
        background-color: hsl(from var(--red) h s l / .15);
        border-radius: .75rem;

        p:first-child {
            font-weight: 600;
            margin-bottom: 0;
        }
        p:last-child[b-m0m86fx7rd] {
            font-size: .9rem;
            margin-bottom: 0;
        }
    }
}





/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .info[b-m0m86fx7rd] {
        gap: .35rem;

        p {
            width: 100%;
        }
    }

    .result-follow .head[b-m0m86fx7rd] {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
        padding: 1rem;

        img {
            display: none;
        }
    }

    .result-success[b-m0m86fx7rd] {
        flex-direction: column;

        .img {
            width: 100px;
            height: 100px;

            &::before {
                font-size: 3rem;
            }
        }
        .closing[b-m0m86fx7rd] {
            width: 100%;
        }
    }

    .result-fail[b-m0m86fx7rd] {
        padding: .75rem;

        .head {
            justify-content: flex-start;
            margin-bottom: .75rem;

            img {
                width: 40px;
                height: 40px;
            }
            p:nth-of-type(2)[b-m0m86fx7rd] {
                font-size: 1.1rem;
            }
        }

        .note[b-m0m86fx7rd] {
            padding: .75rem;
            border-radius: .5rem;
        }
    }
}
/* /Pages/MenuDatabaseView/Components/DatabaseEntryListByOwner.razor.rz.scp.css */

.sub[b-f0jrap5xbo] {
    font-weight: bolder;
    margin-top: 2rem;
    margin-bottom: .75rem;

    i {
        font-size: 1.25rem;
        vertical-align: -1px;
        margin-right: .5rem;
    }
}

.wrap[b-f0jrap5xbo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.item-db[b-f0jrap5xbo] {
    padding: .75rem 1rem;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 1rem;
    transition: var(--anim);

    &:hover {
        border-color: hsl(from var(--primary) h s l / .5);
        box-shadow:
            0 10px 25px -5px rgb(0 0 0 / 0.1),
            0 6px 10px -6px rgb(0 0 0 / 0.1)
        ;
    }
    .nama[b-f0jrap5xbo] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: .5rem;

        p:first-child {
            font-size: 1.15rem;
            text-transform: capitalize;
            line-height: 1.3;
            font-weight: 600;
            margin-bottom: 0;
        }
        p:last-child[b-f0jrap5xbo] {
            color: var(--grey);
            font-size: .8rem;
            white-space: nowrap;
            margin-bottom: 0;
        }
    }
    .info[b-f0jrap5xbo] {
        display: flex;
        align-items: center;
        gap: 2rem;
        
        p {
            font-size: .9rem;
            font-weight: 400;
            margin-bottom: 0;
        }
        i[b-f0jrap5xbo] {
            margin-right: .5rem;
        }
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .item-db[b-f0jrap5xbo] {
        .info {
            flex-direction: column;
            align-items: flex-start !important;
            gap: .15rem !important;
        }
    }
}
/* /Pages/MenuDatabaseView/Pages/IndexDatabaseView.razor.rz.scp.css */

.indexDatabaseView[b-1o9s7az8r4] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.wrap-item[b-1o9s7az8r4] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-top: .5rem;
}

.static-item[b-1o9s7az8r4] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    padding: 1.25rem 1.75rem 1.25rem 1.25rem;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 var(--shadow);
    transition: var(--anim);
    cursor: pointer;
    overflow: hidden;

    &:hover {
        position: relative;
        border-color: hsl(from var(--primary) h s l / .5);
        box-shadow: 2px 8px 10px 6px hsl(from var(--primary) h s l / .15);
    }

    .nama[b-1o9s7az8r4] {
        display: flex;
        align-items: center;
        gap: 1rem;
        text-transform: capitalize;

        .inisial {
            display: grid;
            place-items: center;
            min-width: 45px;
            width: 45px;
            aspect-ratio: 1;
            color: var(--putih);
            font-weight: bolder;
            background: linear-gradient(to right, var(--clr300) 50%, var(--secondary));
            border-radius: 50%;
            outline: 4px solid var(--white);
            box-shadow: 2px 6px 15px 6px var(--shadow);
        }
        p:first-child[b-1o9s7az8r4] {
            font-size: 1.15rem;
            font-weight: bolder;
            margin-bottom: .1rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        p:last-child[b-1o9s7az8r4] {
            color: var(--grey);
            font-size: .95rem;
            line-height: 1.3;
            margin-bottom: 0;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
    }

    .total[b-1o9s7az8r4] {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: clamp(1rem, 1.25vw, 2.5rem);
        text-align: center;

        div:not(:first-child) {
            padding-left: clamp(1.25rem, 1.25vw, 2.5rem);
            border-left: 1px solid var(--border);
        }
        p:first-child[b-1o9s7az8r4] {
            color: var(--green);
            font-size: 1.25rem;
            font-weight: bolder;
            margin-bottom: .1rem;
        }
        div:nth-child(2) p:first-child[b-1o9s7az8r4] {
            color: var(--orange);
        }
        div:nth-child(3) p:first-child[b-1o9s7az8r4] {
            color: var(--red);
        }
        p:last-child[b-1o9s7az8r4] {
            color: var(--grey);
            font-size: .7rem;
            text-transform: uppercase;
            margin-bottom: 0;
        }
    }
}



/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrap-item[b-1o9s7az8r4] {
        grid-template-columns: 1fr;
    }
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .wrap-item[b-1o9s7az8r4] {
        grid-template-columns: 1fr;
    }

    .static-item[b-1o9s7az8r4] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;

        .nama {
            width: 100%;
        }
        .total[b-1o9s7az8r4] {
            width: 100%;
            justify-content: center;
            gap: 0 !important;

            div:not(:first-child) {
                padding-right: 1.25rem;
                border-left: 1px solid var(--border);
            }
            div:first-child[b-1o9s7az8r4] {
                padding: 0 1.25rem;
            }
            p:first-child[b-1o9s7az8r4] {
                color: var(--green);
                font-size: 1.25rem;
                font-weight: bolder;
                margin-bottom: .1rem;
            }
            div:nth-child(2) p:first-child[b-1o9s7az8r4] {
                color: var(--orange);
            }
            div:nth-child(3) p:first-child[b-1o9s7az8r4] {
                color: var(--red);
            }
            p:last-child[b-1o9s7az8r4] {
                color: var(--grey);
                font-size: .7rem;
                text-transform: uppercase;
                margin-bottom: 0;
            }
        }

        .quality[b-1o9s7az8r4] {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 90px;

            p:first-child {
                font-size: 1.5rem;
                margin-bottom: 0;
            }
            p:last-child[b-1o9s7az8r4] {
                color: var(--green);
                font-size: .8rem;
                font-weight: 600;
                margin-bottom: 0;
            }
        }
    }
}
/* /Pages/MenuDatabaseView/Popups/DetailDatabaseView.razor.rz.scp.css */

.nama[b-uz9pi2saki] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-transform: capitalize;
    margin-bottom: 1.5rem;

    .inisial {
        display: grid;
        place-items: center;
        min-width: 60px;
        width: 60px;
        aspect-ratio: 1;
        color: var(--putih);
        font-size: 1.25rem;
        font-weight: bolder;
        background: linear-gradient(to right, var(--clr300) 50%, var(--secondary));
        border-radius: 50%;
        outline: 4px solid var(--white);
        box-shadow: 2px 6px 15px 6px var(--shadow);
    }
    p[b-uz9pi2saki] {
        font-size: 1.5rem;
        font-weight: bolder;
        line-height: 1.3;
        margin-bottom: 0;
    }
}

.database[b-uz9pi2saki] {
    display: grid;
    grid-template-columns: auto 200px;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-bottom: .5rem;
}
.detail-db[b-uz9pi2saki] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    > div {
        --clr: var(--secondary);

        display: flex;
        align-items: center;
        gap: .75rem;
        padding: .75rem;
        background-color: var(--white);
        border: 1px solid hsl(from var(--clr) h s l / .25);
        box-shadow:
            0 15px 25px -5px rgb(0 0 0 / 0.1),
            0 6px 10px -6px rgb(0 0 0 / 0.1)
        ;
        border-radius: 1rem;

        &:nth-child(2) {
            --clr: var(--green);
        }
        &:nth-child(3)[b-uz9pi2saki] {
            --clr: var(--orange);
        }
        &:last-child[b-uz9pi2saki] {
            --clr: var(--red);
        }
        div[b-uz9pi2saki] {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        i[b-uz9pi2saki] {
            display: grid;
            place-items: center;
            width: 35px;
            height: 35px;
            color: var(--clr);
            font-size: 1rem;
            background-color: hsl(from var(--clr) h s l / .1);
            border-radius: .75rem;
        }
        p[b-uz9pi2saki] {
            font-size: 1rem;
            text-transform: capitalize;
            margin-bottom: 0;
        }
        p:last-child[b-uz9pi2saki] {
            color: var(--clr);
            font-weight: bolder;
        }
    }
}
.quality-db[b-uz9pi2saki] {
    --qClr: var(--green);

    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: .5rem .75rem .75rem .75rem;
    background: linear-gradient(to bottom, hsl(from var(--qClr) h s l / .15), hsl(from var(--qClr) h s l / .05) 75%);
    border: 1px solid hsl(from var(--qClr) h s l / .25);
    box-shadow:
        0 15px 25px -5px rgb(0 0 0 / 0.1),
        0 6px 10px -6px rgb(0 0 0 / 0.1)
    ;
    border-radius: 1rem;

    &.Good {
        --qClr: var(--secondary);
    }
    &.Average[b-uz9pi2saki] {
        --qClr: var(--orange);
    }
    &.Poor[b-uz9pi2saki] {
        --qClr: var(--red);
    }
    > p:first-child[b-uz9pi2saki] {
        font-size: 2.75rem;
        line-height: 1.3;
        margin-bottom: .65rem;
    }
    > p:nth-child(2)[b-uz9pi2saki] {
        font-size: .75rem;
        margin-bottom: 0;
    }
    > p:last-of-type[b-uz9pi2saki] {
        color: var(--qClr);
        font-size: 1.35rem;
        font-weight: bolder;
        line-height: 1.3;
        margin-bottom: 0;

    }
    .hint[b-uz9pi2saki] {
        position: absolute;
        right: .75rem;
        color: var(--grey);
        cursor: pointer;
        z-index: 5;
    }
    &:has(input:checked) .hint i:first-child[b-uz9pi2saki],
    .hint i:last-child[b-uz9pi2saki] {
        display: none;
    }
    &:has(input:checked) .hint i:last-child[b-uz9pi2saki] {
        display: inline-block;
    }
    input[b-uz9pi2saki] {
        display: none;
    }
    .hint-content[b-uz9pi2saki] {
        position: absolute;
        inset: 0;
        padding: 1.1rem .75rem .5rem .75rem;
        background-color: var(--white);
        border: 1px solid hsl(from var(--primary) h s l / .25);
        border-radius: 1rem;
        opacity: 0;
        pointer-events: none;
        transition: var(--anim);

        div {
            display: flex;
            align-items: center;
            gap: .5rem;
            font-size: .9rem;

            span {
                font-size: 1.1em;
            }
            b[b-uz9pi2saki] {
                font-weight: 600;
                margin-right: .15rem;
            }
        }
    }
    input:checked + .hint-content[b-uz9pi2saki] {
        opacity: 1;
        pointer-events: auto;
    }
}





/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .nama[b-uz9pi2saki] {
        .inisial {
            min-width: 55px;
            width: 55px;
            font-size: 1rem;
        }
        p[b-uz9pi2saki] {
            font-size: 1.35rem;
        }
    }

    .database[b-uz9pi2saki] {
        grid-template-columns: 1fr;
        gap: .75rem;
    }
    .detail-db[b-uz9pi2saki] {
        gap: .75rem;

        > div {
            gap: .5rem;
            padding: .5rem;
        }
    }
}
/* /Pages/MenuMyLeadsKanban/Components/KanbanColumn.razor.rz.scp.css */

.kanban-column[b-o0bin4tmfc] {
    --clr: var(--orange);

    position: relative;
    flex: 1;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    background: var(--soft-grey);
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    scroll-snap-align: start;
    transition: border var(--anim);
    overflow: hidden auto;
}
.kanban-column:has(.kanban-card.sortable-ghost, .kanban-card.sortable-drag)[b-o0bin4tmfc] {
    border-color: var(--clr);
}
.kanban-column:has(.kanban-card.sortable-ghost, .kanban-card.sortable-drag)[b-o0bin4tmfc]:before {
    content: '';
    position: absolute;
    inset: 0;
    background: hsl(from var(--clr) h s l / .05);
}
.kanban-column:nth-child(2)[b-o0bin4tmfc] {
    --clr: var(--primary);
}
.kanban-column:nth-child(3)[b-o0bin4tmfc] {
    --clr: var(--green);
}
.kanban-column:nth-child(4)[b-o0bin4tmfc] {
    --clr: var(--red);
}

.kanban-header[b-o0bin4tmfc] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1rem;
    background-color: var(--white);
    overflow: hidden;

    .title-wrap {
        display: flex;
        align-items: center;
        gap: .5rem;
        min-width: 0;

        div {
            position: relative;
            display: block;
            line-height: 1;

            &::before {
                content: '\e030';
                font-family: crumbsicon;
                font-size: 1.25rem;
                display: grid;
                place-items: center;
                width: 24px;
                height: 24px;
            }
        }
        p[b-o0bin4tmfc] {
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 0;
        }
        span[b-o0bin4tmfc] {
            margin-left: .25rem;
        }
    }

    .summary-wrap[b-o0bin4tmfc] {
        display: flex;
        align-items: center;
        gap: .6rem;

        p {
            color: var(--clr);
            font-size: .9rem;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 0;
        }
    }    
}
.kanban-column:nth-of-type(2) .kanban-header .title-wrap div[b-o0bin4tmfc]::before {
    content: '\e373';
}
.kanban-column:nth-of-type(3) .kanban-header .title-wrap div[b-o0bin4tmfc]::before {
    content: '\ec1e';
}
.kanban-column:nth-of-type(4) .kanban-header .title-wrap div[b-o0bin4tmfc]::before {
    content: '\e012';
}

.kanban-list[b-o0bin4tmfc] {
    flex: 1;
    list-style: none;
    padding: .75rem;
    margin: 0;
    overflow: hidden auto;
}
.kanban-list[b-o0bin4tmfc]::-webkit-scrollbar {
    width: 6px;
}
.kanban-list[b-o0bin4tmfc]::-webkit-scrollbar-track {
    background: var(--soft-grey);
}
.kanban-list[b-o0bin4tmfc]::-webkit-scrollbar-thumb {
    background-color: var(--grey);
    background: hsl(from var(--grey) h s l / .5);
    border: 2px solid transparent;
    border-radius: 1rem;
    background-clip: content-box;
}

.kanban-card[b-o0bin4tmfc] {
    --stripe: 5px;

    position: relative;
    padding: 1rem;
    padding-left: calc(.85rem + var(--stripe));
    margin-bottom: .6rem;
    background: var(--white);
    border-radius: .75rem;
    box-shadow: 0 0 10px var(--shadow);
    cursor: grab;
    
    .nama {
        p:nth-child(1) {
            font-size: 1.1rem;
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: .25rem;
        }
        p:nth-child(2)[b-o0bin4tmfc] {
            display: flex;
            align-items: center;
            gap: 2rem;
            font-size: .9rem;
            margin-bottom: 0;
        }
        span[b-o0bin4tmfc] {
            display: block;
        }
        i[b-o0bin4tmfc] {
            margin-right: .5rem;
        }
    }
    .interaksi[b-o0bin4tmfc] {
        .followup {
            display: flex;
            align-items: flex-start;
            gap: .25rem;
            padding: .3rem .5rem;
            margin-top: .75rem;
            border: 1px solid var(--border);
            border-radius: .35rem;

            &.upcoming {
                color: var(--green);
                background: hsl(from var(--green) h s l / .1);
                border-color: hsl(from var(--green) h s l / .15);
            }
            &.overdue[b-o0bin4tmfc] {
                color: var(--red);
                background: hsl(from var(--red) h s l / .1);
                border-color: hsl(from var(--red) h s l / .15);
            }
            i[b-o0bin4tmfc] {
                margin-top: .15rem;
            }
        }
        .interaction[b-o0bin4tmfc] {
            color: var(--primary);
            padding: .3rem .5rem;
            margin-top: .35rem;
            background: hsl(from var(--primary) h s l / .1);
            border: 1px solid hsl(from var(--primary) h s l / .15);
            border-radius: .35rem;
        
            div {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: .5rem;
            }
            p[b-o0bin4tmfc] {
                font-size: .8rem;
                padding-top: .25rem;
                padding-left: .75rem;
                margin-top: .5rem;
                margin-bottom: 0;
                border-top: 1px dashed hsl(from var(--primary) h s l / .15);
            }
        }
        i[b-o0bin4tmfc] {
            margin-right: .25rem;
        }
        span[b-o0bin4tmfc] {
            display: block;
            font-size: .8rem;
            font-weight: 600;
        }
    }
}

.kanban-card.sortable-ghost[b-o0bin4tmfc],
.kanban-card.sortable-drag[b-o0bin4tmfc] {
    transform: scale(1.02);
    transition: var(--anim);
    opacity: 0.75;
}
.kanban-card.sortable-chosen[b-o0bin4tmfc],
.kanban-card.sortable-ghost[b-o0bin4tmfc],
.kanban-card.sortable-drag[b-o0bin4tmfc] {
    cursor: grabbing !important;
}

.kanban-card .stripe[b-o0bin4tmfc] {
    position: absolute;
    inset: 0;
    border-radius: .75rem;
    inset: 0;
    overflow: hidden;
    pointer-events: none;

    &::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: var(--stripe);
        height: 100%;
        background-color: var(--clr);
        opacity: .8;
    }
}

/*.drag-handle {
    display: grid;
    place-items: center;
    min-height: 100%;
    color: var(--clr);
    font-size: 1.75rem;
    padding: 0 1rem;
    background-color: hsl(from var(--clr) h s l / .05);
    opacity: .5;
    cursor: grab;
}
.kanban-card:hover .drag-handle {
    opacity: 1;
}
.drag-handle:active{
    opacity: 1;
    cursor: grabbing;
}*/

.kanban-empty[b-o0bin4tmfc] {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 2rem 1.5rem;
    pointer-events: none;

    span:first-child {
        display: block;
        font-size: 3rem;
        margin-bottom: .2rem;
    }
    span:last-child[b-o0bin4tmfc] {
        display: block;
        color: var(--grey);
        font-size: 1.15rem;
    }
}
/* /Pages/MenuMyLeadsKanban/Components/MyLeads_ClosingDetailsPopup.razor.rz.scp.css */


.static-nav-modal[b-zlybq7u07e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    padding-bottom: 0;

    > i {
        color: var(--black);
        font-size: 2.5rem;
    }
    div[b-zlybq7u07e] {
        flex: 1;
    }
    p:first-child[b-zlybq7u07e] {
        color: var(--black);
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    p:last-child[b-zlybq7u07e] {
        color: var(--black);
        font-size: .85rem;
        margin-bottom: 0;
    }
    span[b-zlybq7u07e] {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: flex-start;
        min-width: 30px;
        width: 30px;
        height: 30px;
        color: var(--grey);
        text-align: center;
        background-color: transparent;
        border-radius: 50%;
        transition: var(--anim);
        cursor: pointer;
    }
    span:hover[b-zlybq7u07e] {
        color: var(--red);
        background-color: hsl(from var(--red) h s l / .25);
    }
    span i[b-zlybq7u07e] {
        font-size: 1.25rem;
        transition: var(--anim);
    }
    span:hover i[b-zlybq7u07e] {
        transform: rotate(90deg);
    }
}

.upload-area[b-zlybq7u07e] {
    position: relative;
    display: grid;
    place-content: center;
    justify-items: center;
    width: 100%;
    height: 200px;
    text-align: center;
    padding: 1.25rem;
    background-color: hsl(from var(--grey) h s l / .1);
    border: 2px dashed var(--border);
    border-radius: .75rem;
    cursor: pointer;
    overflow: hidden;

    input {
        position: absolute;
        inset: 0;
        opacity: 0;
        cursor: pointer;
    }
    img[b-zlybq7u07e] {
        position: absolute;
        inset: 0;
        pointer-events: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    i[b-zlybq7u07e] {
        color: var(--grey);
        font-size: 2rem;
        margin-bottom: .5rem;
    }
    span[b-zlybq7u07e] {
        color: var(--grey);
        font-size: .9rem;
    }
}

.cr-input.field-invalid[b-zlybq7u07e],
.field-invalid .upload-area[b-zlybq7u07e] {
    border-color: tomato !important;
}

#closingDetailsConfirmPopup .isi[b-zlybq7u07e] {
    .wrapper > div:not(:last-child) {
        margin-bottom: .75rem;
    }
    span[b-zlybq7u07e] {
        display: block;
        font-size: .9rem;
        font-weight: 400;
    }
    i[b-zlybq7u07e] {
        margin-right: .25rem;
    }
    span:last-child[b-zlybq7u07e] {
        font-size: 1rem;
        font-weight: 600;
        margin-left: 1.4rem;
    }
}
/* /Pages/MenuMyLeadsKanban/Components/MyLeads_ClosingSyncCheckPopup.razor.rz.scp.css */

.header[b-p1xqzf8slt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;

    > i {
        color: var(--black);
        font-size: 2.5rem;
    }
    div[b-p1xqzf8slt] {
        flex: 1;
    }
    p:first-child[b-p1xqzf8slt] {
        color: var(--black);
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    p:last-child[b-p1xqzf8slt] {
        color: var(--black);
        font-size: .85rem;
        margin-bottom: 0;
    }
    span[b-p1xqzf8slt] {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: flex-start;
        min-width: 30px;
        width: 30px;
        height: 30px;
        color: var(--grey);
        text-align: center;
        background-color: transparent;
        border-radius: 50%;
        transition: var(--anim);
        cursor: pointer;
    }
    span:hover[b-p1xqzf8slt] {
        color: var(--red);
        background-color: hsl(from var(--red) h s l / .25);
    }
    span i[b-p1xqzf8slt] {
        font-size: 1.25rem;
        transition: var(--anim);
    }
    span:hover i[b-p1xqzf8slt] {
        transform: rotate(90deg);
    }
}

.sync-check[b-p1xqzf8slt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    background: hsl(from var(--primary) h s l / .1);
    border-radius: .5rem;

    span {
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 1.5rem;
    }
    p:first-of-type[b-p1xqzf8slt] {
        font-size: 1.1rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    p:last-child[b-p1xqzf8slt] {
        font-size: .9rem;
        margin-bottom: 0;
    }
}

.loader[b-p1xqzf8slt] {
  --d:22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: var(--secondary);
  margin-top: 2rem;
  margin-bottom: 3rem;
  box-shadow: 
    calc(1*var(--d))      calc(0*var(--d))     0 0,
    calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
    calc(0*var(--d))      calc(1*var(--d))     0 2px,
    calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
    calc(-1*var(--d))     calc(0*var(--d))     0 4px,
    calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
    calc(0*var(--d))      calc(-1*var(--d))    0 6px;
  animation: l27-b-p1xqzf8slt 1s infinite steps(8);
}
@keyframes l27-b-p1xqzf8slt {
  100% {transform: rotate(1turn)}
}
/* /Pages/MenuMyLeadsKanban/Components/MyLeads_ClosingWizard.razor.rz.scp.css */

.header[b-iujjhs6yf0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;

    > i {
        color: var(--black);
        font-size: 2.5rem;
    }
    div[b-iujjhs6yf0] {
        flex: 1;
    }
    p:first-child[b-iujjhs6yf0] {
        color: var(--black);
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    p:last-child[b-iujjhs6yf0] {
        color: var(--black);
        font-size: .85rem;
        margin-bottom: 0;
    }
    span[b-iujjhs6yf0] {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: flex-start;
        min-width: 30px;
        width: 30px;
        height: 30px;
        color: var(--grey);
        text-align: center;
        background-color: transparent;
        border-radius: 50%;
        transition: var(--anim);
        cursor: pointer;
    }
    span:hover[b-iujjhs6yf0] {
        color: var(--red);
        background-color: hsl(from var(--red) h s l / .25);
    }
    span i[b-iujjhs6yf0] {
        font-size: 1.25rem;
        transition: var(--anim);
    }
    span:hover i[b-iujjhs6yf0] {
        transform: rotate(90deg);
    }
}

.steps[b-iujjhs6yf0] {
    display: flex;
    gap: .5rem;
    color: var(--grey);
    font-size: 13px;
    margin-bottom: 1.5rem;

    span {
        flex: 1;
        position: relative;
        font-size: 1rem;
        font-weight: 700;
        padding: .65rem .75rem;
        transition: var(--anim);
        isolation: isolate;
    }
    span[b-iujjhs6yf0]::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background: var(--border);
    }
    .active[b-iujjhs6yf0] {
        color: var(--primary);
    }
    .active[b-iujjhs6yf0]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: hsl(from var(--primary) h s l / .1);
        opacity: 0;
        animation: stepOpacity-b-iujjhs6yf0 1s ease forwards;
        z-index: -1;
    }
    .active[b-iujjhs6yf0]::after {
        background: hsl(from var(--primary) h s l / .5);
        animation: stepWidth-b-iujjhs6yf0 1s ease forwards;
    }
    &:has(span:nth-child(2).active) span:nth-child(1)[b-iujjhs6yf0],
    &:has(span:nth-child(3).active) span:nth-child(1)[b-iujjhs6yf0],
    &:has(span:nth-child(3).active) span:nth-child(2)[b-iujjhs6yf0] {
        color: var(--primary);
    }
    &:has(span:nth-child(2).active) span:nth-child(1)[b-iujjhs6yf0]::before,
    &:has(span:nth-child(3).active) span:nth-child(1)[b-iujjhs6yf0]::before,
    &:has(span:nth-child(3).active) span:nth-child(2)[b-iujjhs6yf0]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: hsl(from var(--primary) h s l / .1);
        opacity: 1;
        animation: stepOpacity-b-iujjhs6yf0 1s ease forwards;
        z-index: -1;
    }
    &:has(span:nth-child(2).active) span:nth-child(1)[b-iujjhs6yf0]::after,
    &:has(span:nth-child(3).active) span:nth-child(1)[b-iujjhs6yf0]::after,
    &:has(span:nth-child(3).active) span:nth-child(2)[b-iujjhs6yf0]::after {
        width: 100% !important;
        background: hsl(from var(--primary) h s l / .5);
    }
}

@keyframes stepOpacity-b-iujjhs6yf0 {
    to {
        opacity: 1;
    }
}
@keyframes stepWidth-b-iujjhs6yf0 {
    to {
        width: 100%;
    }
}

.cr-row[b-iujjhs6yf0],
.final-summary[b-iujjhs6yf0] {
    max-height: 63vh;
    overflow: hidden auto;
}
.show-validation .cr-input:invalid[b-iujjhs6yf0], .cr-input.is-invalid[b-iujjhs6yf0], .upload-compact.is-invalid[b-iujjhs6yf0] {
    border-color: hsl(from var(--red) h s l / .5) !important;
    background: hsl(from var(--red) h s l / .1);
}
.upload-compact.is-invalid[b-iujjhs6yf0] {
    color: var(--red);
}
.show-validation .cr-input:invalid:focus[b-iujjhs6yf0], .cr-input.is-invalid:focus[b-iujjhs6yf0] {
    box-shadow: 0 0 0 3px rgba(220,38,38,.12);
}

.upload-area[b-iujjhs6yf0] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    padding: 1.25rem;
    background: radial-gradient(circle at center, var(--white), hsl(from var(--secondary) h s l / .1));
    border: 2px dashed hsl(from var(--secondary) h s l / .2);
    border-radius: .75rem;
    isolation: isolate;
    overflow: hidden;

    input {
        position: absolute;
        inset: 0;
        opacity: 0;
        cursor: pointer;
    }
    &.is-processing input[b-iujjhs6yf0] {
        pointer-events: none;
    }
    .upload-step[b-iujjhs6yf0] {
        text-align: center;

        p:nth-of-type(1) {
            color: var(--secondary);
            font-size: 1.1rem;
            font-weight: 700;
            text-transform: capitalize;
            margin-bottom: .25rem;
        }
        p:nth-of-type(2)[b-iujjhs6yf0] {
            color: var(--black);
            font-size: .85rem;
            margin-bottom: 0;
        }
        .upload-img[b-iujjhs6yf0] {
            position: absolute;
            top: 15%;
            left: 2rem;
            height: 95%;
            width: auto;
            opacity: .15;
            transform: rotate(350deg);
            pointer-events: none;
            z-index: -1;
        }
    }
    
    .scan-step[b-iujjhs6yf0] {
        display: flex;
        align-items: center;
        text-align: left;
    
        .scan-img {
            width: auto;
            height: 200px;
        }
        p:nth-of-type(1)[b-iujjhs6yf0] {
            color: var(--secondary);
            font-size: 1.25rem;
            font-weight: 700;
            text-transform: capitalize;
            margin-bottom: .25rem;
        }
        p:nth-of-type(2)[b-iujjhs6yf0] {
            color: var(--black);
            font-size: .9rem;
            margin-bottom: 0;
        }
    }
}

.upload-compact[b-iujjhs6yf0] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 125px;
    color: var(--secondary);
    text-align: center;
    padding: 1.25rem;
    background: radial-gradient(circle at center, var(--white), hsl(from var(--secondary) h s l / .1));
    border: 2px dashed hsl(from var(--secondary) h s l / .2);
    border-radius: .75rem;
    isolation: isolate;
    overflow: hidden;

    input {
        position: absolute;
        inset: 0;
        opacity: 0;
        cursor: pointer;
    }
    i[b-iujjhs6yf0] {
        font-size: 2rem;
        margin-bottom: .5rem;
    }
    p[b-iujjhs6yf0] {
        font-size: 1rem;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    &.is-processing input[b-iujjhs6yf0] {
        pointer-events: none;
    }
}

.upload-summary[b-iujjhs6yf0] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem .75rem;
    background: hsl(from var(--primary) h s l / .05);
    border: 1px dashed hsl(from var(--primary) h s l / .35);
    border-radius: 8px;

    > i {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        color: var(--primary);
        font-size: 1.5rem;
        margin-top: 2px;
        background: hsl(from var(--primary) h s l / .15);
        border-radius: .5rem;
    }
    span:first-child[b-iujjhs6yf0] {
        display: block;
        font-size: .7rem;
        line-height: 1.3;
    }
    span:last-child[b-iujjhs6yf0] {
        display: block;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.3;
    }
    .cr-btn[b-iujjhs6yf0] {
        margin-left: auto;
    }
}

.divider[b-iujjhs6yf0] {
    color: var(--putih);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: capitalize;
    padding: .25rem .75rem;
    margin-top: 1rem;
    margin-bottom: .75rem;
    background: linear-gradient(to right, var(--secondary), transparent 80%);

    span {
        display: inline-block;
        font-size: .9rem;
        font-weight: 400;
        font-style: italic;
        margin-left: .15rem;
    }
}

.catalog-section[b-iujjhs6yf0] {
    &:nth-of-type(2) {
        margin-top: 1rem;
    }
    .catalog-title[b-iujjhs6yf0] {
        display: block;
        font-weight: 600;
        margin-bottom: .75rem;
    }
    .catalog-title i[b-iujjhs6yf0] {
        margin-right: .5rem;
    }
    .catalog-list[b-iujjhs6yf0] {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: .75rem;
    }
    .catalog-card[b-iujjhs6yf0] {
        position: relative;
        display: grid;
        text-align: left;
        padding: .75rem;
        border: 1px solid var(--border);
        border-radius: .75rem;
        background: var(--white);
        cursor: pointer;
    }
    .catalog-card.selected[b-iujjhs6yf0] {
        border-color: var(--green);
        box-shadow: 0 0 0 4px hsl(from var(--green) h s l / .25);
    }
    .catalog-card.paket.selected[b-iujjhs6yf0] {
        border-color: var(--orange);
        box-shadow: 0 0 0 4px hsl(from var(--orange) h s l / .25);
    }
    .catalog-chip[b-iujjhs6yf0] {
        position: absolute;
        top: .75rem;
        right: .75rem;
        width: max-content;
        font-size: .75rem;
        font-weight: 600;
        padding: .25rem .75rem;
        border-radius: 999px;
    }
    .catalog-chip.single[b-iujjhs6yf0] {
        color: var(--green);
        background: hsl(from var(--green) h s l / .15);
    }
    .catalog-chip.package[b-iujjhs6yf0] {
        color: var(--orange);
        background: hsl(from var(--orange) h s l / .15);
    }
    .catalog-card strong[b-iujjhs6yf0] {
        font-size: 1.1rem;
    }
    .catalog-card small[b-iujjhs6yf0] {
        color: var(--grey);
        line-height: 1.4;
    }    
    .catalog-card small:nth-of-type(1)[b-iujjhs6yf0] {
        margin-top: .5rem;
    }
    .catalog-card small c[b-iujjhs6yf0] {
        display: inline-block;
        min-width: 110px;
    }
}

.catalog-required[b-iujjhs6yf0] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.identitas-summary[b-iujjhs6yf0] {
    margin-bottom: 2rem;

    .identitas-detail {
        margin-bottom: 2rem;
    }
    .identitas-detail > img[b-iujjhs6yf0],
    .npwp-detail > img[b-iujjhs6yf0] {
        max-width: 500px;
        margin: 1.5rem auto;
    }
    .id-column[b-iujjhs6yf0] {
        display: flex;
        flex-direction: column;
        padding-right: 1rem;

        div {
            display: flex;
            justify-content: space-between;
            gap: 1rem;
            padding: .5rem;
        }
        div:nth-child(odd)[b-iujjhs6yf0] {
            background-color: hsl(from var(--border) h s l / .4);
        }
        div:hover[b-iujjhs6yf0] {
            color: var(--putih);
            background-color: hsl(from var(--primary) h s l / .7);
        }
        p:first-child[b-iujjhs6yf0] {
            text-transform: capitalize;
            line-height: 1.3;
            white-space: nowrap;
            margin-bottom: 0;
        }
        p:last-child[b-iujjhs6yf0] {
            font-weight: 600;
            text-align: right;
            line-height: 1.3;
            margin-bottom: 0;
        }
    }
}

.pembayaran-summary[b-iujjhs6yf0] {
    margin-bottom: 2rem;

    .bank-detail {
        display: grid;
        grid-template-columns: 400px auto;
        gap: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
    img[b-iujjhs6yf0] {
        width: 100%;
        height: auto;
    }
    .id-column[b-iujjhs6yf0] {
        display: flex;
        flex-direction: column;
        padding-right: 1rem;

        div {
            padding: .65rem .5rem;
        }
        div:nth-child(odd)[b-iujjhs6yf0] {
            background-color: hsl(from var(--border) h s l / .4);
        }
        div:hover[b-iujjhs6yf0] {
            color: var(--putih);
            background-color: hsl(from var(--primary) h s l / .7);
        }
        p:first-child[b-iujjhs6yf0] {
            font-size: .85rem;
            text-transform: capitalize;
            line-height: 1.3;
            white-space: nowrap;
            margin-bottom: .35rem;
        }
        p:last-child[b-iujjhs6yf0] {
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 0;
        }
    }
    
    .produk-detail[b-iujjhs6yf0] {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 1rem;
        margin-top: 1.5rem;
        margin-right: 1rem;
        border: 1px solid var(--border);
        border-radius: .75rem;

        p:first-child {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: .25rem;
        }
        p:nth-child(2)[b-iujjhs6yf0] {
            font-size: .95rem;
            margin-bottom: 0;
        }
        span:first-child[b-iujjhs6yf0] {
            display: block;
            font-size: .85rem;
            text-align: right;
            margin-bottom: 0;
        }
        span:last-child[b-iujjhs6yf0] {
            display: block;
            font-size: 1.1rem;
            font-weight: 700;
            text-align: right;
        }
    }
}

.info-validasi[b-iujjhs6yf0] {
    flex: 1;
}
.info-validasi small[b-iujjhs6yf0] {
    color: var(--primary);
    font-size: .9rem !important;
    font-weight: 600;
    text-align: left;

    &.validation-success {
        display: block;
        color: var(--green);
    }
    &.validation-error[b-iujjhs6yf0] {
        display: block;
        color: var(--red);
    }
    i[b-iujjhs6yf0] {
        font-size: 1rem !important;
        margin-right: .35rem;
    }
}

.tombol[b-iujjhs6yf0] {
    padding-inline: 0 !important;

    .wrap-btn {
        display: flex;
        align-items: center;
        gap: .5rem;
    }
}

.draft-prompt[b-iujjhs6yf0] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 10;

    .wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .inner-wrap[b-iujjhs6yf0] {
        max-width: 350px;
        text-align: center;
        padding: 1.25rem;
        background-color: var(--white);
        border-radius: 1rem;
    }
    .inner-wrap div[b-iujjhs6yf0] {
        display: flex;
        align-items: center;
        gap: .5rem;
    }
    img[b-iujjhs6yf0] {
        max-width: 150px;
        aspect-ratio: 1;
        margin: 0 auto;
        margin-bottom: .5rem;
    }
    p:nth-of-type(1)[b-iujjhs6yf0] {
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: .25rem;
    }
    p:nth-of-type(2)[b-iujjhs6yf0] {
        margin-bottom: 2rem;
    }
}
/* /Pages/MenuMyLeadsKanban/Pages/IndexMyLeadsKanban.razor.rz.scp.css */

.indexMyLeadsKanban[b-zcxvvkplax] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    isolation: isolate;
}
.wrap-lazy[b-zcxvvkplax] {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 0 1.5rem 1.5rem 1.5rem
}
.static-item[b-zcxvvkplax],
[b-zcxvvkplax] .static-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 400;
    min-width: 350px;
    padding: 1.25rem 1.75rem 1.25rem 1.25rem;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 var(--shadow);
    transition: var(--anim);
    cursor: pointer;
    overflow: hidden;

    &:not(:last-child) {
        margin-bottom: .75rem;
    }
}
[b-zcxvvkplax] #data-not-found {
    grid-column: 1 / span 4;
}



/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    
}
/* /Pages/MenuMyLeads/Components/MyLeads_ClosingDetailCard.razor.rz.scp.css */

.closing-detail-card[b-5k2myp88e6] {
    margin-bottom: 1.5rem;
}
.closing-detail-card .content[b-5k2myp88e6] {
    display: grid;
    gap: .35rem;
    padding: .75rem;
    background-color: hsl(from var(--green) h s l / .075);
    border: 1px solid hsl(from var(--green) h s l / .15);
    border-radius: .5rem;
    margin-bottom: 1rem;
    
    > p {
        color: var(--black);
        font-size: .85rem;
        font-weight: 600;
        margin: 0;
    }
    > p span[b-5k2myp88e6] {
        display: inline-block;
        width: 100px;
        font-weight: 400;
    }

    .attachments[b-5k2myp88e6] {
        margin-top: .4rem;
    }
    .attachment-title[b-5k2myp88e6] {
        font-size: .9rem;
        font-weight: 700;
        margin-bottom: .45rem;
    }
}
.attachment-item[b-5k2myp88e6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    width: 100%;
    color: var(--black);
    text-align: left;
    background: transparent;
    border: 1px solid hsl(from var(--green) h s l / .2);
    border-radius: .55rem;
    padding: .5rem .6rem;
    margin-bottom: .4rem;
    cursor: pointer;

    span {
        flex: 1;
        display: inline-block;
    }
    i:last-child[b-5k2myp88e6] {
        opacity: .75;
    }
    &:hover[b-5k2myp88e6] {
        background-color: hsl(from var(--green) h s l / .2);
    }
}

.closing-detail-card .loading[b-5k2myp88e6],
.closing-detail-card .empty[b-5k2myp88e6] {
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 1.25rem;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    background-color: hsl(from var(--grey) h s l / .1);
    border: 2px dashed var(--border);
    border-radius: .75rem;

    p {
        color: var(--black);
        font-size: 1rem;
        margin-bottom: 0;
    }
}
/* /Pages/MenuMyLeads/Components/MyLeads_FollowUpEditform.razor.rz.scp.css */

.wrapFoto[b-0f16hpsheq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, calc(100% / 4 - 1rem)));
    align-items: center;
    gap: 1rem;
}
.wrapFoto .each[b-0f16hpsheq] {
    position: relative;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    border-radius: .75rem;
    overflow: hidden;
}
.wrapFoto .each:has(.loading-aksi)[b-0f16hpsheq] {
    pointer-events: none;
}
.wrapFoto label[b-0f16hpsheq] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    color: var(--grey);
    border: 3px dashed var(--line);
    border-radius: .75rem;
    transition: all .3s ease;
    overflow: hidden;
    cursor: pointer;
}
.wrapFoto label[b-0f16hpsheq]  input {
    display: none;
}
.wrapFoto label:hover[b-0f16hpsheq] {
    transform: scale(.96);
}
.wrapFoto label i[b-0f16hpsheq] {
    font-size: 2rem;
    transition: all .3s ease;
}
.wrapFoto label:hover i[b-0f16hpsheq] {
    transform: rotate(90deg);
}

.wrapFoto .photo[b-0f16hpsheq] {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.wrapFoto .photo img[b-0f16hpsheq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapFoto .aksi[b-0f16hpsheq] {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    display: flex;
    align-items: center;
    gap: .25rem;
    transition: all .3s ease;
    transform: translateX(120%);
    opacity: 0;
    pointer-events: none;
}
.wrapFoto .each:hover .aksi[b-0f16hpsheq] {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
}
.wrapFoto .aksi span[b-0f16hpsheq] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: .8rem;
    text-align: center;
    margin-left: .25rem;
    color: #555;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 8px #00000050;
    transition: .2s ease;
    cursor: pointer;
}
.wrapFoto .aksi span i[b-0f16hpsheq] {
    font-size: 2rem;
}
.wrapFoto .aksi span:first-child[b-0f16hpsheq] {
    color: var(--primary);
}
.wrapFoto .aksi span:last-child[b-0f16hpsheq] {
    color: var(--red);
}
.wrapFoto .aksi span:first-child:hover[b-0f16hpsheq] {
    color: #fff;
    background-color: var(--primary);
}
.wrapFoto .aksi span:last-child:hover[b-0f16hpsheq] {
    color: #fff;
    background-color: var(--red);
}

.loading-aksi[b-0f16hpsheq] {
    position: absolute;
    inset: 0;
    display: flex;
    color: var(--putih);
    justify-content: center;
    align-items: center;
    background-color: hsl(from var(--hitam) h s l / .5);
    user-select: none;
    z-index: 2;
}



/*HP*/
@media screen and (max-width: 767px) {
    .wrapFoto[b-0f16hpsheq] {
        grid-template-columns: repeat(auto-fit, minmax(100px, calc(100% / 2 - .5rem)));
    }
    .wrapFoto .aksi[b-0f16hpsheq] {
        transform: translateX(0);
        opacity: 1;
    }
    .wrapFoto .aksi span[b-0f16hpsheq] {
        width: 35px;
        height: 35px;
    }
    .wrapFoto .aksi span i[b-0f16hpsheq] {
        font-size: 1.5rem;
    }
}
/* /Pages/MenuMyLeads/Components/MyLeads_FollowUpTasks.razor.rz.scp.css */

.task-head[b-ts18jvgnxb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: .75rem;

    p:nth-child(1) {
        font-size: .9rem;
        font-weight: 600;
        margin-bottom: 0;
    }
    i[b-ts18jvgnxb] {
        font-size: 1.1rem;
        margin-right: .35rem;
    }
    p:nth-child(2)[b-ts18jvgnxb] {
        color: var(--grey);
        font-size: .8rem;
        margin-bottom: 0;
    }
}
.task-head.history[b-ts18jvgnxb] {
    margin-top: 1.5rem;
}

.task-list[b-ts18jvgnxb] {
    margin-bottom: .5rem;
}
.task-list.empty[b-ts18jvgnxb] {
    margin-bottom: 1.5rem;
}
.task-item[b-ts18jvgnxb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    padding: .5rem .75rem;
    margin-bottom: .5rem;
    border: 1px solid var(--border);
    border-radius: .75rem;
    gap: .75rem;

    &.overdue {
        background-color: hsl(from var(--red) h s l / .075);
        border-color: hsl(from var(--red) h s l / .5);
    }

    .task-info[b-ts18jvgnxb] {
        flex: 1;

        p:first-child {
            font-weight: 600;
            font-size: .9rem;
            margin-bottom: .15rem;
        }
        p:last-child[b-ts18jvgnxb] {
            font-size: .8rem;
            color: var(--grey);
            margin-bottom: 0;
        }
    }
}
.task-item.history[b-ts18jvgnxb] {
    background-color: hsl(from var(--grey) h s l / .08);
    border-style: dashed;

    p:first-child {
        color: hsl(from var(--grey) h s l / .95);
        text-decoration: line-through;
    }
}
.task-actions[b-ts18jvgnxb] {
    display: flex;
    gap: .35rem;
}

.cr-mini[b-ts18jvgnxb] {
    padding: .3rem .6rem;
    font-size: .8rem;
    min-width: unset;
}

.no-task-text[b-ts18jvgnxb] {
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 1.25rem;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    background-color: hsl(from var(--grey) h s l / .1);
    border: 2px dashed var(--border);
    border-radius: .75rem;

    p {
        color: var(--black);
        font-size: 1rem;
        margin-bottom: 0;
    }
}

.history-wrapper[b-ts18jvgnxb] {
    height: fit-content;
    max-height: 175px;
    transition: height var(--anim);
    overflow: hidden;
}
.history-wrapper.all[b-ts18jvgnxb] {
    height: auto;
    max-height: 100%;
}

.history-expand[b-ts18jvgnxb] {
    position: relative;
    color: var(--grey);
    font-size: .85rem;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: .5rem 1rem 0 1rem;
    cursor: pointer;

    &::before {
        content: '';
        position: absolute;
        top: -34px;
        left: 0;
        width: 100%;
        height: 35px;
        background: linear-gradient(to top, var(--white) 10%, transparent);
    }
    i[b-ts18jvgnxb] {
        margin-left: .35rem;
    }
    &:hover[b-ts18jvgnxb] {
        color: var(--primary);
    }
}
/* /Pages/MenuMyLeads/Components/MyLeads_IncomingNewData.razor.rz.scp.css */

.incoming-new-data[b-2klx1a25v7] {
    --clr: var(--orange);

    margin-bottom: 1rem;
    animation: newShow-b-2klx1a25v7 .75s ease forwards;
    overflow: hidden;
    cursor: pointer;

    &.injury {
        --clr: var(--red);
    }
}
.wrapper[b-2klx1a25v7] {
    padding: .5rem 1rem;
    background: linear-gradient(to right,
        hsl(from var(--clr) h s l / .005),
        hsl(from var(--clr) h s l / .2),
        hsl(from var(--clr) h s l / .3),
        hsl(from var(--clr) h s l / .2),
        hsl(from var(--clr) h s l / .005))
    ;
}

.new-data[b-2klx1a25v7] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;

    span {
        display: block;
        font-size: 2.5rem;
        margin-bottom: .25rem;
    }
    p:first-child[b-2klx1a25v7] {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0;
    }
    p:last-child[b-2klx1a25v7] {
        font-size: .9rem;
        margin-bottom: 0;
    }
}
@keyframes newShow-b-2klx1a25v7 {
    from {
        height: 0;
        margin-bottom: 0;
    }
}

.timer[b-2klx1a25v7] {
    text-align: center;
    padding: .5rem;
    margin-top: .25rem;
    background: linear-gradient(to right,
        hsl(from var(--clr) h s l / .005),
        hsl(from var(--clr) h s l / .2),
        hsl(from var(--clr) h s l / .3),
        hsl(from var(--clr) h s l / .2),
        hsl(from var(--clr) h s l / .005))
    ;
}
/* /Pages/MenuMyLeads/Components/MyLeads_LogInteraction.razor.rz.scp.css */

.multi-upload[b-syegkhwvk9] {
    margin-bottom: .5rem;

    .uploaded {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .75rem;
        margin-top: .75rem;
    }
    .uploaded-item[b-syegkhwvk9] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        width: 100%;
        aspect-ratio: 1;
        border-radius: .5rem;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        div[b-syegkhwvk9] {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: .6rem;
            background: linear-gradient(to top, rgba(0,0,0,.8) 15%, transparent 60%);
            pointer-events: none;
            opacity: 0;
            transition: var(--anim);
        }
        &:hover div[b-syegkhwvk9] {
            opacity: 1;
        }
        span[b-syegkhwvk9] {
            display: block;
            color: var(--putih);
        }
        span:nth-child(1)[b-syegkhwvk9] {
            font-size: .85rem;
            font-weight: 600;
            line-height: 1.3;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        span:nth-child(2)[b-syegkhwvk9] {
            font-size: .75rem;
            margin-top: .25rem;
        }
        button[b-syegkhwvk9] {
            position: absolute;
            top: .6rem;
            right: .6rem;
            color: var(--red);
            font-size: .9rem;
            padding: .065rem .3rem;
            background-color: hsl(from var(--red) h s l / .15);
            border: none;
            border-radius: .25rem;
            transition: var(--anim);
            opacity: 0;
            pointer-events: none;
            cursor: pointer;
        }
        button:hover[b-syegkhwvk9] {
            color: var(--putih);
            background-color: hsl(from var(--red) h s l / 1);
        }
        &:hover button[b-syegkhwvk9] {
            opacity: 1;
            pointer-events: auto;
        }
    }

    .btn-upload[b-syegkhwvk9] {
        position: relative;
        display: grid;
        place-items: center;
        color: var(--grey);
        width: 100%;
        aspect-ratio: 1;
        font-size: 1.5rem;
        padding: .35rem .75rem;
        background-color: hsl(from var(--grey) h s l / .1);
        border: 2px dashed var(--border);
        border-radius: .5rem;
        transition: var(--anim);
        cursor: pointer;
        overflow: hidden;

        input {
            position: absolute;
            inset: 0;
            opacity: 0;
            cursor: pointer;
        }
        &:hover[b-syegkhwvk9] {
            color: var(--primary);
            background-color: hsl(from var(--primary) h s l / .1);
            border-color: var(--clr200);
            transform: scale(.98);
        }
        i[b-syegkhwvk9] {
            transition: var(--anim);
        }
        &:hover i[b-syegkhwvk9] {
            transform: rotate(180deg);
        }
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .multi-upload[b-syegkhwvk9] {
        .uploaded {
            grid-template-columns: repeat(2, 1fr);
        }
        .uploaded-item[b-syegkhwvk9] {
            div {
                background: linear-gradient(to top, rgba(0,0,0,.5) 15%, transparent 60%) !important;
            }
            div[b-syegkhwvk9], button[b-syegkhwvk9] {
                opacity: 1 !important;
            }
        }
    }
}
/* /Pages/MenuMyLeads/Components/MyLeads_ProgressLeads.razor.rz.scp.css */

.progress-follow[b-td29wzoivb] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    overflow: hidden auto;
}
.sub[b-td29wzoivb] {
    font-size: .9rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: .35rem;

    i {
        font-size: 1.1rem;
        margin-right: .35rem;
    }
}

.progress-follow .head[b-td29wzoivb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .5rem .75rem;
    background-color: hsl(from var(--primary) h s l / .1);
    border-radius: .75rem;

    p:first-child {
        color: var(--primary);
        font-size: 1.1rem;
        font-weight: bolder;
        line-height: 1.4;
        margin-bottom: 0;
    }
    p:last-child[b-td29wzoivb] {
        font-size: .8rem;
        line-height: 1.4;
        margin-bottom: 0;
    }
    i[b-td29wzoivb] {
        margin-right: .25rem;
    }
}

.progress-follow .hasil[b-td29wzoivb] {
    flex: 1;
    overflow: hidden auto;
    font-size: .85rem;

    &::-webkit-scrollbar {
        width: 8px;
    }
    &[b-td29wzoivb]::-webkit-scrollbar-track {
        background: transparent;
    }
    &[b-td29wzoivb]::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to top, hsl(from var(--grey) h s l / .5), hsl(from var(--grey) h s l / .75));
        border: 3px solid transparent;
        border-radius: 9px;
        background-clip: content-box;
    }
}

.item-hasil[b-td29wzoivb] {
    position: relative;
    margin-bottom: .5rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
    isolation: isolate;
    cursor: pointer;
    overflow: hidden;

    &:hover {
        border-color: hsl(from var(--primary) h s l / .75);
    }
    &:hover[b-td29wzoivb]:after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: -1;
    }
    .info[b-td29wzoivb] {
        padding: .75rem;
    }

    .tipe[b-td29wzoivb] {
        display: flex;
        align-items: center;
        gap: .75rem;
        margin-bottom: .75rem;

        span {
            display: grid;
            place-items: center;
            min-width: 40px;
            width: 40px;
            height: 40px;
            font-size: 1.25rem;
            background: hsl(from var(--primary) h s l / .1);
            border-radius: 50%;
        }
        div[b-td29wzoivb] {
            flex: 1;
        }
        p:first-child[b-td29wzoivb] {
            font-size: .9rem;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: .15rem;
        }
        p:last-child[b-td29wzoivb] {
            color: var(--grey);
            font-size: .8rem;
            line-height: 1.3;
            margin-bottom: 0;
        }
    }

    .summary[b-td29wzoivb] {
        .btn-detail-interaction {
            color: var(--primary);
            font-size: .8rem;
            font-weight: 600;
            padding: 0;
            border: 0;
            background: transparent;
            text-decoration: underline;
            margin-top: .25rem;
            margin-bottom: .15rem;
        }

        p:nth-child(1)[b-td29wzoivb] {
            color: var(--secondary);
            font-size: .8rem;
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: 0;

            &.outcome-positive {
                color: var(--green);
            }
            &.outcome-negative[b-td29wzoivb] {
                color: var(--red);
            }
        }

#detailInteraction .ant-modal[b-td29wzoivb] {
    max-width: 520px;
}

.detail-interaction-modal[b-td29wzoivb] {
    padding: 1rem 1.25rem;

    .title {
        color: var(--black);
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .detail-item[b-td29wzoivb] {
        margin-bottom: .9rem;

        p:first-child {
            color: var(--grey);
            font-size: .8rem;
            margin-bottom: .2rem;
        }

        p:last-child[b-td29wzoivb] {
            color: var(--black);
            font-size: .92rem;
            margin-bottom: 0;
            white-space: pre-wrap;
            word-break: break-word;
        }
    }

    .detail-attachment-list[b-td29wzoivb] {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;

        a {
            color: var(--primary);
            font-size: .82rem;
            font-weight: 600;
            text-decoration: underline;
        }
    }

    .edit-attachment-list[b-td29wzoivb] {
        display: flex;
        flex-direction: column;
        gap: .5rem;
        margin-bottom: .5rem;
    }

    .edit-attachment-item[b-td29wzoivb] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;

        a {
            color: var(--primary);
            font-size: .82rem;
            font-weight: 600;
            text-decoration: underline;
        }
    }

    .edit-attachment-upload-btn[b-td29wzoivb] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: .82rem;
        font-weight: 700;
        padding: .35rem .65rem;
        border: 1px dashed hsl(from var(--primary) h s l / .6);
        border-radius: .45rem;
        cursor: pointer;
    }

    .edit-attachment-upload-input[b-td29wzoivb] {
        display: none;
    }

    .tombol[b-td29wzoivb] {
        display: flex;
        justify-content: flex-end;
        margin-top: 1.25rem;
    }
}
        p:nth-child(2)[b-td29wzoivb] {
            font-size: .9rem;
            margin-top: .25rem;
            margin-bottom: 0;
        }

        .attachment-list[b-td29wzoivb] {
            display: flex;
            flex-wrap: wrap;
            gap: .5rem;
            margin-top: .5rem;

            .attachment-link {
                color: var(--primary);
                font-size: .8rem;
                font-weight: 600;
                text-decoration: underline;
            }
        }
    }

    .next-fu[b-td29wzoivb] {
        display: flex;
        align-items: center;
        color: var(--primary);
        font-size: .8rem;
        font-weight: 600;
        text-transform: capitalize;
        padding: .5rem.75rem;
        background-color: hsl(from var(--primary) h s l / .15);

        i {
            font-size: 1rem;
            vertical-align: -2px;
            margin-right: .5rem;
        }
        span:first-of-type[b-td29wzoivb] {
            flex: 1;
        }
    }
}

.no-progress[b-td29wzoivb] {
    flex: 1;
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 3rem 1.25rem;
    width: 100%;
    text-align: center;
    background-color: hsl(from var(--grey) h s l / .15);
    border: 2px dashed var(--border);
    border-radius: .75rem;

    i {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    p:nth-of-type(1)[b-td29wzoivb] {
        font-size: 1.15rem;
        font-weight: bold;
        margin-bottom: 0;
    }
    p:nth-of-type(2)[b-td29wzoivb] {
        font-size: .85rem;
        margin-bottom: 0;
    }
    .cr-btn[b-td29wzoivb] {
        margin-top: 1rem;
    }
}

.multi-upload[b-td29wzoivb] {
    margin-bottom: .5rem;

    .uploaded {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .75rem;
        margin-top: .75rem;
    }
    .uploaded-item[b-td29wzoivb] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        width: 100%;
        aspect-ratio: 1;
        border-radius: .5rem;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        div[b-td29wzoivb] {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: .6rem;
            background: linear-gradient(to top, rgba(0,0,0,.8) 15%, transparent 60%);
            pointer-events: none;
            opacity: 0;
            transition: var(--anim);
        }
        &:hover div[b-td29wzoivb] {
            opacity: 1;
        }
        span[b-td29wzoivb] {
            display: block;
            color: var(--putih);
        }
        span:nth-child(1)[b-td29wzoivb] {
            font-size: .85rem;
            font-weight: 600;
            line-height: 1.3;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        span:nth-child(2)[b-td29wzoivb] {
            font-size: .75rem;
            margin-top: .25rem;
        }
        button[b-td29wzoivb] {
            position: absolute;
            top: .6rem;
            right: .6rem;
            color: var(--red);
            font-size: .9rem;
            padding: .065rem .3rem;
            background-color: hsl(from var(--red) h s l / .15);
            border: none;
            border-radius: .25rem;
            transition: var(--anim);
            opacity: 0;
            pointer-events: none;
            cursor: pointer;
        }
        button:hover[b-td29wzoivb] {
            color: var(--putih);
            background-color: hsl(from var(--red) h s l / 1);
        }
        &:hover button[b-td29wzoivb] {
            opacity: 1;
            pointer-events: auto;
        }
    }

    .btn-upload[b-td29wzoivb] {
        position: relative;
        display: grid;
        place-items: center;
        color: var(--grey);
        width: 100%;
        aspect-ratio: 1;
        font-size: 1.5rem;
        padding: .35rem .75rem;
        background-color: hsl(from var(--grey) h s l / .1);
        border: 2px dashed var(--border);
        border-radius: .5rem;
        transition: var(--anim);
        cursor: pointer;
        overflow: hidden;

        input {
            position: absolute;
            inset: 0;
            opacity: 0;
            cursor: pointer;
        }
        &:hover[b-td29wzoivb] {
            color: var(--primary);
            background-color: hsl(from var(--primary) h s l / .1);
            border-color: var(--clr200);
            transform: scale(.98);
        }
        i[b-td29wzoivb] {
            transition: var(--anim);
        }
        &:hover i[b-td29wzoivb] {
            transform: rotate(180deg);
        }
    }
}

.detail-area[b-td29wzoivb] {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.5rem;

        .icon {
            display: grid;
            place-items: center;
            min-width: 50px;
            width: 50px;
            height: 50px;
            font-size: 1.5rem;
            background: hsl(from var(--primary) h s l / .1);
            border-radius: 50%;
        }
        .nama[b-td29wzoivb] {
            flex: 1;
        }
        p:first-child[b-td29wzoivb] {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: .15rem;
        }
        p:last-child[b-td29wzoivb] {
            color: var(--grey);
            font-size: 1rem;
            line-height: 1.3;
            margin-bottom: 0;
        }
    }

    .fu-date[b-td29wzoivb] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        color: var(--primary);
        font-weight: 600;
        padding: .75rem 1rem;
        margin-bottom: 1.25rem;
        background: hsl(from var(--primary) h s l / .1);
        border: 1px solid hsl(from var(--primary) h s l / .25);
        border-radius: .75rem;

        i {
            font-size: 1.2rem;
            margin-right: .5rem;
        }
    }
    .item-info[b-td29wzoivb] {
        margin-bottom: 1rem;

        p:nth-child(2) {
            padding-left: 1.5rem;
            margin-bottom: 0;
        }
    }

    .attachment-list[b-td29wzoivb] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .75rem;
        margin-top: .75rem;

        .attachment-item {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: .75rem;
            width: 100%;
            aspect-ratio: 1;
            border-radius: 1rem;
            cursor: pointer;
            overflow: hidden;
        }
        img[b-td29wzoivb] {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .multi-upload[b-td29wzoivb] {
        .uploaded {
            grid-template-columns: repeat(2, 1fr);
        }
        .uploaded-item[b-td29wzoivb] {
            div {
                background: linear-gradient(to top, rgba(0,0,0,.5) 15%, transparent 60%) !important;
            }
            div[b-td29wzoivb], button[b-td29wzoivb] {
                opacity: 1 !important;
            }
        }
    }

    .fu-date[b-td29wzoivb] {
        flex-direction: column;
        gap: .25rem !important;

        i {
            display: none;
        }
        span:last-child[b-td29wzoivb] {
            font-size: 1.1rem;
        }
    }
}
/* /Pages/MenuMyLeads/Pages/IndexMyLeads.razor.rz.scp.css */

.indexMyLeads[b-osw3hr9f3f] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.static-item[b-osw3hr9f3f],
[b-osw3hr9f3f] .static-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    padding: 1.25rem 1.75rem 1.25rem 1.25rem;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 var(--shadow);
    transition: var(--anim);
    cursor: pointer;
    overflow: hidden;

    &.todo {
        --statClr: var(--orange);
    }
    &.done[b-osw3hr9f3f] {
        --statClr: var(--green);
    }
    &.failed[b-osw3hr9f3f] {
        --statClr: var(--red);
    }
    &.progress[b-osw3hr9f3f] {
        --statClr: var(--blue);
    }
    &:not(:last-child)[b-osw3hr9f3f] {
        margin-bottom: .75rem;
    }
    &:hover[b-osw3hr9f3f] {
        position: relative;
        border-color: hsl(from var(--statClr, var(--grey)) h s l / .5);
        box-shadow: 2px 6px 15px 6px hsl(from var(--statClr, var(--grey)) h s l / .15);
    }

    .stat[b-osw3hr9f3f] {
        position: relative;
        width: fit-content;
        color: var(--statClr, var(--grey));
        font-size: .75rem;
        font-weight: 600;
        padding: .25rem .75rem .25rem .6rem;
        margin-bottom: .75rem;
        background-color: hsl(from var(--statClr, var(--grey)) h s l / .15);
        border-radius: 3rem;

        &::before {
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            vertical-align: 2px;
            margin-right: .4rem;
            background-color: var(--statClr, var(--grey));
            border-radius: 50%;
        }
    }
    .nama > p:nth-child(2)[b-osw3hr9f3f] {
        font-size: 1.25rem;
        font-weight: bolder;
        text-transform: capitalize;
        margin-bottom: .25rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.nama[b-osw3hr9f3f] {
    flex: 1;
}
.nama div[b-osw3hr9f3f] {
    display: flex;
    align-items: center;
    gap: 2rem;
    text-transform: capitalize;

    p {
        margin-bottom: 0;
    }
    span[b-osw3hr9f3f] {
        display: inline-block;
        width: 18px;
        aspect-ratio: 1;
        vertical-align: -3px;
        margin-right: .15rem;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    i[b-osw3hr9f3f] {
        margin-right: .25rem;
    }
}

.contact[b-osw3hr9f3f] {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;

    a {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 40px;
        color: var(--putih) !important;
        font-size: .9rem;
        text-decoration: none;
        padding: .5rem .75rem;
        background-color: hsl(from var(--green) h s 40);
        border: 1px solid var(--green);
        border-radius: .75rem;
        transition: var(--anim);

        &:nth-child(2) {
            color: var(--primary) !important;
            background-color: transparent;
            border-color: var(--primary);
        }
        &:nth-child(3)[b-osw3hr9f3f] {
            color: var(--secondary) !important;
            background-color: transparent;
            border-color: var(--secondary);
        }
        span[b-osw3hr9f3f] {
            margin-left: .5rem;
        }
        &:hover[b-osw3hr9f3f] {
            border-color: hsl(from var(--green) h s 40);
        }
        &:nth-child(2):hover[b-osw3hr9f3f] {
            color: var(--putih) !important;
            background-color: var(--primary);
            border-color: var(--primary);
        }
        &:nth-child(3):hover[b-osw3hr9f3f] {
            color: var(--putih) !important;
            background-color: var(--secondary);
            border-color: var(--secondary);
        }
    }
}

.lazy-item[b-osw3hr9f3f],
[b-osw3hr9f3f] .lazy-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1rem;
    font-weight: 400;
    min-width: 350px;
    padding: 1.25rem 1.75rem 1.25rem 1.25rem;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 var(--shadow);
    transition: var(--anim);
    pointer-events: none;
    overflow: hidden;

    &:not(:last-child) {
        margin-bottom: .75rem;
    }
}
[b-osw3hr9f3f] #lazySkeleton:nth-of-type(1) {
    min-width: 75px !important;
    width: 75px !important;
    margin-bottom: 1rem !important;
}
[b-osw3hr9f3f] #lazySkeleton:nth-of-type(2) {
    min-width: 65% !important;
    width: 65% !important;
    margin-bottom: .85rem !important;
}
[b-osw3hr9f3f] #lazySkeleton:nth-of-type(3) {
    min-width: 25% !important;
    width: 25% !important;
}
[b-osw3hr9f3f] #lazySkeleton:nth-of-type(4) {
    display: none;
}





/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .static-item[b-osw3hr9f3f],
    [b-osw3hr9f3f] .static-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;

        .stat {
            margin-bottom: .5rem !important;
        }
    }

    .nama div[b-osw3hr9f3f] {
        gap: .5rem 1rem;
    }

    .contact[b-osw3hr9f3f] {
        width: 100%;

        a:nth-child(1) {
            flex: 1;
            justify-content: center;
        }
    }

    [b-osw3hr9f3f] #lazySkeleton:nth-of-type(2) {
        min-width: 95% !important;
        width: 55% !important;
        margin-bottom: .5rem !important;
    }
    [b-osw3hr9f3f] #lazySkeleton:nth-of-type(3) {
        min-height: 18px !important;
        height: 18px !important;
        min-width: 75% !important;
        width: 75% !important;
        margin-bottom: .85rem !important;
    }
    [b-osw3hr9f3f] #lazySkeleton:nth-of-type(4) {
        display: block;
        height: 40px !important;
    }
}
/* /Pages/MenuMyLeads/Pages/IndexMyLeadsQueue.razor.rz.scp.css */

.indexMyLeadsQueue[b-8muwe41grq] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.idx-header[b-8muwe41grq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.queue-filters[b-8muwe41grq] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem;

    .cr-btn {
        min-width: unset;
        padding: .3rem .7rem;
        border: 1px solid var(--border);
        background-color: var(--white);
        color: var(--grey);
    }
    .cr-btn.active[b-8muwe41grq] {
        background-color: hsl(from var(--primary) h s l / .1);
        border-color: hsl(from var(--primary) h s l / .5);
        color: var(--primary);
        font-weight: 600;
    }
}

.queue-section[b-8muwe41grq] {
    margin-bottom: 1.75rem;
}
.section-title[b-8muwe41grq] {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: .75rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed hsl(from var(--grey) h s l / .5);
}
.overdue .section-title[b-8muwe41grq] {
    color: var(--red);
    border-color: hsl(from var(--red) h s l / .5);
}
.today .section-title[b-8muwe41grq] {
    color: var(--primary);
    border-color: hsl(from var(--primary) h s l / .5);
}
.upcoming .section-title[b-8muwe41grq] {
    color: var(--grey);
}

.queue-item[b-8muwe41grq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: .75rem;
    box-shadow: 0 0 4px 0 var(--shadow);
    transition: var(--anim);
    overflow: hidden;

    &:not(:last-child) {
        margin-bottom: .5rem;
    }
    &:hover[b-8muwe41grq] {
        border-color: hsl(from var(--primary) h s l / .5);
    }
}
.queue-section.overdue .queue-item[b-8muwe41grq] {
    color: var(--red);
    background-color: hsl(from var(--red) h s l / .05);
    border-color: hsl(from var(--red) h s l / .25);

    &:hover {
        border-color: hsl(from var(--red) h s l / .5);
    }
}
.queue-section.upcoming .queue-item[b-8muwe41grq] {
    opacity: .8;

    &:hover {
        border-color: hsl(from var(--grey) h s l / .5);
    }
}

.queue-detail[b-8muwe41grq] {
    flex: 1;
    padding: .75rem 1rem;
    cursor: pointer;

    &:hover {
        background-color: hsl(from var(--primary) h s l / .05);
    }
}
.queue-section.overdue .queue-detail[b-8muwe41grq] {
    &:hover {
        background-color: hsl(from var(--red) h s l / .05);
    }
}
.queue-section.upcoming .queue-detail[b-8muwe41grq] {
    &:hover {
        background-color: hsl(from var(--grey) h s l / .05);
    }
}

.queue-lead[b-8muwe41grq] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .25rem;

    p:first-child {
        font-weight: 600;
        font-size: 1.1rem;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    p:last-child[b-8muwe41grq] {
        margin-bottom: 0;
    }
}
.queue-task[b-8muwe41grq] {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: .9rem;

    i {
        margin-right: .5rem;
    }
    p[b-8muwe41grq] {
        font-size: .9rem;
        text-transform: capitalize;
        margin-bottom: 0;
    }
}

.queue-actions[b-8muwe41grq] {
    display: flex;
    gap: .35rem;
    padding: .75rem 1rem;
}

.empty-filter[b-8muwe41grq] {
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 1.5rem 1rem;
    background-color: hsl(from var(--grey) h s l / .08);
    border: 1px dashed var(--border);
    border-radius: .75rem;

    p {
        margin-bottom: 0;
        color: var(--grey);
    }
}

.empty-queue[b-8muwe41grq] {
    display: grid;
    place-content: center;
    justify-items: center;
    height: 100%;
    padding: 3rem 1rem;
    background-color: var(--soft-grey);
    border: 2px dashed var(--border);
    border-radius: .75rem;

    i {
        font-size: 3.5rem;
        color: var(--green);
        margin-bottom: .75rem;
    }
    p:nth-of-type(1)[b-8muwe41grq] {
        font-size: 1.25rem;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    p:nth-of-type(2)[b-8muwe41grq] {
        color: var(--grey);
        font-size: 1rem;
        margin-bottom: 0;
    }
}

.queue-item.lazy[b-8muwe41grq] {
    padding: 0.75rem 1rem;
}
.queue-item.lazy[b-8muwe41grq]  #lazySkeleton:nth-of-type(1) {
    min-width: 130px !important;
    width: 130px !important;
    min-height: 24px !important;
    height: 24px !important;
    margin-bottom: .6rem !important;
}
.queue-item.lazy[b-8muwe41grq]  #lazySkeleton:nth-of-type(2) {
    min-width: 50% !important;
    width: 50% !important;
    min-height: 17px !important;
    height: 17px !important;
}
.queue-item.lazy[b-8muwe41grq]  #lazySkeleton:nth-of-type(3) {
    display: none;
}





/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .idx-header[b-8muwe41grq] {
        flex-direction: column;
    }

    .queue-detail[b-8muwe41grq] {
        width: 100%;
        padding-bottom: .5rem;
    }
    .queue-lead[b-8muwe41grq] {
        margin-bottom: .25rem;
    }
    .queue-item[b-8muwe41grq] {
        flex-direction: column;
        align-items: flex-start;
    }
    .queue-task[b-8muwe41grq] {
        text-align: left;
        margin-bottom: .5rem;
    }

    .queue-actions[b-8muwe41grq] {
        justify-content: space-between;
        gap: .5rem;
        padding-top: 0;
        width: 100%;

        .cr-btn {
            width: 100%;
        }
    }

    .queue-item.lazy[b-8muwe41grq]  #lazySkeleton:nth-of-type(2) {
        min-width: 80% !important;
        width: 80% !important;
        margin-bottom: 1rem !important;
    }
    .queue-item.lazy[b-8muwe41grq]  #lazySkeleton:nth-of-type(3) {
        display: block;
        min-height: 31px !important;
        height: 31px !important;
    }
}
/* /Pages/MenuMyLeads/Popups/DetailMyLeads.razor.rz.scp.css */

.isi[b-karqg04qkf] {
    display: grid;
    grid-template-columns: auto 350px;
    padding: 0 !important;

    &.todo {
        --statClr: var(--orange);
    }
    &.done[b-karqg04qkf] {
        --statClr: var(--green);
    }
    &.failed[b-karqg04qkf] {
        --statClr: var(--red);
    }
    &.progress[b-karqg04qkf] {
        --statClr: var(--blue);
    }
}
.left[b-karqg04qkf], .right[b-karqg04qkf] {
    padding: 1.25rem;
    overflow: hidden auto;

    &::-webkit-scrollbar {
        width: 8px;
    }
    &[b-karqg04qkf]::-webkit-scrollbar-track {
        background: transparent;
    }
    &[b-karqg04qkf]::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to top, hsl(from var(--grey) h s l / .5), hsl(from var(--grey) h s l / .75));
        border: 3px solid transparent;
        border-radius: 9px;
        background-clip: content-box;
    }
}
.left[b-karqg04qkf] {
    padding-right: .5rem;
}

.header[b-karqg04qkf] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: .25rem;

    p {
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    span[b-karqg04qkf] {
        position: relative;
        width: fit-content;
        color: var(--statClr);
        font-size: .75rem;
        font-weight: 600;
        text-transform: capitalize;
        padding: .3rem .9rem .3rem .75rem;
        background-color: hsl(from var(--statClr) h s l / .15);
        border-radius: 3rem;

        &::before {
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            vertical-align: 2px;
            margin-right: .35rem;
            background-color: var(--statClr);
            border-radius: 50%;
        }
    }
}

.info[b-karqg04qkf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem 2rem;
    margin-bottom: 1.5rem;

    p {
        font-size: 1rem;
        margin-bottom: 0;

        i {
            margin-right: .35rem;
        }
    }
    span[b-karqg04qkf] {
        display: inline-block;
        width: 20px;
        aspect-ratio: 1;
        vertical-align: -4px;
        margin-right: .15rem;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.contact[b-karqg04qkf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.5rem;

    a {
        position: relative;
        display: flex;
        align-items: center;
        color: var(--green) !important;
        font-size: .9rem;
        text-decoration: none;
        padding: .5rem .75rem;
        border: 1px solid var(--green);
        border-radius: .75rem;
        transition: var(--anim);

        &:nth-child(2) {
            color: var(--primary) !important;
            border-color: var(--primary);
        }
        &:nth-child(3)[b-karqg04qkf] {
            color: var(--secondary) !important;
            border-color: var(--secondary);
        }
        i[b-karqg04qkf] {
            margin-right: .5rem;
        }
        &[b-karqg04qkf]::after {
            content: '\e8c6';
            font-family: crumbsicon;
            display: inline-block;
            width: 0;
            transition: var(--anim);
            overflow: hidden;
        }
        &:hover[b-karqg04qkf] {
            color: var(--putih) !important;
            background-color: hsl(from var(--green) h s 40);
            border-color: hsl(from var(--green) h s 40);

            &::after {
                width: 15px;
                margin-left: .75rem;
            }
        }
        &:nth-child(2):hover[b-karqg04qkf] {
            background-color: var(--primary);
            border-color: var(--primary);
        }
        &:nth-child(3):hover[b-karqg04qkf] {
            background-color: var(--secondary);
            border-color: var(--secondary);
        }
    }
}

.sub[b-karqg04qkf] {
    font-size: .9rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: .75rem;

    i {
        font-size: 1.1rem;
        margin-right: .35rem;
    }
}
.alasan-gagal[b-karqg04qkf] {
    color: var(--red);
    padding: .5rem .75rem;
    margin-bottom: 1.5rem;
    background-color: hsl(from var(--red) h s l / .15);
    border: 2px dashed hsl(from var(--red) h s l / .25);
    border-radius: .5rem;
}

.potential-income[b-karqg04qkf] {
    margin-bottom: 1.5rem;
}
.potential-value[b-karqg04qkf] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--putih);
    text-align: center;
    padding: .75rem;
    background: linear-gradient(to right, transparent, hsl(from var(--green) h s l / .75), hsl(from var(--green) h s 40), hsl(from var(--green) h s 40), hsl(from var(--green) h s l / .75), transparent);
    border-radius: .5rem;

    span:first-child {
        display: block;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: .25rem;
    }

    span:last-child[b-karqg04qkf] {
        display: block;
        font-size: .8rem;
        line-height: 1.2;
    }
}

.right[b-karqg04qkf] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}





/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .isi[b-karqg04qkf] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .left[b-karqg04qkf], .right[b-karqg04qkf] {
        overflow: unset;
    }
    .left[b-karqg04qkf] {
        padding-right: 1.25rem;
        padding-bottom: 0;
    }

    .info[b-karqg04qkf] {
        gap: .35rem;

        p {
            width: 100%;
        }
    }
}
/* /Pages/MenuMyLeads/Popups/MyLeads_ConfirmNewLeads.razor.rz.scp.css */

.isi[b-s6lavyk2xg] {
    padding: 1.5rem !important;
    text-align: center;

    img {
        min-width: 225px;
        width: 225px;
        height: auto;
        margin: 1.5rem auto 1rem auto;
    }
    p:nth-of-type(1)[b-s6lavyk2xg] {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: .15rem;
    }
    p:nth-of-type(2)[b-s6lavyk2xg] {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: .25rem;
    }
}

.tombol[b-s6lavyk2xg] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 1.5rem !important;

    .cr-btn {
        width: 100%;
    }
}
/* /Pages/MenuNewsUpdate/Components/NewsUpdateEditform.razor.rz.scp.css */

.upload-container[b-cfsc35cvmk] {
    display: flex;
    justify-content: center;
}
.upload-container[b-cfsc35cvmk]  input {
    display: none;
}

.upload-card[b-cfsc35cvmk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 200px;
    text-align: center;
    border-radius: 1rem;
    transition: var(--anim);
    overflow: hidden;
    cursor: pointer;

    &:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px var(--shadow);
    }
}
.upload-content[b-cfsc35cvmk] {
    width: 100%;
    height: 100%;
}

.no-foto[b-cfsc35cvmk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 1rem;
    border: 2px dashed var(--border);
    transition: background 0.3s ease;

    &:hover {
        border-color: var(--secondary);
    }
    i[b-cfsc35cvmk] {
        display: grid;
        place-items: center;
        color: var(--secondary);
        font-size: 2rem;
        width: 60px;
        height: 60px;
        margin-bottom: .75rem;
        background: hsl(from var(--secondary) h s l / .1);
        border-radius: 50%;
    }
    span:first-of-type[b-cfsc35cvmk] {
        font-size: .95rem;
        font-weight: 600;
    }
    span:last-of-type[b-cfsc35cvmk] {
        font-size: .85rem;
    }
}
.upload-card:hover .no-foto i[b-cfsc35cvmk] {
    background: hsl(from var(--secondary) h s l / .25);
}
.upload-card:hover .no-foto span[b-cfsc35cvmk] {
    color: var(--secondary);
}

.uploaded[b-cfsc35cvmk] {
    position: relative;
    width: 100%;
    height: 100%;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    span[b-cfsc35cvmk] {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        color: var(--putih);
        font-weight: 400;
        background: rgba(0,0,0,.5);
        transition: var(--anim);
        opacity: 0;
        pointer-events: none;
    }
    &:hover span[b-cfsc35cvmk] {
        opacity: 1;
    }
}

.view-option[b-cfsc35cvmk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .25rem 1rem;
    padding-left: .5rem;

    label {
        width: fit-content;
        cursor: pointer;
    }
    input[b-cfsc35cvmk] {
        accent-color: var(--primary);
    }
    span[b-cfsc35cvmk] {
        display: inline-block;
        margin-left: .15rem;
    }
    input:checked + span[b-cfsc35cvmk] {
        color: var(--primary);
    }
}

[b-cfsc35cvmk] textarea {
    field-sizing: content;
    min-height: 75.2px;
    max-height: 200px;
    resize: none;
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .view-option[b-cfsc35cvmk] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/MenuNewsUpdate/Pages/IndexNewsUpdate.razor.rz.scp.css */

.indexNewsUpdate[b-d2dgsif8qn] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.wrap-item[b-d2dgsif8qn] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.static-item[b-d2dgsif8qn] {
    display: flex;
    align-items: center;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 var(--shadow);
    transition: var(--anim);
    cursor: pointer;
    overflow: hidden;

    &:hover {
        position: relative;
        border-color: hsl(from var(--primary) h s l / .5);
        box-shadow: 2px 8px 10px 6px hsl(from var(--primary) h s l / .15);
    }

    .image[b-d2dgsif8qn] {
        min-width: 125px;
        width: 125px;
        height: 100%;
        max-height: 200px;
        padding: 1rem;
        padding-right: 0;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            border-radius: .5rem;
            transition: .35s ease;
        }
    }
    &:hover .image img[b-d2dgsif8qn] {
        transform: translate(-2px, -3px);
    }

    .text[b-d2dgsif8qn] {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1rem;
        height: 100%;

        div:first-child {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: .5rem;

            span:nth-of-type(1) {
                color: var(--primary);
                font-size: .8rem;
                text-transform: capitalize;
            }
            span:nth-of-type(2)[b-d2dgsif8qn] {
                color: var(--putih);
                font-size: .7rem;
                font-weight: 600;
                padding: .2rem .75rem;
                background-color: var(--green);
                border-radius: 3rem;
                outline: 5px solid var(--white);
            }
        }
        
        div:last-child[b-d2dgsif8qn] {
            flex: 1;
        }
        p:nth-of-type(1)[b-d2dgsif8qn] {
            font-size: 1.2rem;
            font-weight: 700;
            text-transform: capitalize;
            margin-bottom: 0;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        p:nth-of-type(2)[b-d2dgsif8qn] {
            font-size: .9rem;
            margin-bottom: .5rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        p:nth-of-type(3)[b-d2dgsif8qn],
        p:nth-of-type(4)[b-d2dgsif8qn] {
            font-size: .9rem;
            margin-bottom: 0;

            i {
                font-size: 1.1rem;
                margin-right: .25rem;
            }
        }
        p:nth-of-type(3)[b-d2dgsif8qn] {
            margin-bottom: .25rem;
        }
    }
    &.Draft .text div:first-child span:nth-of-type(2)[b-d2dgsif8qn] {
        background-color: var(--orange);
    }
    &.Expired .text div:first-child span:nth-of-type(2)[b-d2dgsif8qn] {
        background-color: var(--red);
    }
}



/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrap-item[b-d2dgsif8qn] {
        grid-template-columns: 1fr 1fr;
    }
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .wrap-item[b-d2dgsif8qn] {
        grid-template-columns: 1fr;
    }

    .static-item[b-d2dgsif8qn] {
        flex-direction: column;
        align-items: flex-start;

        .image {
            padding-right: 1rem !important;
            padding-bottom: 0 !important;
            min-width: 100% !important;
            width: 100% !important;
            max-height: 450px !important;
        }

        .text[b-d2dgsif8qn] {
            width: 100%;
            height: fit-content;
        }
    }
}
/* /Pages/MenuNewsUpdate/Popups/DetailNewsUpdate.razor.rz.scp.css */

.image[b-kyjy5ebfdb] {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 1rem;
    overflow: hidden;

    img {
        width: 100%;
        height: auto;
    }
}

.action[b-kyjy5ebfdb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: .25rem;

    p {
        width: fit-content;
        color: var(--putih);
        font-size: .85rem;
        font-weight: 600;
        padding: .2rem .75rem;
        margin-bottom: 0;
        background-color: var(--green);
        border-radius: 3rem;
        outline: 5px solid var(--white);
    }
    &.Draft p[b-kyjy5ebfdb] {
        background-color: var(--orange);
    }
    &.Expired p[b-kyjy5ebfdb] {
        background-color: var(--red);
    }
    .aksi-btn[b-kyjy5ebfdb] {
        display: flex;
        align-items: center;
        gap: .5rem;
    }
    .aksi-btn > .cr-btn[b-kyjy5ebfdb] {
        min-width: 100px;
    }
}

.title[b-kyjy5ebfdb] {
    margin-bottom: .25rem;

    p:first-child {
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: .25rem;
    }
    p:nth-child(2)[b-kyjy5ebfdb] {
        font-size: .95rem;
        margin-bottom: 0;
    }
}

.info[b-kyjy5ebfdb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;

    p {
        font-size: .95rem;
        margin-bottom: 0;
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .info[b-kyjy5ebfdb] {
        grid-template-columns: 1fr;
        gap: .25rem;
    }
}
/* /Pages/MenuSetting/Components/Setting_AssignmentHours.razor.rz.scp.css */

.title[b-1oeltreuvs] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;

    i {
        display: grid;
        place-items: center;
        min-width: 48px;
        width: 48px;
        height: 48px;
        color: var(--primary);
        font-size: 1.5rem;
        background: hsl(from var(--primary) h s l / .15);
        border-radius: 1rem;
    }
    p:first-child[b-1oeltreuvs] {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 0;
    }
    p:last-child[b-1oeltreuvs] {
        font-size: .9rem;
        margin-bottom: 0;
    }
}
.time[b-1oeltreuvs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .75rem 1.25rem;
    background-color: hsl(from var(--black) h s l / .05);
    border-radius: .75rem;

    span {
        display: block;
        font-size: .8rem;

        &:last-child {
            color: var(--primary);
            font-size: 1.25rem;
            font-weight: 700;
            margin-top: .25rem;
        }
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .title[b-1oeltreuvs] {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }
    .time[b-1oeltreuvs] {
        gap: .75rem;
        padding: .75rem;
    }
}
/* /Pages/MenuSetting/Components/Setting_LeadExpiry.razor.rz.scp.css */

.title[b-p9ooqm4r78] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;

    i {
        display: grid;
        place-items: center;
        min-width: 48px;
        width: 48px;
        height: 48px;
        color: var(--primary);
        font-size: 1.5rem;
        background: hsl(from var(--primary) h s l / .15);
        border-radius: 1rem;
    }
    p:first-child[b-p9ooqm4r78] {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 0;
    }
    p:last-child[b-p9ooqm4r78] {
        font-size: .9rem;
        margin-bottom: 0;
    }
}
.time[b-p9ooqm4r78] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .75rem 1.25rem;
    background-color: hsl(from var(--black) h s l / .05);
    border-radius: .75rem;

    span {
        display: block;
        font-size: .8rem;

        &:last-child {
            color: var(--primary);
            font-size: 1.25rem;
            font-weight: 700;
            margin-top: .25rem;
        }
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .title[b-p9ooqm4r78] {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }
    .time[b-p9ooqm4r78] {
        gap: .75rem;
        padding: .75rem;
    }
}
/* /Pages/MenuSetting/Pages/IndexSetting.razor.rz.scp.css */

.wrapper[b-wwhx4ne1tu] {
    padding: 1rem 2rem 1.5rem 2rem;
}
.card[b-wwhx4ne1tu] {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    padding: 1rem 1.25rem 1.5rem 1.25rem;
    margin-bottom: 1.25rem;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 1rem;
    transition: var(--anim);
    overflow: hidden;
}

/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .wrapper[b-wwhx4ne1tu] {
        padding: 1rem;
    }
    .card[b-wwhx4ne1tu] {
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        padding: 1rem 1rem 1.5rem 1rem;
        margin-bottom: 1rem;
    }
}
/* /Pages/MenuSetting/Popups/Setting_AturAssignmentHours.razor.rz.scp.css */

i[b-je1ggxtmix] {
    display: grid;
    place-items: center;
    min-width: 48px;
    width: 48px;
    height: 48px;
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: .5rem;
    background: hsl(from var(--primary) h s l / .15);
    border-radius: 1rem;
}
p:first-of-type[b-je1ggxtmix] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: .25rem 0 0 0;
}
p:last-of-type[b-je1ggxtmix] {
    margin-bottom: 1.5rem;
}
.cr-btn[b-je1ggxtmix] {
    width: 100%;
    margin-top: .75rem;
}
/* /Pages/MenuSetting/Popups/Setting_AturLeadExpiry.razor.rz.scp.css */

i[b-td8suemfux] {
    display: grid;
    place-items: center;
    min-width: 48px;
    width: 48px;
    height: 48px;
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: .5rem;
    background: hsl(from var(--primary) h s l / .15);
    border-radius: 1rem;
}
p:first-of-type[b-td8suemfux] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: .25rem 0 0 0;
}
p:last-of-type[b-td8suemfux] {
    margin-bottom: 1.5rem;
}
.cr-btn[b-td8suemfux] {
    width: 100%;
    margin-top: .75rem;
}
/* /Pages/MenuTeam/Components/IndexTeam_AdminArea.razor.rz.scp.css */
.section-block[b-xv03hx5yhs] {
    margin-bottom: 1.5rem;
}

.separator-block[b-xv03hx5yhs] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px dashed var(--border);
}

.section-header[b-xv03hx5yhs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .85rem;

    p:first-child {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0;
    }

    p:last-child[b-xv03hx5yhs] {
        color: var(--grey);
        font-size: .85rem;
        margin-bottom: 0;
    }
}

.section-empty[b-xv03hx5yhs] {
    color: var(--grey);
    font-size: .95rem;
    padding: 1rem 1.1rem;
    background-color: var(--white);
    border: 1px dashed var(--border);
    border-radius: 1rem;
}

.wrap-item[b-xv03hx5yhs] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
}

.static-item[b-xv03hx5yhs] {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    padding: 1.25rem 1.75rem 1.25rem 1.25rem;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 1rem;
    transition: var(--anim);
    cursor: pointer;
    overflow: hidden;

    &:hover {
        position: relative;
        border-color: hsl(from var(--primary) h s l / .5);
        box-shadow: 2px 6px 15px 6px hsl(from var(--primary) h s l / .15);
    }

    .inisial[b-xv03hx5yhs] {
        display: grid;
        place-items: center;
        min-width: 42px;
        width: 42px;
        aspect-ratio: 1;
        color: var(--putih);
        font-weight: bolder;
        margin-bottom: .75rem;
        background: linear-gradient(to right, var(--clr300) 50%, var(--secondary));
        border-radius: 50%;
        outline: 4px solid var(--white);
        box-shadow: 2px 6px 15px 6px var(--shadow);
    }

    p:first-of-type[b-xv03hx5yhs] {
        font-size: 1.15rem;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: .1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p:last-of-type[b-xv03hx5yhs] {
        color: var(--grey);
        font-size: .9rem;
        line-height: 1.3;
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .upline[b-xv03hx5yhs] {
        color: var(--grey);
        font-size: .85rem;
        margin-bottom: .15rem;
    }

    span[b-xv03hx5yhs] {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        color: var(--primary);
        font-size: .75rem;
        font-weight: 600;
        text-transform: capitalize;
        padding: .25rem .75rem;
        background-color: hsl(from var(--primary) h s l / .1);
        border-radius: 2rem;
    }
    &.empty-referral .inisial[b-xv03hx5yhs] {
        background: linear-gradient(30deg, var(--orange), var(--orange), var(--yellow));
    }
    &.empty-referral span[b-xv03hx5yhs] {
        color: var(--orange);
        background-color: hsl(from var(--orange) h s l / .12);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrap-item[b-xv03hx5yhs] {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .wrap-item[b-xv03hx5yhs] {
        grid-template-columns: 1fr;
    }

    .static-item[b-xv03hx5yhs] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;
    }
}
/* /Pages/MenuTeam/Components/IndexTeam_ReferralPartnerArea.razor.rz.scp.css */
.wrap-item[b-nsfr5t596i] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
}

.static-item[b-nsfr5t596i] {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    padding: 1.25rem 1.75rem 1.25rem 1.25rem;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 1rem;
    transition: var(--anim);
    cursor: pointer;
    overflow: hidden;

    &:hover {
        position: relative;
        border-color: hsl(from var(--primary) h s l / .5);
        box-shadow: 2px 6px 15px 6px hsl(from var(--primary) h s l / .15);
    }

    .inisial[b-nsfr5t596i] {
        display: grid;
        place-items: center;
        min-width: 42px;
        width: 42px;
        aspect-ratio: 1;
        color: var(--putih);
        font-weight: bolder;
        margin-bottom: .75rem;
        background: linear-gradient(to right, var(--clr300) 50%, var(--secondary));
        border-radius: 50%;
        outline: 4px solid var(--white);
        box-shadow: 2px 6px 15px 6px var(--shadow);
    }

    p:first-of-type[b-nsfr5t596i] {
        font-size: 1.15rem;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: .1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p:last-of-type[b-nsfr5t596i] {
        color: var(--grey);
        font-size: .9rem;
        line-height: 1.3;
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    span[b-nsfr5t596i] {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        color: var(--green);
        font-size: .75rem;
        font-weight: 600;
        text-transform: capitalize;
        padding: .25rem .75rem;
        background-color: hsl(from var(--green) h s l / .1);
        border-radius: 2rem;
    }

    &.belum span[b-nsfr5t596i] {
        color: var(--red);
        background-color: hsl(from var(--red) h s l / .1);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrap-item[b-nsfr5t596i] {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .wrap-item[b-nsfr5t596i] {
        grid-template-columns: 1fr;
    }

    .static-item[b-nsfr5t596i] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;
    }
}
/* /Pages/MenuTeam/IndexTeam.razor.rz.scp.css */

.indexTeam[b-3jk6rh7bpe] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* /Pages/MenuTeam/Popups/Components/DetailTeamReferralList.razor.rz.scp.css */
.sub[b-31y7s7bw3t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;

    p:first-child {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0;
    }

.skeleton-item[b-31y7s7bw3t] {
    pointer-events: none;
}

.skeleton-circle[b-31y7s7bw3t],
.skeleton-badge[b-31y7s7bw3t],
.skeleton-line[b-31y7s7bw3t] {
    position: relative;
    overflow: hidden;
    background: #eef2f7;
}

.skeleton-circle[b-31y7s7bw3t]::after,
.skeleton-badge[b-31y7s7bw3t]::after,
.skeleton-line[b-31y7s7bw3t]::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent);
    animation: referral-skeleton-shimmer-b-31y7s7bw3t 1.2s ease-in-out infinite;
}

.skeleton-circle[b-31y7s7bw3t] {
    border-radius: 50%;
    background: #e8edf5 !important;
}

.skeleton-content[b-31y7s7bw3t] {
    flex: 1;
    display: grid;
    gap: .55rem;
    padding-right: 6.5rem;
}

.skeleton-badge[b-31y7s7bw3t] {
    justify-self: end;
    width: 130px;
    height: 24px;
    border-radius: 999px;
}

.skeleton-line[b-31y7s7bw3t] {
    border-radius: .55rem;
    height: 14px;
}

.skeleton-line-title[b-31y7s7bw3t] {
    width: min(70%, 260px);
}

.skeleton-line-subtitle[b-31y7s7bw3t] {
    width: min(50%, 190px);
}

@keyframes referral-skeleton-shimmer-b-31y7s7bw3t {
    100% {
        transform: translateX(100%);
    }
}

    p:last-child[b-31y7s7bw3t] {
        color: var(--grey);
        font-size: .85rem;
        font-style: italic;
        margin-bottom: 0;
    }
}

.search-box[b-31y7s7bw3t] {
    position: relative;

    i {
        position: absolute;
        top: 50%;
        left: .75rem;
        color: var(--grey);
        transform: translateY(-50%);
    }

    input[b-31y7s7bw3t] {
        padding-left: 2.25rem;
    }
}

.team-list[b-31y7s7bw3t] {
    display: grid;
    gap: .75rem;
    max-height: 55vh;
    overflow: auto;
}

.team-item[b-31y7s7bw3t] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 1rem;

    .inisial {
        display: grid;
        place-items: center;
        min-width: 42px;
        width: 42px;
        aspect-ratio: 1;
        color: var(--putih);
        font-weight: bolder;
        background: linear-gradient(to right, var(--clr300) 50%, var(--secondary));
        border-radius: 50%;
    }

    > div:last-child[b-31y7s7bw3t] {
        flex: 1;
    }

    p:first-of-type[b-31y7s7bw3t] {
        font-size: 1rem;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: .1rem;
    }

    p:last-of-type[b-31y7s7bw3t] {
        color: var(--grey);
        font-size: .9rem;
        margin-bottom: 0;
    }

    span[b-31y7s7bw3t] {
        position: absolute;
        top: 1rem;
        right: 1rem;
        color: var(--green);
        font-size: .75rem;
        font-weight: 600;
        text-transform: capitalize;
        padding: .25rem .75rem;
        background-color: hsl(from var(--green) h s l / .1);
        border-radius: 2rem;
    }

    &.unverified span[b-31y7s7bw3t] {
        color: var(--red);
        background-color: hsl(from var(--red) h s l / .1);
    }
}

.empty-state[b-31y7s7bw3t],
.loading-state[b-31y7s7bw3t] {
    padding: 1.25rem;
    text-align: center;
    color: var(--grey);
    background-color: var(--white);
    border: 1px dashed var(--border);
    border-radius: 1rem;

    p {
        margin-bottom: 0;
    }
}

/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .sub[b-31y7s7bw3t] {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: .5rem;
        margin-bottom: 1.5rem;

        .txt {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
    }

    .search-box[b-31y7s7bw3t] {
        width: 100%;
    }

    .team-item[b-31y7s7bw3t] {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }

    .skeleton-content[b-31y7s7bw3t] {
        width: 100%;
        padding-right: 0;
    }

    .skeleton-badge[b-31y7s7bw3t] {
        justify-self: start;
    }
}
/* /Pages/MenuTeam/Popups/DetailTeamReferral.razor.rz.scp.css */

.nama[b-tda6vs6rz2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-transform: capitalize;
    margin-bottom: 1.75rem;

    .inisial {
        display: grid;
        place-items: center;
        min-width: 60px;
        width: 60px;
        aspect-ratio: 1;
        color: var(--putih);
        font-size: 1.25rem;
        font-weight: bolder;
        background: linear-gradient(to right, var(--clr300) 50%, var(--secondary));
        border-radius: 50%;
        outline: 4px solid var(--white);
        box-shadow: 2px 6px 15px 6px var(--shadow);

        &.empty-referral {
            background: linear-gradient(30deg, var(--orange), var(--orange), var(--yellow));
        }
    }
    p:first-child[b-tda6vs6rz2] {
        font-size: 1.35rem;
        font-weight: bolder;
        line-height: 1.3;
        margin-bottom: .5rem;
    }
    p:last-child[b-tda6vs6rz2] {
        margin-bottom: 0;

        i {
            margin-right: .25rem;
        }

        span[b-tda6vs6rz2] {
            display: inline-block;
            margin-right: 3rem;
        }
    }
}

/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .nama[b-tda6vs6rz2] {
        .inisial {
            min-width: 55px;
            width: 55px;
            font-size: 1rem;
        }
    }
}
/* /Pages/MenuUserManagement/Components/UserManagementEditform.razor.rz.scp.css */

.generate[b-v4bpg3axu2],
.generate .pass[b-v4bpg3axu2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}
.generate p[b-v4bpg3axu2] {
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #cfcfcf;
    margin-bottom: 0;
    user-select: none;
}
.generate .pass[b-v4bpg3axu2] {
    gap: 1rem;
    width: 100%;
}
.generate .pass p[b-v4bpg3axu2] {
    color: var(--black);
    font-weight: 600;
}

.generate .warn[b-v4bpg3axu2] {
    position: relative;
}
.generate .warn .wrap-tooltip[b-v4bpg3axu2] {
    position: absolute;
    right: -.25rem;
    bottom: 3rem;
}

.read-only[b-v4bpg3axu2] {
    font-size: 1rem;
    font-weight: 400;
    padding: .375rem .75rem;
    margin-bottom: 0;
    background-color: var(--soft-grey);
    border-radius: .5rem;
}
/* /Pages/MenuUserManagement/Components/UserManagement_TooltipCopyPassword.razor.rz.scp.css */

.tooltip-copy input[b-9muial2dxd] {
    display: none;
}
.tooltip-copy input:checked + span[b-9muial2dxd] {
    visibility: visible;
    pointer-events: unset;
}
.tooltip-copy span[b-9muial2dxd] {
    display: block;
    width: 175px;
    color: var(--putih);
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.3;
    padding: .75rem;
    background-color: var(--green);
    animation: warnGeserAtas-b-9muial2dxd 2s ease infinite;
    border-radius: .5rem;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
}
@keyframes warnGeserAtas-b-9muial2dxd {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6%);
    }
}
.tooltip-copy span:hover[b-9muial2dxd] {
    animation-play-state: paused;
}
.tooltip-copy span[b-9muial2dxd]::before {
    content: '';
    position: absolute;
    bottom: -.6rem;
    right: 1rem;
    border-top: 10px solid var(--green);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.tooltip-copy span label[for="warnToggle"][b-9muial2dxd] {
    position: absolute;
    top: .35rem;
    right: .25rem;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    text-align: center;
    color: var(--yellow);
    cursor: pointer;
}
.tooltip-copy span strong[b-9muial2dxd] {
    display: block;
    font-size: .9rem;
}
/* /Pages/MenuUserManagement/Pages/IndexUserManagement.razor.rz.scp.css */

.indexUserManagement[b-60zqjm7xvd] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.indexUserManagement .idx-header[b-60zqjm7xvd] {
    padding-bottom: 1rem;
}

.idx-filters[b-60zqjm7xvd] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem;
    padding: 0 1.5rem .5rem 1.5rem;

    .cr-btn {
        min-width: unset;
        color: var(--grey);
        padding: .25rem .7rem;
        background-color: var(--white);
        border: 1px solid var(--border);
    }
    .cr-btn.active[b-60zqjm7xvd] {
        color: var(--primary);
        font-weight: 600;
        background-color: hsl(from var(--primary) h s l / .1);
        border-color: hsl(from var(--primary) h s l / .5);
    }
}

.idx-item span[b-60zqjm7xvd] {
    display: inline-block;
    width: 18px;
    aspect-ratio: 1;
    vertical-align: -3px;
    margin-right: .15rem;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.idx-item > p i[b-60zqjm7xvd] {
    margin-right: .25rem;
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .idx-filters[b-60zqjm7xvd] {
        padding: 0 1rem 1rem 1rem;
    }

    .idx-item[b-60zqjm7xvd] {
        > p i {
            display: none;
            margin-right: 0;
        }
        > p:not(:first-child, .stat)[b-60zqjm7xvd] {
            position: relative;
        }
        > p:not(:first-child, .stat)[b-60zqjm7xvd]:before {
            content: "username";
            display: inline-block;
            min-width: 87px;
            text-transform: capitalize;
        }
        > p:nth-child(3)[b-60zqjm7xvd]:before {
            content: "hp";
        }
        > p:nth-child(4)[b-60zqjm7xvd]:before {
            content: "email";
        }
        > p:nth-child(5)[b-60zqjm7xvd]:before {
            content: "jabatan";
        }
        > p:not(:first-child, .stat)[b-60zqjm7xvd]:after {
            content: ":";
            position: absolute;
            left: 77px;
        }
    }
}
/* /Pages/MenuUserManagement/Popups/DetailUserManagement.razor.rz.scp.css */

.header[b-jhtit6iihw] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;

    .chipss {
        display: flex;
        align-items: center;
        gap: .5rem;

        > span {
            position: relative;
            width: fit-content;
            color: var(--statClr);
            font-size: .75rem;
            font-weight: 600;
            text-transform: capitalize;
            padding: .3rem .9rem .3rem .75rem;
            background-color: hsl(from var(--statClr) h s l / .15);
            border-radius: 3rem;

            &::before {
                content: '';
                display: inline-block;
                width: 6px;
                height: 6px;
                vertical-align: 2px;
                margin-right: .35rem;
                background-color: var(--statClr);
                border-radius: 50%;
            }
        }
        .stats[b-jhtit6iihw] {
            --statClr: var(--red);

            &.Aktif {
                --statClr: var(--green);
            }
        }
        .sync[b-jhtit6iihw] {
            --statClr: var(--blue);

            &.badge-pending {
                --statClr: var(--orange);
            }
            &.badge-unknown[b-jhtit6iihw] {
                --statClr: var(--red);
            }
        }
    }

    .aksi-btn[b-jhtit6iihw] {
        display: flex;
        align-items: center;
        gap: .5rem;
    }
    .aksi-btn > .cr-btn[b-jhtit6iihw] {
        min-width: 100px;
    }
    .cr-drop-item.mobile[b-jhtit6iihw] {
        display: none;
    }
    .cr-drop-item.disabled[b-jhtit6iihw] {
        color: var(--grey);
        background-color: hsl(from var(--grey) h s l / .15);
        pointer-events: none;
    }
}

.nama[b-jhtit6iihw] {
    margin-bottom: 1.5rem;

    p:first-child {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
        text-transform: capitalize;
        margin-bottom: .15rem;
    }
    p:last-child[b-jhtit6iihw] {
        margin-bottom: 0;
    }
    p:last-child i[b-jhtit6iihw] {
        font-size: 1.1rem;
        margin-right: .25rem;
    }
    p:last-child b[b-jhtit6iihw] {
        color: var(--red);
        font-weight: 600;
        text-decoration: underline;
    }
    p:last-child b.badge-synced[b-jhtit6iihw] {
        color: var(--blue);
    }
}

.info[b-jhtit6iihw] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem .75rem;
    margin-bottom: .75rem;
}
.info .item[b-jhtit6iihw] {
    display: flex;
    align-items: center;
    gap: .75rem;

    &:not(:last-child) {
        width: calc(100% / 2 - 1rem);
    }
    i[b-jhtit6iihw] {
        display: grid;
        place-content: center;
        font-size: 1.25rem;
        min-width: 40px;
        width: 40px;
        height: 40px;
        background-color: hsl(from var(--grey) h s l / .1);
        border-radius: 50%;
    }
    p:first-child[b-jhtit6iihw] {
        font-size: .75rem;
        color: var(--grey);
        margin-bottom: 0;
    }
    p:last-child[b-jhtit6iihw] {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0;
    }
    span[b-jhtit6iihw] {
        display: inline-block;
        width: 18px;
        aspect-ratio: 1;
        vertical-align: -3px;
        margin-right: .15rem;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}




/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {    
    .header[b-jhtit6iihw] {
        justify-content: space-between;
        align-items: center;
    
        .cr-drop-item.mobile {
            display: flex !important;
        }
        .aksi-btn > .cr-btn[b-jhtit6iihw] {
            display: none;
        }
    }

    .nama p:last-child i[b-jhtit6iihw] {
        display: none;
    }
    .nama p:last-child b[b-jhtit6iihw] {
        display: block;
    }

    .info[b-jhtit6iihw] {
        gap: .75rem 0;
    }
    .info .item[b-jhtit6iihw] {
        display: flex;
        align-items: center;
        gap: .75rem;

        &:not(:last-child) {
            width: 100%;
        }
    }
}
/* /Pages/MenuUserManagement/Popups/UserManagementAdminSyncPreview.razor.rz.scp.css */

.header[b-kpoc3fvbp1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;

    .text {
        display: flex;
        align-items: center;
        gap: 1rem;

        i {
            font-size: 2.5rem;
        }
        p:first-child[b-kpoc3fvbp1] {
            font-size: 1.25rem;
            font-weight: 700;
            text-transform: capitalize;
            margin-bottom: 0;
        }
        p:last-child[b-kpoc3fvbp1] {
            font-size: .85rem;
            margin-bottom: 0;
        }
    }
}

.sync-actions[b-kpoc3fvbp1] {
    margin-bottom: 1.5rem;

    .result {
        --clr: var(--orange);

        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        padding: .5rem .75rem;
        margin-bottom: .75rem;
        background: hsl(from var(--clr) h s l / .1);
        border: 1px solid hsl(from var(--clr) h s l / .2);
        border-radius: .5rem;

        p:first-child {
            font-size: .85rem;
            margin-bottom: 0;
        }
        p:last-child[b-kpoc3fvbp1] {
            color: var(--clr);
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0;
        }
        &:has(.cr-success)[b-kpoc3fvbp1] {
            --clr: var(--green);
        }
    }
}

.sync-grid[b-kpoc3fvbp1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.sync-card[b-kpoc3fvbp1] {
    --clrCard: var(--secondary);

    display: flex;
    flex-direction: column;
    min-height: 220px;    
    background: var(--white);
    border: 1px solid var(--clrCard);
    border-radius: 1rem;
    overflow: hidden;

    &.admin {
        --clrCard: var(--primary);
    }
    .sync-card-title[b-kpoc3fvbp1] {
        color: var(--putih);
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        padding: .75rem;
        margin-bottom: 0;
        background: var(--clrCard);
    }
}
.sync-item[b-kpoc3fvbp1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: .75rem;

    .sync-row {
        width: 100%;
        padding: .5rem;
    }
    .sync-row:not(:last-child)[b-kpoc3fvbp1] {
        border-bottom: 1px dashed var(--border);
    }
    .sync-row.compare[b-kpoc3fvbp1] {
        color: var(--orange);
        background: hsl(from var(--orange) h s l / .075);
    }
    .sync-row.compare.match[b-kpoc3fvbp1] {
        color: var(--green);
        background: hsl(from var(--green) h s l / .075);
    }
    .sync-row span[b-kpoc3fvbp1] {
        display: block;
        font-size: .85rem;
    }
    .sync-row span i[b-kpoc3fvbp1] {
        margin-right: .25rem;
    }
}

.sync-result[b-kpoc3fvbp1],
.sync-error[b-kpoc3fvbp1] {
    font-size: .9rem;
    font-style: italic;

    i {
        font-size: 1rem;
        margin-right: .25rem;
    }
}
.sync-error[b-kpoc3fvbp1] {
    color: var(--red);
}

.empty-state[b-kpoc3fvbp1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5rem;

    p:nth-of-type(1) {
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: .75rem;
    }
    p:nth-of-type(2)[b-kpoc3fvbp1] {
        font-size: 1.1rem;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    > span[b-kpoc3fvbp1] {
        color: var(--grey);
        font-size: .85rem;
    }
    .cr-btn[b-kpoc3fvbp1] {
        margin-top: 1rem;
    }
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .header[b-kpoc3fvbp1] {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: .75rem;

        .text {
            flex-direction: column;
            align-items: flex-start;
            gap: .5rem;
        }
        .cr-btn[b-kpoc3fvbp1] {
            width: 100%;
        }
    }

    .sync-actions[b-kpoc3fvbp1] {
        .result {
            flex-direction: column;
            align-items: flex-start;
            gap: .75rem;
            padding: .75rem;
            margin-top: .5rem;
        }
    }

    .sync-grid[b-kpoc3fvbp1] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/MenuUserManagement/Popups/UserManagement_GeneratePasswordBaru.razor.rz.scp.css */

.generate-content[b-yr67xqd0cx] {
    padding-bottom: 1rem;
}
.generate-content .gambar[b-yr67xqd0cx] {
    position: relative;
    margin-top: 1.75rem;
    margin-bottom: 2rem;
    isolation: isolate
}
.generate-content .gambar[b-yr67xqd0cx]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 175px;
    height: 175px;
    background: radial-gradient(circle at center, hsl(from var(--primary) h s l / .5) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}
.generate-content .gambar img[b-yr67xqd0cx] {
    max-height: 90px;
    margin: 0 auto;
}

.generate-content .syarat[b-yr67xqd0cx] {
    padding-inline: 1.5rem;
    margin-bottom: 1rem;
}
.generate-content .syarat p[b-yr67xqd0cx] {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .5rem;
}
.generate-content .syarat ul[b-yr67xqd0cx] {
    padding: 0;
    margin: 0;
}
.generate-content .syarat li[b-yr67xqd0cx] {
    color: var(--primary);
    font-size: 1rem;
    list-style-type: none;
}
.generate-content .syarat li.True[b-yr67xqd0cx] {
    color: var(--grey);
}
.generate-content .syarat li span[b-yr67xqd0cx] {
    display: block;
    position: relative;
    font-weight: 400;
    width: fit-content;
}
.generate-content .syarat li span[b-yr67xqd0cx]::before {
    content: '';
    display: inline-block;
    width: 8px;
    aspect-ratio: 1;
    margin-right: .5rem;
    margin-bottom: 1px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    transition: var(--anim);
}
.generate-content .syarat li.True span[b-yr67xqd0cx]::before {
    background-color: var(--grey);
    border-color: var(--grey);
}
.generate-content .syarat li span[b-yr67xqd0cx]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: 0;
    border-top: 1px solid var(--grey);
    transition: var(--anim);
}
.generate-content .syarat li.True span[b-yr67xqd0cx]::after {
    width: calc(100% - .75rem);
}

.generate-content .wrap[b-yr67xqd0cx],
.generate-content .wrap .pass[b-yr67xqd0cx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}
.generate-content .wrap[b-yr67xqd0cx] {
    padding: .5rem;
    border: 1px solid var(--border);
    border-radius: .5rem;
}
.generate-content .wrap p[b-yr67xqd0cx] {
    font-size: .95rem;
    font-weight: 400;
    color: grey;
    margin-bottom: 0;
}
.generate-content .wrap .form-control[b-yr67xqd0cx] {
    text-transform: unset !important;
    padding: .2rem .5rem;
    background-color: transparent !important;
    border: none;
}

.generate-content .wrap .warn[b-yr67xqd0cx] {
    position: relative;
}
.generate-content .wrap .warn .wrap-tooltip[b-yr67xqd0cx] {
    position: absolute;
    right: -.25rem;
    bottom: 3rem;
}

.tombol[b-yr67xqd0cx] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .5rem;
    padding: 1rem;
}
.tombol .btn-primary[b-yr67xqd0cx] {
    flex: 1;
}



/* ====================== TABLET ====================== */
@media (min-width: 768px) {
    .tombol .btn-primary[b-yr67xqd0cx] {
        flex: unset;
    }
}
/* /Pages/NotFound.razor.rz.scp.css */

.not-found[b-am1yyk5rqg] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.wrap[b-am1yyk5rqg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}
.text[b-am1yyk5rqg] {
    img {
        width: 450px;
        margin-inline: auto;
    }
    p:first-of-type[b-am1yyk5rqg] {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: .35rem;
    }
    p:last-of-type[b-am1yyk5rqg] {
        font-size: 1.15rem;
        margin-bottom: 0;
    }
}
.cr-btn[b-am1yyk5rqg] {
    margin-top: 1.75rem;
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .text[b-am1yyk5rqg] {
        img {
            width: 350px;
        }
        p:first-of-type[b-am1yyk5rqg] {
            font-size: 1.5rem;
        }
        p:last-of-type[b-am1yyk5rqg] {
            font-size: 1.1rem;
        }
    }
}
/* /Pages/PageAuth.razor.rz.scp.css */

.page-auth[b-7ya5p3ei56] {
    position: relative;
    display: grid;
    place-items: center;
    padding: 3rem;
    width: 100%;
    height: 100vh;
    isolation: isolate;
    overflow: hidden;

    > div {
        display: flex;
        align-items: center;
    }
    img[b-7ya5p3ei56] {
        width: clamp(300px, 60%, 400px);
        height: auto;
    }
    p:first-child[b-7ya5p3ei56] {
        font-size: clamp(1.5rem, 3vw, 2.25rem);
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: .25rem;
    }
    p:last-child[b-7ya5p3ei56] {
        font-size: clamp(1rem, 2vw, 1.1rem);
        margin-bottom: 0;
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .page-auth[b-7ya5p3ei56] {
        padding: 1.5rem;

        > div {
            flex-direction: column;
            gap: .5rem;
            text-align: center;
        }
    }
}
/* /Pages/PageNotAuth.razor.rz.scp.css */

.page-not-auth[b-pdkyj3rus1] {
    position: relative;
    padding: 3rem 5rem;
    width: 100%;
    height: 100vh;
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to right,
            var(--white),
            hsl(from var(--white) h s l / .9),
            hsl(from var(--white) h s l / .7),
            hsl(from var(--white) h s l / .3),
            transparent 65%)
        ;
        z-index: -1;
    }
    &[b-pdkyj3rus1]::after {
        content: '';
        position: absolute;
        inset: 0;
        background: url('/images/img-not-auth.jpg') no-repeat center center/cover;
        opacity: .7;
        z-index: -2;
    }
}

.page-not-auth .wrap[b-pdkyj3rus1] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

    svg {
        width: 60px;
        height: 60px;
    }
}

.text[b-pdkyj3rus1] {
    margin-bottom: 2rem;

    h1 {
        font-size: 3.5rem;
        font-weight: 800;
        margin-bottom: 0;
        outline: none;
    }
    p[b-pdkyj3rus1] {
        max-width: 50%;
        font-size: 1.25rem;
        color: var(--grey);
        margin-bottom: 2rem;
    }
    i[b-pdkyj3rus1] {
        margin-left: .5rem;
    }
}




/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .page-not-auth[b-pdkyj3rus1] {
        padding: 3rem 2rem 2rem 2rem;

        &::before {
            background: linear-gradient(to top,
                var(--white) 20%,
                hsl(from var(--white) h s l / .3),
                transparent 60%)
            ;
        }
    }

    .text[b-pdkyj3rus1] {
        h1 {
            font-size: 2.75rem;
        }
        p[b-pdkyj3rus1] {
            max-width: 100% !important;
            font-size: 1.1rem;
        }
    }
}

/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .page-not-auth[b-pdkyj3rus1] {
        padding: 1.5rem;

        &::before {
            background: linear-gradient(to top,
                var(--white) 50%,
                hsl(from var(--white) h s l / .3),
                transparent 65%)
            ;
        }
        &[b-pdkyj3rus1]::after {
            background: url('/images/img-not-auth.jpg') no-repeat center top/200%;
            opacity: .9;
        }
    }

    .page-not-auth .wrap[b-pdkyj3rus1] {
        justify-content: flex-end;
        gap: 2rem;

        svg {
            width: 50px;
            height: 50px;
        }
    }

    .text[b-pdkyj3rus1] {
        h1 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: .5rem;
            outline: none;
        }
        p[b-pdkyj3rus1] {
            max-width: 100%;
            font-size: 1.1rem;
        }
        .cr-btn[b-pdkyj3rus1] {
            width: 100%;
            text-align: center;
        }
    }
}
/* /Pages/ReferralLanding-notUse-OnlyForExample.razor.rz.scp.css */
.referral-landing[b-yb1f1vdtq3] {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.referral-landing .card[b-yb1f1vdtq3] {
    width: min(100%, 480px);
    background: var(--putih);
    border: 1px solid hsl(from var(--hitam) h s l / .08);
    border-radius: 1rem;
    padding: 1.25rem;
}

.referral-landing h1[b-yb1f1vdtq3] {
    margin-bottom: .25rem;
}

.referral-landing p[b-yb1f1vdtq3] {
    margin-bottom: 1rem;
}

.referral-landing .cr-form-group[b-yb1f1vdtq3] {
    margin-bottom: .75rem;
}
/* /Pages/ResetPassword.razor.rz.scp.css */

.reset-pass[b-rqul0t3rl9] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(to right, hsl(from var(--black) h s l / .15) 1px, transparent 1px),
            linear-gradient(to bottom, hsl(from var(--black) h s l / .15) 1px, transparent 1px)
        ;
        background-size: 50px 50px;
        mask-image: radial-gradient(ellipse 80% 80% at 0% 0%, #000 50%, transparent 90%);
        -webkit-mask-image: radial-gradient(ellipse 80% 80% at 0% 0%, #000 50%, transparent 90%);
        z-index: -1;
    }
    .wrapper[b-rqul0t3rl9] {
        position: relative;
        width: 100%;
        max-width: 400px;
        padding: 1.5rem 1.5rem 1.75rem 1.5rem;
        background-color: var(--white);
        border-radius: 1.5rem;
        box-shadow: 4px 8px 30px var(--shadow);
        isolation: isolate;
        overflow: hidden;
        
        &::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, hsl(from var(--clr200) h s l / .25), var(--white) 40%);
            z-index: -1;
        }
        img[b-rqul0t3rl9] {
            max-width: 50%;
            margin: 0 auto;
        }
        > p[b-rqul0t3rl9] {
            font-size: 1.25rem;
            font-weight: 700;
            text-align: center;
            text-transform: capitalize;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
    }

    .syarat[b-rqul0t3rl9] {
        padding: .75rem 1rem;
        margin-bottom: .75rem;
        background-color: hsl(from var(--green) h s l/ .05);
        border: 1px solid hsl(from var(--green) h s l/ .25);
        border-radius: .75rem;

        > p {
            font-size: .9rem;
            font-weight: 600;
            margin-bottom: .25rem;
        }
        ul[b-rqul0t3rl9] {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0 .75rem;
            list-style-type: none;
            font-size: .8rem;
            padding: 0;
            margin: 0;
        }
        li.True[b-rqul0t3rl9] {
            color: var(--green);
            text-decoration: line-through;
        }
    }

    .cr-form-group:nth-of-type(2)[b-rqul0t3rl9] {
        margin-bottom: .5rem;
    }
    .show[b-rqul0t3rl9] {
        display: flex;
        align-items: center;
        gap: .35rem;
        color: var(--primary);
        font-size: .85rem;
        margin-bottom: 1rem;
        user-select: none;
        cursor: pointer;

        i {
            font-size: 1rem;
        }
    }
    .cr-btn[b-rqul0t3rl9] {
        width: 100%;
        margin-top: .5rem;
    }
}

.link-invalid[b-rqul0t3rl9] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    .wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }
    .text[b-rqul0t3rl9] {
        img {
            width: 450px;
            margin-inline: auto;
        }
        p:first-of-type[b-rqul0t3rl9] {
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: .35rem;
        }
        p:last-of-type[b-rqul0t3rl9] {
            font-size: 1.15rem;
            margin-bottom: 0;
        }
    }
    .cr-btn[b-rqul0t3rl9] {
        margin-top: 1.75rem;
    }
}

.link-validation[b-rqul0t3rl9] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    .wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }
    img[b-rqul0t3rl9] {
        width: 300px;
        margin-inline: auto;
        margin-bottom: .5rem;
    }
    p[b-rqul0t3rl9] {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .reset-pass[b-rqul0t3rl9] {
        .wrapper {
            max-width: 100%;
            padding: 1rem 1rem 1.25rem 1rem;
            margin: 1rem;
            border-radius: 1.25rem;
        }
        .syarat[b-rqul0t3rl9] {
            padding: .75rem !important;

            ul {
                gap: .15rem .75rem !important;
                grid-template-columns: 1fr !important;
            }
        }
    }

    .link-invalid[b-rqul0t3rl9] {
        .text {
            img {
                width: 350px;
            }

            p:first-of-type[b-rqul0t3rl9] {
                font-size: 1.5rem;
            }

            p:last-of-type[b-rqul0t3rl9] {
                font-size: 1.1rem;
            }
        }
    }
}
/* /Shared/Components/ComingSoonPage.razor.rz.scp.css */

.soon-page[b-2t2868ma3y] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1.25rem;

    svg {
        max-width: 350px;
        max-height: 350px;
        margin-bottom: 1rem;
    }
    p:nth-of-type(1)[b-2t2868ma3y] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: .5rem;
    }
    p:nth-of-type(2)[b-2t2868ma3y] {
        font-size: 1.1rem;
        margin-bottom: 0;
    }
}
/* /Shared/Components/InfiniteScrollAnimasi.razor.rz.scp.css */

#infiniteScrollAnim[b-6gkjrzdqr8] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: .5rem;
    padding: 1.5rem 1rem;
}
#infiniteScrollAnim span[b-6gkjrzdqr8] {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: var(--primary);
    border-radius: 50%;
    opacity: .85;
}
#infiniteScrollAnim span[b-6gkjrzdqr8] {
    animation: infiniteScrollAnima-b-6gkjrzdqr8 .6s linear infinite;
    -webkit-animation: infiniteScrollAnima .6s linear infinite;
}
@keyframes infiniteScrollAnima-b-6gkjrzdqr8 {
    0% {
        transform: translateY(0) scaleY(.9);
        -webkit-transform: translateY(0) scaleY(.9);
    }
    50% {
        transform: translateY(-80%) scaleY(1);
        -webkit-transform: translateY(-80%) scaleY(1);
    }
}
@-webkit-keyframes infiniteScrollAnima {
    0% {
        transform: translateY(0) scaleY(.9);
        -webkit-transform: translateY(0) scaleY(.9);
    }
    50% {
        transform: translateY(-80%) scaleY(1);
        -webkit-transform: translateY(-80%) scaleY(1);
    }
}
#infiniteScrollAnim span:nth-of-type(2)[b-6gkjrzdqr8] {
    width: 18px;
    height: 18px;
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    opacity: 1;
}
#infiniteScrollAnim span:nth-of-type(3)[b-6gkjrzdqr8] {
    width: 15px;
    height: 15px;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}
/* /Shared/Components/InlineEditValue.razor.rz.scp.css */

.inline-edit-display[b-d56kolux5p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    min-height: 37.6px;
    color: var(--green);
    padding: 0 .25rem 0 .75rem;
    background-color: hsl(from var(--green) h s l / .15);
    border: 1px solid hsl(from var(--green) h s l / .25);
    border-radius: .5rem;
    cursor: pointer;

    span {
        flex: 1;
        font-weight: 600;
        word-break: break-word;
    }
    button[b-d56kolux5p] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        padding: 0;
        color: var(--green);
        font-size: .9rem;
        background-color: transparent;
        border: 1px solid var(--green);
        border-radius: .5rem;
        cursor: pointer;
        transition: var(--anim);
    }
    button:hover[b-d56kolux5p] {
        color: var(--putih);
        background-color: var(--green);
    }
}




.inline-edit-editor[b-d56kolux5p] {
    display: flex;
    align-items: center;
    width: 100%;
}

.cr-input-sm[b-d56kolux5p] {
    font-size: .9rem;
    padding: .35rem .5rem;
    border: 1px solid var(--border);
    border-radius: .5rem;
    flex: 1;
    min-width: 0;
    background-color: var(--putih, #fff);
}

/* Ensure native select dropdown matches the text input sizing. */
select.cr-input-sm[b-d56kolux5p] {
    cursor: pointer;
}




.inline-edit-button:disabled[b-d56kolux5p] {
    opacity: .5;
    cursor: not-allowed;
}
/* /Shared/Components/InstallPwaBanner.razor.rz.scp.css */

.pwa-install-banner[b-xy7srjgd5b] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 999;
}
.pwa-install-banner .wrapper[b-xy7srjgd5b] {
    display: flex;
    flex-direction: column;
    max-width: 275px;
    text-align: center;
    background-color: var(--white);
    border: 1px solid var(--line);
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    transform-origin: right bottom;
    transform: scale(0);
    animation: showPWA-b-xy7srjgd5b .5s ease forwards;
    animation-delay: 3s;
    overflow: hidden;
}
@keyframes showPWA-b-xy7srjgd5b {
    to {
        transform: scale(1);
    }
}

.pwa-install-banner .image[b-xy7srjgd5b] {
    padding-top: 1rem;
}
.pwa-install-banner .image img[b-xy7srjgd5b] {
    width: 65%;
    height: auto;
    margin: 0 auto;
}

.pwa-install-banner .text[b-xy7srjgd5b] {
    color: var(--black);
    padding: .75rem 1.25rem 1.25rem 1.25rem;
    user-select: none;

    p:first-child {
        font-size: 1.15rem;
        font-weight: 700;
        margin-bottom: .25rem;
    }
    p:last-child[b-xy7srjgd5b] {
        font-size: .9rem;
        font-weight: 400;
        margin-bottom: .5rem;
    }
}

.pwa-install-banner .aksi[b-xy7srjgd5b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: .5rem;
    padding: 0 1.25rem 1.25rem 1.25rem;

    .btn {
        padding: .5rem 1rem;
    }
    .btn:first-child[b-xy7srjgd5b] {
        flex: 1;
    }
}


/*HP*/
@media (max-width: 767px) {
    .pwa-install-banner[b-xy7srjgd5b] {
        left: 0;
        right: 0;
        bottom: 0;
    }
    .pwa-install-banner .wrapper[b-xy7srjgd5b] {
        max-width: 100%;
        border: none;
        border-radius: 2rem 2rem 0 0;
        box-shadow: -5px 0 20px rgba(0,0,0,.25);
        transform-origin: bottom;
        transform: scale(1) translateY(101%);
    }
    @keyframes showPWA-b-xy7srjgd5b {
        to {
            transform: scale(1) translateY(0);
        }
    }

    .pwa-install-banner .image img[b-xy7srjgd5b] {
        width: 75%;
    }
    .pwa-install-banner .text[b-xy7srjgd5b] {
        text-align: center;
        padding: .75rem 1.5rem 1.75rem 1.5rem;
    }
    .pwa-install-banner .aksi[b-xy7srjgd5b] {
        gap: .75rem;
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
}
/* /Shared/Components/KomponenPendukungIndex.razor.rz.scp.css */

/* /Shared/Components/LazyLoad.razor.rz.scp.css */

#lazySkeleton[b-6xzpasnviw] {
    position: relative;
    display: block;
    background-color: var(--primary-trans);
    overflow: hidden;
}
#lazySkeleton[b-6xzpasnviw]::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(200% + 200px);
    background-image: linear-gradient(90deg, transparent calc(50% - 100px), hsl(from var(--primary) h s l / .25) 50%, transparent calc(50% + 100px));
    animation: lazyWave-b-6xzpasnviw 2s infinite ease-in-out;
    -webkit-animation: lazyWave 2s infinite ease-in-out;
}
@keyframes lazyWave-b-6xzpasnviw {
    to {
        transform: translateX(calc(50% + 100px));
        -webkit-transform: translateX(calc(50% + 100px));
    }
}
@-webkit-keyframes lazyWave {
    to {
        transform: translateX(calc(50% + 100px));
        -webkit-transform: translateX(calc(50% + 100px));
    }
}
/* /Shared/Components/LoadingFullPage.razor.rz.scp.css */

#loadingFullPage .wrapper[b-bz78vy5tq7] {
    position: relative;
    color: var(--putih);
}
#loadingFullPage .loader-full[b-bz78vy5tq7] {
      --b: 14px; 

      width: 100px;
      padding: 1px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: conic-gradient(#0000 10%,var(--putih)) content-box;
      -webkit-mask:
        repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
        radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
      -webkit-mask-composite: destination-in;
              mask-composite: intersect;
      animation: loaderFull-b-bz78vy5tq7 1s infinite steps(10);
}
@keyframes loaderFull-b-bz78vy5tq7 {
    to {
        transform: rotate(1turn)
    }
}
#loadingFullPage svg[b-bz78vy5tq7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    margin-top: .15rem;
    opacity: .9;
}
/* /Shared/Components/LoadingMini.razor.rz.scp.css */

#loadingMini[b-w3z1fgcqlp] {
    display: inline-block;
    aspect-ratio: 1;
    vertical-align: middle;
    margin: 0 .25rem;
    border-radius: 50%;
    border-style: solid;
    border-color: hsl(from var(--ldClr) h s l / .25);
    border-right-color: var(--ldClr);
    animation: loadingMini-b-w3z1fgcqlp .5s infinite linear;
}
@keyframes loadingMini-b-w3z1fgcqlp {
    to {
        transform: rotate(1turn)
    }
}
/* /Shared/Components/LogoutPopup.razor.rz.scp.css */

.isi[b-g0zc4j3dfz] {
    width: 100%;
    padding: 1.25rem !important;
}
.gambar img[b-g0zc4j3dfz] {
    min-width: 200px;
    width: 200px;
    height: auto;
    margin: 0 auto;
}
.teks[b-g0zc4j3dfz] {
    color: var(--black);
    text-align: center;
}
p:nth-of-type(1)[b-g0zc4j3dfz] {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: .25rem;
}
p:nth-of-type(2)[b-g0zc4j3dfz] {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}
.aksi[b-g0zc4j3dfz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding-top: 1.75rem;
}
.aksi .cr-btn[b-g0zc4j3dfz] {
    width: 100%;
}


/* ====================== TABLET & UP ====================== */
@media (min-width: 768px) {
    .isi[b-g0zc4j3dfz] {
        display: flex;
        align-items: center;
        gap: 1.75rem;
        width: 600px;
        min-width: 600px;
        padding: .5rem 1.5rem !important;
    }
    .gambar img[b-g0zc4j3dfz] {
        min-width: 250px;
        width: 250px;
    }
    .teks[b-g0zc4j3dfz] {
        text-align: left;
    }
    p:nth-of-type(1)[b-g0zc4j3dfz] {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }
    p:nth-of-type(2)[b-g0zc4j3dfz] {
        font-size: 1rem;
    }
    .aksi[b-g0zc4j3dfz] {
        padding-top: 2rem;
    }
}
/* /Shared/Components/TopNavbarModal.razor.rz.scp.css */

.top-navbar-modal[b-3e5ml2gwpi] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .5rem 1rem .5rem 1.25rem;
    border-bottom: 1px solid var(--border);
}
.top-navbar-modal.side[b-3e5ml2gwpi] {
    flex-direction: row-reverse;
}
.top-navbar-modal span[b-3e5ml2gwpi] {
    display: block;
}
.top-navbar-modal span:nth-of-type(1)[b-3e5ml2gwpi] {
    flex: 1;
    color: var(--black);
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    user-select: none;
}
.top-navbar-modal.side span:nth-of-type(1)[b-3e5ml2gwpi] {
    text-align: center;
}
.top-navbar-modal span:nth-of-type(2)[b-3e5ml2gwpi] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: var(--grey);
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    transition: var(--anim);
    cursor: pointer;
}
.top-navbar-modal span:nth-of-type(2):hover[b-3e5ml2gwpi] {
    color: var(--red);
    background-color: hsl(from var(--red) h s l / .25);
}
.top-navbar-modal i[b-3e5ml2gwpi] {
    font-size: 1.25rem;
    transition: var(--anim);
}
.top-navbar-modal span:nth-of-type(2):hover i[b-3e5ml2gwpi] {
    transform: rotate(90deg);
}
.top-navbar-modal i:last-child[b-3e5ml2gwpi] {
    display: none;
}

/*############### HP ###############*/
@media screen and (max-width: 767px) {
    .top-navbar-modal[b-3e5ml2gwpi] {
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: .75rem;
        padding: .5rem;
    }
    .top-navbar-modal span:nth-of-type(2)[b-3e5ml2gwpi] {
        color: var(--grey);
    }
    .top-navbar-modal span:nth-of-type(2):hover[b-3e5ml2gwpi] {
        background-color: transparent;
    }
    .top-navbar-modal span:nth-of-type(2):hover i[b-3e5ml2gwpi] {
        transform: unset;
    }
    .top-navbar-modal i:first-child[b-3e5ml2gwpi] {
        display: none;
    }
    .top-navbar-modal i:last-child[b-3e5ml2gwpi] {
        display: inline-block;
    }
}
/* /Shared/Components/UpdateAvailableDetector.razor.rz.scp.css */

.btnUpdateVersi[b-a5tl5080no] {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background-color: rgba(56, 56, 56, .5);
    z-index: 9999999;
}
.btnUpdateVersi .isiUpdate[b-a5tl5080no] {
    position: relative;
    display: flex;
    flex-direction: column;    
    max-width: 325px;
    text-align: center;
    padding: 1.5rem 1.25rem;
    margin: 1rem;
    background-color: var(--white);
    border-radius: 1rem;
    box-shadow: 0 0 20px 5px #00000030;
    animation: muncul-b-a5tl5080no .25s ease-out forwards;
    transform: scale(0);
}
@keyframes muncul-b-a5tl5080no {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.btnUpdateVersi img[b-a5tl5080no] {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    height: auto;
    text-align: center;
    margin-bottom: .5rem;
}
.btnUpdateVersi p:nth-of-type(1)[b-a5tl5080no] {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin-top: 200px;
    margin-bottom: .25rem;
}
.btnUpdateVersi p:nth-of-type(2)[b-a5tl5080no] {
    color: var(--black);
    font-size: .95rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.75rem;
}
.tombol[b-a5tl5080no] {
    width: 100%;
    border-radius: 5rem;
}
/* /Shared/Components/WarningPopup.razor.rz.scp.css */

.isi[b-eoj3skgqcq] {
    padding: 2.5rem 1rem 0 1rem !important;
}
.gambar[b-eoj3skgqcq] {
    margin-bottom: .5rem;
}
.gambar img[b-eoj3skgqcq] {
    max-width: 150px;
    aspect-ratio: 1;
    margin: 0 auto;
}
p:nth-of-type(1)[b-eoj3skgqcq] {
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: .25rem;
}
p:nth-of-type(2)[b-eoj3skgqcq] {
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.tombol[b-eoj3skgqcq] {
    padding: 1.5rem 1rem !important;
}
.tombol .cr-btn[b-eoj3skgqcq] {
    width: 100%;
}
