/* /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;
    padding: 1.5rem !important;
    border-radius: 1rem;
    overflow: hidden !important;
}
p:nth-of-type(1)[b-aur6wcwe0s] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
p:nth-of-type(2)[b-aur6wcwe0s] {
    margin-bottom: 160px;
}
img[b-aur6wcwe0s] {
    position: absolute;
    left: -2rem;
    bottom: -1rem;
    pointer-events: none;
}
.cr-btn[b-aur6wcwe0s] {
    display: block;
    margin-left: auto;
}
/* /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);
}

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: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}
.wrap[b-mhglqz9iwi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.text[b-mhglqz9iwi] {
    margin-bottom: 1rem;

    img {
        width: 300px;
        margin-bottom: .25rem;
    }
    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.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/MenuDashboard/Components/Dashboard_ShareLinkDatabase.razor.rz.scp.css */

.link-db[b-mf7f5mio1n] {
    position: relative;
    display: flex;
    height: 100%;
    isolation: isolate;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at right top, hsl(from var(--secondary) h s l / .25), transparent 60%);
        z-index: -1;
    }
    &[b-mf7f5mio1n]::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, var(--white), hsl(from var(--white) h s l / .75) 30%, transparent 70%);
        z-index: -1;
    }
}
.txt[b-mf7f5mio1n] {
    padding: 1.25rem 0 1.25rem 1.25rem;
}

.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: .9rem;
        line-height: 1.4;
        padding-right: 65px;
        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(--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-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: .5rem;
        }
        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;
        }
    }
}

.img[b-mf7f5mio1n] {
    position: relative;
    min-width: 1.25rem;
    min-height: 100%;
    white-space: nowrap;
    z-index: -1;

    img {
        position: absolute;
        right: -35%;
        height: 100%;
        max-width: unset;
    }
}



/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .txt[b-mf7f5mio1n] {
        padding: 1.25rem 0 1.25rem 1.25rem;
    }
}
/* /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) 55%, hsl(from var(--white) h s l / .75), transparent 85%);
        z-index: -1;
    }
    &[b-4hweb0l7in]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background-image: url(https://img.freepik.com/free-photo/closeup-view-handshake-two-businessmen-suits-shaking-hands_1163-4891.jpg?uid=R94106727&ga=GA1.1.1876816903.1764566077&w=740&q=80);
        background-size: cover;
        background-position: center 70%;
        background-repeat: no-repeat;
        opacity: .75;
        z-index: -2;
    }
}

.txt[b-4hweb0l7in] {
    margin-top: 55px;
}
.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;
    }
}

.wrap-link[b-4hweb0l7in] {
    margin-bottom: .35rem;
}
[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: .5rem;
        }

        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] {
        padding: 1.25rem 0 1.25rem 1.25rem;
    }
}
/* /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;
    gap: 1.5rem;
    height: 100%;
}
.wrapper.super[b-acahwdto6t] {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "card1 card2 card3"
        "card4 card4 card5"
    ;
}
.wrapper.agent[b-acahwdto6t] {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "card1 card2 card3"
        "card4 card4 card5"
    ;
}
.card[b-acahwdto6t] {
    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;
}

.card.soon[b-acahwdto6t] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    text-align: center;
    padding: 1.5rem;

    > img {
        width: 50px;
        padding: .25rem;
        background: var(--putih);
        border-radius: 50%;
    }
    > p[b-acahwdto6t] {
        font-weight: 600;
        margin-bottom: 0;
    }
}



/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrapper.agent[b-acahwdto6t] {
        gap: 1.25rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: max-content auto max-content;
        grid-template-areas:
            "card1 card2"
            "card4 card4"
            "card3 card5"
        ;
    }
}

/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .indexDashboard[b-acahwdto6t] {
        padding: 1rem;
    }
    .wrapper.agent[b-acahwdto6t] {
        gap: 1rem;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, max-content);
        grid-template-areas:
            "card1"
            "card2"
            "card3"
            "card4"
            "card5"
        ;
    }
    .card[b-acahwdto6t] {
        border-radius: 1.5rem;
    }
}
/* /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: 67px;
            text-transform: capitalize;
        }
        > p:nth-child(3)[b-2twmhnn410]:before {
            content: "email";
        }
        > p:nth-child(4)[b-2twmhnn410]:before {
            content: "kota";
        }
        > p:not(:first-child, .stat)[b-2twmhnn410]:after {
            content: ":";
            position: absolute;
            left: 57px;
        }
    }
    .idx-item:has(.owner) > p:nth-child(5)[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)
        ;
    }
    h5[b-f0jrap5xbo] {
        font-size: 1rem;
        text-transform: capitalize;
        line-height: 1.3;
        font-weight: 600;
        margin-bottom: .25rem;
    }
    &:hover h5[b-f0jrap5xbo] {
        color: var(--primary);
    }
    div[b-f0jrap5xbo] {
        display: flex;
        align-items: center;
        gap: 2rem;
    }
    div p[b-f0jrap5xbo] {
        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] {
        div {
            flex-direction: column;
            align-items: flex-start !important;
            gap: .25rem !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: .75rem;
}

.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 6px 15px 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/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_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_ProgressLeads.razor.rz.scp.css */

.no-progress[b-td29wzoivb] {
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 3rem 1rem;
    background-color: var(--soft-grey);
    border: 2px dashed var(--border);
    border-radius: .75rem;

    i {
        font-size: 3rem;
        margin-bottom: .5rem;
    }
    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: .95rem;
        margin-bottom: 0;
    }
    .cr-btn[b-td29wzoivb] {
        margin-top: 1.25rem;
    }
}

.progress-follow .head[b-td29wzoivb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: hsl(from var(--primary) h s l / .1);
    border-radius: .75rem;

    p {
        color: var(--primary);
        font-size: 1.1rem;
        font-weight: bolder;
        margin-bottom: 0;
    }
    i[b-td29wzoivb] {
        margin-right: .25rem;
    }
}
.progress-follow .hasil[b-td29wzoivb] {
    font-size: .85rem;

    div {
        position: relative;
    }
    > div:not(:last-child)[b-td29wzoivb] {
        padding-bottom: .75rem;
        margin-bottom: .75rem;
        border-bottom: 1px dashed var(--border);
    }
    p:first-child[b-td29wzoivb] {
        position: relative;
        font-weight: bold;
        margin-bottom: 0;

        &::before {
            content: '\e2d9';
            font-family: crumbsicon;
            display: inline-block;
            margin-right: .5rem;
        }
        span[b-td29wzoivb] {
            font-weight: 400;
        }
    }
    p:nth-child(2)[b-td29wzoivb] {
        color: var(--grey);
        margin-left: 1.5rem;
        margin-bottom: .25rem;
    }
    p:nth-child(3)[b-td29wzoivb] {
        position: absolute;
        top: .5rem;
        right: 0;
        width:fit-content;
        color: var(--green);
        font-size: .75rem;
        font-weight: 600;
        padding: .3rem .7rem;
        margin-left: 1.5rem;
        margin-bottom: .25rem;
        background-color: hsl(from var(--green) h s l / .1);
        border-radius: .5rem;
    }
    p:last-of-type[b-td29wzoivb] {
        font-size: 1rem;
        margin-left: 1.5rem;
        margin-bottom: .25rem;
    }
    .lampiran[b-td29wzoivb] {
        display: flex;
        align-items: center;
        gap: .5rem;
        margin: .75rem .5rem .5rem 1.5rem;

        div {
            width: 50px;
            aspect-ratio: 1;
            cursor: pointer;
        }
        img[b-td29wzoivb] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: .5rem;
        }
    }
}
/* /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;

    &:not(:last-child) {
        margin-bottom: .75rem;
    }
    &:hover[b-osw3hr9f3f] {
        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);
    }

    .stat[b-osw3hr9f3f] {
        --statClr: var(--primary);

        position: relative;
        width: fit-content;
        color: var(--statClr);
        font-size: .75rem;
        font-weight: 600;
        padding: .25rem .75rem .25rem .6rem;
        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%;
        }
    }
    .stat.orange[b-osw3hr9f3f] {
        --statClr: var(--orange);
    }
    .stat.green[b-osw3hr9f3f] {
        --statClr: var(--green);
    }
    .stat.red[b-osw3hr9f3f] {
        --statClr: var(--red);
    }
    .stat.grey[b-osw3hr9f3f] {
        --statClr: var(--grey);
    }
    .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 div[b-osw3hr9f3f] {
    display: flex;
    align-items: center;
    gap: 2rem;

    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);
        }
    }
}





/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    
}
/* /Pages/MenuMyLeads/Popups/DetailMyLeads.razor.rz.scp.css */

.header[b-karqg04qkf] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: .25rem;
}
.nama p:first-child[b-karqg04qkf] {
    --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-karqg04qkf] {
    --statClr: var(--green);
}
.nama p:last-child[b-karqg04qkf] {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
}

.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.75rem;

    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;
    margin-bottom: .75rem;
}






/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .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/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/IndexTeam.razor.rz.scp.css */

.indexTeam[b-3jk6rh7bpe] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.wrap-item[b-3jk6rh7bpe] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
}

.static-item[b-3jk6rh7bpe] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    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-3jk6rh7bpe] {
        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-3jk6rh7bpe] {
        font-size: 1.15rem;
        font-weight: bold;
        margin-bottom: .1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    p:last-of-type[b-3jk6rh7bpe] {
        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-3jk6rh7bpe] {
        position: absolute;
        top: .75rem;
        right: 1rem;
        color: var(--red);
        font-size: .75rem;
        font-weight: 600;
        padding: .2rem .75rem;
        background-color: hsl(from var(--red) h s l / .1);
        border-radius: 2rem;

        &.Sudah {
            color: var(--green);
            background-color: hsl(from var(--green) h s l / .1);
        }
    }
}



/*########### TABLET ##########*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrap-item[b-3jk6rh7bpe] {
        grid-template-columns: 1fr 1fr;
    }
}


/*########### MOBILE ##########*/
@media screen and (max-width: 767px) {
    .wrap-item[b-3jk6rh7bpe] {
        grid-template-columns: 1fr;
    }

    .static-item[b-3jk6rh7bpe] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 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;
}
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-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;
    margin-bottom: 1.25rem;
}
.nama p:first-child[b-jhtit6iihw] {
    --statClr: var(--red);

    position: relative;
    width: fit-content;
    color: var(--statClr);
    font-size: .75rem;
    font-weight: 600;
    padding: .3rem .9rem .3rem .75rem;
    margin-bottom: .5rem;
    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-jhtit6iihw] {
    --statClr: var(--green);
}
.nama p:last-child[b-jhtit6iihw] {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
}
.aksi-btn[b-jhtit6iihw] {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.aksi-btn > .cr-btn[b-jhtit6iihw] {
    min-width: 100px;
}

.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;
        color: var(--primary);
        font-size: 1.25rem;
        min-width: 40px;
        width: 40px;
        height: 40px;
        background-color: hsl(from var(--primary) 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) {
    .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/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/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/RegisterMandiriReferral/IndexRegisterMandiriReferral.razor.rz.scp.css */

.self-regist[b-m2zcpl3rsq] {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100vh;
    isolation: isolate;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--putih);
        background-image: radial-gradient( circle at top center, rgba(173, 109, 244, 0.5), transparent 70% );
        filter: blur(80px);
        background-repeat: no-repeat;
        z-index: -1;
    }
}
.wrapper[b-m2zcpl3rsq] {
    position: relative;
    padding: 1.5rem;
    max-width: 500px;
    background-color: var(--white);
    border-radius: 1.5rem;
    box-shadow: 5px 10px 25px 0 var(--shadow);
}

 ul[b-m2zcpl3rsq] {
    padding: 0;
    margin: 0;
}
 li[b-m2zcpl3rsq] {
    color: var(--primary);
    font-size: 1rem;
    list-style-type: none;
}
 li.True[b-m2zcpl3rsq] {
    color: var(--grey);
}
 li span[b-m2zcpl3rsq] {
    display: block;
    position: relative;
    font-weight: 400;
    width: fit-content;
}
 li span[b-m2zcpl3rsq]::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);
}
 li.True span[b-m2zcpl3rsq]::before {
    background-color: var(--grey);
    border-color: var(--grey);
}
 li span[b-m2zcpl3rsq]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: 0;
    border-top: 1px solid var(--grey);
    transition: var(--anim);
}
 li.True span[b-m2zcpl3rsq]::after {
    width: calc(100% - .75rem);
}










/* Liquid Glass Card */
/*.wrapper {
    position: relative;
    padding: 2rem;
    width: 500px;
    border-radius: 28px;
    isolation: isolate;
    box-shadow: 0px 0px 21px -8px rgba(255, 255, 255, 0.3);
    background: hsl(from var(--white) h s l / .15);
}*/
/* Tint and inner shadow layer */
/*.wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 28px;
  box-shadow: inset 0 0 12px -2px rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}*/
/* Backdrop blur and distortion layer */
/*.wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 28px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  filter: url(#glass-distortion);
  -webkit-filter: url(#glass-distortion);
  isolation: isolate;
  pointer-events: none;
}*/
/* /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/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: 30px;
    height: 30px;
    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%;
}
